public interface CategoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceFamily()
The type of product the SKU refers to.
|
com.google.protobuf.ByteString |
getResourceFamilyBytes()
The type of product the SKU refers to.
|
String |
getResourceGroup()
A group classification for related SKUs.
|
com.google.protobuf.ByteString |
getResourceGroupBytes()
A group classification for related SKUs.
|
String |
getServiceDisplayName()
The display name of the service this SKU belongs to.
|
com.google.protobuf.ByteString |
getServiceDisplayNameBytes()
The display name of the service this SKU belongs to.
|
String |
getUsageType()
Represents how the SKU is consumed.
|
com.google.protobuf.ByteString |
getUsageTypeBytes()
Represents how the SKU is consumed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceDisplayName()
The display name of the service this SKU belongs to.
string service_display_name = 1;com.google.protobuf.ByteString getServiceDisplayNameBytes()
The display name of the service this SKU belongs to.
string service_display_name = 1;String getResourceFamily()
The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
string resource_family = 2;com.google.protobuf.ByteString getResourceFamilyBytes()
The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
string resource_family = 2;String getResourceGroup()
A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
string resource_group = 3;com.google.protobuf.ByteString getResourceGroupBytes()
A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
string resource_group = 3;String getUsageType()
Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.
string usage_type = 4;com.google.protobuf.ByteString getUsageTypeBytes()
Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.
string usage_type = 4;Copyright © 2025 Google LLC. All rights reserved.