Reference documentation and code samples for the Google Cloud Channel V1 Client class TransferableSku.
TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own.
Read-only.
Generated from protobuf message google.cloud.channel.v1.TransferableSku
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ transfer_eligibility |
Google\Cloud\Channel\V1\TransferEligibility
Describes the transfer eligibility of a SKU. |
↳ sku |
Google\Cloud\Channel\V1\Sku
The SKU pertaining to the provisioning resource as specified in the Offer. |
↳ legacy_sku |
Google\Cloud\Channel\V1\Sku
Optional. The customer to transfer has an entitlement with the populated legacy SKU. |
getTransferEligibility
Describes the transfer eligibility of a SKU.
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\TransferEligibility|null |
hasTransferEligibility
clearTransferEligibility
setTransferEligibility
Describes the transfer eligibility of a SKU.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\TransferEligibility
|
Returns | |
---|---|
Type | Description |
$this |
getSku
The SKU pertaining to the provisioning resource as specified in the Offer.
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\Sku|null |
hasSku
clearSku
setSku
The SKU pertaining to the provisioning resource as specified in the Offer.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\Sku
|
Returns | |
---|---|
Type | Description |
$this |
getLegacySku
Optional. The customer to transfer has an entitlement with the populated legacy SKU.
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\Sku|null |
hasLegacySku
clearLegacySku
setLegacySku
Optional. The customer to transfer has an entitlement with the populated legacy SKU.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\Sku
|
Returns | |
---|---|
Type | Description |
$this |