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)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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