public final class Category extends GeneratedMessageV3 implements CategoryOrBuilder
Represents the category hierarchy of a SKU.
Protobuf type google.cloud.billing.v1.Category
Static Fields
RESOURCE_FAMILY_FIELD_NUMBER
public static final int RESOURCE_FAMILY_FIELD_NUMBER
Field Value
RESOURCE_GROUP_FIELD_NUMBER
public static final int RESOURCE_GROUP_FIELD_NUMBER
Field Value
SERVICE_DISPLAY_NAME_FIELD_NUMBER
public static final int SERVICE_DISPLAY_NAME_FIELD_NUMBER
Field Value
USAGE_TYPE_FIELD_NUMBER
public static final int USAGE_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Category getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Category.Builder newBuilder()
Returns
newBuilder(Category prototype)
public static Category.Builder newBuilder(Category prototype)
Parameter
Returns
public static Category parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Category parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Category parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Category parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Category parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Category parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Category parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Category parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Category parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Category parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Category parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Category parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Category> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Category getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Category> getParserForType()
Returns
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
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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Category.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Category.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Category.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions