Class: Google::Shopping::Merchant::Accounts::V1beta::AutofeedSettings
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::AutofeedSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/autofeedsettings.rb
Overview
Collection of information related to the autofeed settings.
Instance Attribute Summary collapse
-
#eligible ⇒ ::Boolean
readonly
Output only.
-
#enable_products ⇒ ::Boolean
Required.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#eligible ⇒ ::Boolean (readonly)
Returns Output only. Determines whether merchant is eligible for being enrolled into an autofeed.
45 46 47 48 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/autofeedsettings.rb', line 45 class AutofeedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_products ⇒ ::Boolean
Returns 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.
45 46 47 48 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/autofeedsettings.rb', line 45 class AutofeedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the autofeed settings.
Format: accounts/{account}/autofeedSettings
.
45 46 47 48 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/autofeedsettings.rb', line 45 class AutofeedSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |