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