Interface InsertCssProductInputRequestOrBuilder (0.1.0)

public interface InsertCssProductInputRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCssProductInput()

public abstract CssProductInput getCssProductInput()

Required. The CSS Product Input to insert.

.google.shopping.css.v1.CssProductInput css_product_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CssProductInput

The cssProductInput.

getCssProductInputOrBuilder()

public abstract CssProductInputOrBuilder getCssProductInputOrBuilder()

Required. The CSS Product Input to insert.

.google.shopping.css.v1.CssProductInput css_product_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CssProductInputOrBuilder

getFeedId()

public abstract long getFeedId()

Required. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.

int64 feed_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
long

The feedId.

getParent()

public abstract String getParent()

Required. The account where this CSS Product will be inserted. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The account where this CSS Product will be inserted. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasCssProductInput()

public abstract boolean hasCssProductInput()

Required. The CSS Product Input to insert.

.google.shopping.css.v1.CssProductInput css_product_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the cssProductInput field is set.