public interface InsertCssProductInputRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
CssProductInputOrBuilder |
getFeedId() (deprecated)
public abstract long getFeedId()
Deprecated. google.shopping.css.v1.InsertCssProductInputRequest.feed_id is deprecated. See google/shopping/css/v1/css_product_inputs.proto;l=175
Optional. DEPRECATED. Feed id is not required for CSS Products. 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 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the cssProductInput field is set. |