Package com.google.cloud.channel.v1
Interface ProvisionedServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProvisionedService
,ProvisionedService.Builder
public interface ProvisionedServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProductId()
Output only.com.google.protobuf.ByteString
getProductIdBytes()
Output only.String
getProvisioningId()
Output only.com.google.protobuf.ByteString
getProvisioningIdBytes()
Output only.String
getSkuId()
Output only.com.google.protobuf.ByteString
getSkuIdBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProvisioningId
String getProvisioningId()
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The provisioningId.
-
getProvisioningIdBytes
com.google.protobuf.ByteString getProvisioningIdBytes()
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for provisioningId.
-
getProductId
String getProductId()
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The productId.
-
getProductIdBytes
com.google.protobuf.ByteString getProductIdBytes()
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for productId.
-
getSkuId
String getSkuId()
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The skuId.
-
getSkuIdBytes
com.google.protobuf.ByteString getSkuIdBytes()
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for skuId.
-
-