Reference documentation and code samples for the Google Cloud Channel V1 Client class ListCustomersRequest.
Request message for CloudChannelService.ListCustomers
Generated from protobuf message google.cloud.channel.v1.ListCustomersRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.
↳ page_size
int
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
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.
↳ filter
string
Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
getParent
Required. The resource name of the reseller account to list customers from.
Parent uses the format: accounts/{account_id}.
string
setParent
Required. The resource name of the reseller account to list customers from.
Parent uses the format: accounts/{account_id}.
var
string
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
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.
string
setPageToken
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.
var
string
$this
getFilter
Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
string
setFilter
Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
var
string
$this