Reference documentation and code samples for the Google Cloud Channel V1 Client class ProvisionedService.
Service provisioned for an entitlement.
Generated from protobuf message google.cloud.channel.v1.ProvisionedService
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ provisioning_id
string
Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
↳ product_id
string
Output only. The product pertaining to the provisioning resource as specified in the Offer.
↳ sku_id
string
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
getProvisioningId
Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
Generated from protobuf field string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setProvisioningId
Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
Generated from protobuf field string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getProductId
Output only. The product pertaining to the provisioning resource as specified in the Offer.
Generated from protobuf field string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setProductId
Output only. The product pertaining to the provisioning resource as specified in the Offer.
Generated from protobuf field string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getSkuId
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
Generated from protobuf field string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setSkuId
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
Generated from protobuf field string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this