public interface AutofeedSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEligible()
public abstract boolean getEligible()
Output only. Determines whether merchant is eligible for being enrolled into an autofeed.
bool eligible = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The eligible. |
getEnableProducts()
public abstract boolean getEnableProducts()
Required. Enables or disables product crawling through the autofeed for the
given account. Autofeed accounts must meet certain
conditions,
which can be checked through the eligible
field.
The account must not be a marketplace.
When the autofeed is enabled for the first time, the products usually
appear instantly. When re-enabling, it might take up to 24 hours for
products to appear.
bool enable_products = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
The enableProducts. |
getName()
public abstract String getName()
Identifier. The resource name of the autofeed settings.
Format: accounts/{account}/autofeedSettings
.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The resource name of the autofeed settings.
Format: accounts/{account}/autofeedSettings
.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |