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