Package com.google.cloud.channel.v1
Interface BillableSkuOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BillableSku
,BillableSku.Builder
public interface BillableSkuOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getService()
Resource name of Service which contains Repricing SKU.com.google.protobuf.ByteString
getServiceBytes()
Resource name of Service which contains Repricing SKU.String
getServiceDisplayName()
Unique human readable name for the Service.com.google.protobuf.ByteString
getServiceDisplayNameBytes()
Unique human readable name for the Service.String
getSku()
Resource name of Billable SKU.com.google.protobuf.ByteString
getSkuBytes()
Resource name of Billable SKU.String
getSkuDisplayName()
Unique human readable name for the SKU.com.google.protobuf.ByteString
getSkuDisplayNameBytes()
Unique human readable name for the SKU.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSku
String getSku()
Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
string sku = 1;
- Returns:
- The sku.
-
getSkuBytes
com.google.protobuf.ByteString getSkuBytes()
Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
string sku = 1;
- Returns:
- The bytes for sku.
-
getSkuDisplayName
String getSkuDisplayName()
Unique human readable name for the SKU.
string sku_display_name = 2;
- Returns:
- The skuDisplayName.
-
getSkuDisplayNameBytes
com.google.protobuf.ByteString getSkuDisplayNameBytes()
Unique human readable name for the SKU.
string sku_display_name = 2;
- Returns:
- The bytes for skuDisplayName.
-
getService
String getService()
Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
string service = 3;
- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
string service = 3;
- Returns:
- The bytes for service.
-
getServiceDisplayName
String getServiceDisplayName()
Unique human readable name for the Service.
string service_display_name = 4;
- Returns:
- The serviceDisplayName.
-
getServiceDisplayNameBytes
com.google.protobuf.ByteString getServiceDisplayNameBytes()
Unique human readable name for the Service.
string service_display_name = 4;
- Returns:
- The bytes for serviceDisplayName.
-
-