Class: Google::Shopping::Merchant::Accounts::V1beta::ListOmnichannelSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb

Overview

Request message for the ListOmnichannelSettings method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of omnichannel settings to return. The service may return fewer than this value. If unspecified, at most 50 omnichannel settings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of omnichannel settings to return. The service may return fewer than this value. If unspecified, at most 50 omnichannel settings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



256
257
258
259
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 256

class ListOmnichannelSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous ListOmnichannelSettings call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListOmnichannelSettings must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListOmnichannelSettings call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListOmnichannelSettings must match the call that provided the page token.



256
257
258
259
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 256

class ListOmnichannelSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent, which owns this collection of omnichannel settings. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of omnichannel settings. Format: accounts/{account}



256
257
258
259
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 256

class ListOmnichannelSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end