Class: Google::Shopping::Css::V1::ListChildAccountsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#full_name::String

If set, only the MC accounts with the given name (case sensitive) will be returned.

Returns:

  • (::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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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