Send feedback
Class Category (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.21.0 keyboard_arrow_down
public final class Category extends GeneratedMessageV3 implements CategoryOrBuilder
Represents the category hierarchy of a SKU.
Protobuf type google.cloud.billing.v1.Category
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
RESOURCE_FAMILY_FIELD_NUMBER
public static final int RESOURCE_FAMILY_FIELD_NUMBER
Field Value Type Description int
RESOURCE_GROUP_FIELD_NUMBER
public static final int RESOURCE_GROUP_FIELD_NUMBER
Field Value Type Description int
SERVICE_DISPLAY_NAME_FIELD_NUMBER
public static final int SERVICE_DISPLAY_NAME_FIELD_NUMBER
Field Value Type Description int
USAGE_TYPE_FIELD_NUMBER
public static final int USAGE_TYPE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Category getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Category . Builder newBuilder ()
newBuilder(Category prototype)
public static Category . Builder newBuilder ( Category prototype )
Parameter Name Description prototype
Category
public static Category parseDelimitedFrom ( InputStream input )
public static Category parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Category parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Category parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Category parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Category parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Category parseFrom ( CodedInputStream input )
public static Category parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Category parseFrom ( InputStream input )
public static Category parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Category parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Category parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Category> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public Category getDefaultInstanceForType ()
getParserForType()
public Parser<Category> getParserForType ()
Overrides
getResourceFamily()
public String getResourceFamily ()
The type of product the SKU refers to.
Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
string resource_family = 2;
Returns Type Description String
The resourceFamily.
getResourceFamilyBytes()
public ByteString getResourceFamilyBytes ()
The type of product the SKU refers to.
Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
string resource_family = 2;
Returns Type Description ByteString
The bytes for resourceFamily.
getResourceGroup()
public String getResourceGroup ()
A group classification for related SKUs.
Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
string resource_group = 3;
Returns Type Description String
The resourceGroup.
getResourceGroupBytes()
public ByteString getResourceGroupBytes ()
A group classification for related SKUs.
Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
string resource_group = 3;
Returns Type Description ByteString
The bytes for resourceGroup.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getServiceDisplayName()
public String getServiceDisplayName ()
The display name of the service this SKU belongs to.
string service_display_name = 1;
Returns Type Description String
The serviceDisplayName.
getServiceDisplayNameBytes()
public ByteString getServiceDisplayNameBytes ()
The display name of the service this SKU belongs to.
string service_display_name = 1;
Returns Type Description ByteString
The bytes for serviceDisplayName.
getUsageType()
public String getUsageType ()
Represents how the SKU is consumed.
Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.
string usage_type = 4;
Returns Type Description String
The usageType.
getUsageTypeBytes()
public ByteString getUsageTypeBytes ()
Represents how the SKU is consumed.
Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.
string usage_type = 4;
Returns Type Description ByteString
The bytes for usageType.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Category . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Category . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Category . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]