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
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ provisioning_id |
string
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. |
↳ 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 is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProvisioningId
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProductId
Output only. The product pertaining to the provisioning resource as specified in the Offer.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProductId
Output only. The product pertaining to the provisioning resource as specified in the Offer.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSkuId
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSkuId
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|