Class: Google::Shopping::Merchant::Accounts::V1beta::ListProgramsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListProgramsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb
Overview
Request message for the ListPrograms 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 programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
119 120 121 122 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 119 class ListProgramsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
119 120 121 122 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 119 class ListProgramsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
.
119 120 121 122 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 119 class ListProgramsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |