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
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ transfer_eligibility |
TransferEligibility
Describes the transfer eligibility of a SKU. |
↳ sku |
Sku
The SKU pertaining to the provisioning resource as specified in the Offer. |
↳ legacy_sku |
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 |
TransferEligibility|null |
|
hasTransferEligibility
clearTransferEligibility
setTransferEligibility
Describes the transfer eligibility of a SKU.
| Parameter | |
|---|---|
| Name | Description |
var |
TransferEligibility
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSku
The SKU pertaining to the provisioning resource as specified in the Offer.
| Returns | |
|---|---|
| Type | Description |
Sku|null |
|
hasSku
clearSku
setSku
The SKU pertaining to the provisioning resource as specified in the Offer.
| Parameter | |
|---|---|
| Name | Description |
var |
Sku
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLegacySku
Optional. The customer to transfer has an entitlement with the populated legacy SKU.
| Returns | |
|---|---|
| Type | Description |
Sku|null |
|
hasLegacySku
clearLegacySku
setLegacySku
Optional. The customer to transfer has an entitlement with the populated legacy SKU.
| Parameter | |
|---|---|
| Name | Description |
var |
Sku
|
| Returns | |
|---|---|
| Type | Description |
$this |
|