Interface ProductOrBuilder (3.3.1)

public interface ProductOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMarketingInfo()

public abstract MarketingInfo getMarketingInfo()

Marketing information for the product.

.google.cloud.channel.v1.MarketingInfo marketing_info = 2;

Returns
TypeDescription
MarketingInfo

The marketingInfo.

getMarketingInfoOrBuilder()

public abstract MarketingInfoOrBuilder getMarketingInfoOrBuilder()

Marketing information for the product.

.google.cloud.channel.v1.MarketingInfo marketing_info = 2;

Returns
TypeDescription
MarketingInfoOrBuilder

getName()

public abstract String getName()

Resource Name of the Product. Format: products/{product_id}

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Resource Name of the Product. Format: products/{product_id}

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

hasMarketingInfo()

public abstract boolean hasMarketingInfo()

Marketing information for the product.

.google.cloud.channel.v1.MarketingInfo marketing_info = 2;

Returns
TypeDescription
boolean

Whether the marketingInfo field is set.