public interface TransferableSkuOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLegacySku()
public abstract Sku getLegacySku()Optional. The customer to transfer has an entitlement with the populated legacy SKU.
.google.cloud.channel.v1.Sku legacy_sku = 12 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Sku | The legacySku. |
getLegacySkuOrBuilder()
public abstract SkuOrBuilder getLegacySkuOrBuilder()Optional. The customer to transfer has an entitlement with the populated legacy SKU.
.google.cloud.channel.v1.Sku legacy_sku = 12 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| SkuOrBuilder |
getSku()
public abstract Sku getSku()The SKU pertaining to the provisioning resource as specified in the Offer.
.google.cloud.channel.v1.Sku sku = 11;
| Type | Description |
| Sku | The sku. |
getSkuOrBuilder()
public abstract SkuOrBuilder getSkuOrBuilder()The SKU pertaining to the provisioning resource as specified in the Offer.
.google.cloud.channel.v1.Sku sku = 11;
| Type | Description |
| SkuOrBuilder |
getTransferEligibility()
public abstract TransferEligibility getTransferEligibility()Describes the transfer eligibility of a SKU.
.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;
| Type | Description |
| TransferEligibility | The transferEligibility. |
getTransferEligibilityOrBuilder()
public abstract TransferEligibilityOrBuilder getTransferEligibilityOrBuilder()Describes the transfer eligibility of a SKU.
.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;
| Type | Description |
| TransferEligibilityOrBuilder |
hasLegacySku()
public abstract boolean hasLegacySku()Optional. The customer to transfer has an entitlement with the populated legacy SKU.
.google.cloud.channel.v1.Sku legacy_sku = 12 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the legacySku field is set. |
hasSku()
public abstract boolean hasSku()The SKU pertaining to the provisioning resource as specified in the Offer.
.google.cloud.channel.v1.Sku sku = 11;
| Type | Description |
| boolean | Whether the sku field is set. |
hasTransferEligibility()
public abstract boolean hasTransferEligibility()Describes the transfer eligibility of a SKU.
.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;
| Type | Description |
| boolean | Whether the transferEligibility field is set. |