Class: Google::Cloud::Channel::V1::ListCustomersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListCustomersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.ListCustomers
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
109 110 111 112 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 109 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.
109 110 111 112 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 109 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results other than the first page. Obtained through ListCustomersResponse.next_page_token of the previous CloudChannelService.ListCustomers call.
109 110 111 112 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 109 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.
109 110 111 112 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 109 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |