public interface InsertCssProductInputRequestOrBuilder extends MessageOrBuilderImplements
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()
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 | |
|---|---|
| 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. |