Class: Google::Shopping::Css::V1::ListChildAccountsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::ListChildAccountsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/accounts.rb
Overview
The request message for the ListChildAccounts
method.
Instance Attribute Summary collapse
-
#full_name ⇒ ::String
If set, only the MC accounts with the given name (case sensitive) will be returned.
-
#label_id ⇒ ::Integer
If set, only the MC accounts with the given label ID will be returned.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#full_name ⇒ ::String
If set, only the MC accounts with the given name (case sensitive) will be returned.
49 50 51 52 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 49 class ListChildAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_id ⇒ ::Integer
Returns If set, only the MC accounts with the given label ID will be returned.
49 50 51 52 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 49 class ListChildAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
49 50 51 52 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 49 class ListChildAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListChildAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListChildAccounts
must
match the call that provided the page token.
49 50 51 52 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 49 class ListChildAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent account. Must be a CSS group or domain. Format: accounts/{account}.
49 50 51 52 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 49 class ListChildAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |