Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ListCustomersRequest (v0.23.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListCustomersRequest.
Request message for CloudChannelService.ListCustomers
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
deffilter()->::String
Returns
- (::String) — Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
#filter=
deffilter=(value)->::String
Parameter
- value (::String) — Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
Returns
- (::String) — Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
#page_size
defpage_size()->::Integer
Returns
- (::Integer) — 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.
#page_size=
defpage_size=(value)->::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#page_token
defpage_token()->::String
Returns
- (::String) — 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.
#page_token=
defpage_token=(value)->::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#parent
defparent()->::String
Returns
- (::String) — Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.
#parent=
defparent=(value)->::String
Parameter
- value (::String) — Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.
Returns
- (::String) — Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.