Interface SkuOrBuilder (3.41.0)

public interface SkuOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMarketingInfo()

public abstract MarketingInfo getMarketingInfo()

Marketing information for the SKU.

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

Returns
TypeDescription
MarketingInfo

The marketingInfo.

getMarketingInfoOrBuilder()

public abstract MarketingInfoOrBuilder getMarketingInfoOrBuilder()

Marketing information for the SKU.

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

Returns
TypeDescription
MarketingInfoOrBuilder

getName()

public abstract String getName()

Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getProduct()

public abstract Product getProduct()

Product the SKU is associated with.

.google.cloud.channel.v1.Product product = 3;

Returns
TypeDescription
Product

The product.

getProductOrBuilder()

public abstract ProductOrBuilder getProductOrBuilder()

Product the SKU is associated with.

.google.cloud.channel.v1.Product product = 3;

Returns
TypeDescription
ProductOrBuilder

hasMarketingInfo()

public abstract boolean hasMarketingInfo()

Marketing information for the SKU.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the product field is set.