public interface SkuOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMarketingInfo()
public abstract MarketingInfo getMarketingInfo()Marketing information for the SKU.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Type | Description |
| MarketingInfo | The marketingInfo. |
getMarketingInfoOrBuilder()
public abstract MarketingInfoOrBuilder getMarketingInfoOrBuilder()Marketing information for the SKU.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Type | Description |
| MarketingInfoOrBuilder |
getName()
public abstract String getName()Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getProduct()
public abstract Product getProduct()Product the SKU is associated with.
.google.cloud.channel.v1.Product product = 3;
| Type | Description |
| Product | The product. |
getProductOrBuilder()
public abstract ProductOrBuilder getProductOrBuilder()Product the SKU is associated with.
.google.cloud.channel.v1.Product product = 3;
| Type | Description |
| ProductOrBuilder |
hasMarketingInfo()
public abstract boolean hasMarketingInfo()Marketing information for the SKU.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Type | Description |
| boolean | Whether the marketingInfo field is set. |
hasProduct()
public abstract boolean hasProduct()Product the SKU is associated with.
.google.cloud.channel.v1.Product product = 3;
| Type | Description |
| boolean | Whether the product field is set. |