Class: Google::Shopping::Merchant::Accounts::V1beta::FindLfpProvidersRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::FindLfpProvidersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb
Overview
Request message for the FindLfpProviders method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of LfpProvider resources to return. The
service returns fewer than this value if the number of lfp providers is
less that than the pageSize. The default value is 50. The maximum value
is 1000; If a value higher than the maximum is specified, then the
pageSize will default to the maximum.
62 63 64 65 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 62 class FindLfpProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous FindLfpProviders call.
Provide the page token to retrieve the subsequent page.
When paginating, all other parameters provided to FindLfpProviders must
match the call that provided the page token.
62 63 64 65 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 62 class FindLfpProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent resource under which the LFP providers are
found. Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}.
62 63 64 65 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 62 class FindLfpProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |