Reference documentation and code samples for the Google Cloud Channel V1 Client class ListChannelPartnerLinksRequest.
Request message for CloudChannelService.ListChannelPartnerLinks
Generated from protobuf message google.cloud.channel.v1.ListChannelPartnerLinksRequest
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}
↳ page_size
int
Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.
↳ page_token
string
Optional. A token for a page of results other than the first page. Obtained using ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.
↳ view
int
Optional. The level of granularity the ChannelPartnerLink will display.
getParent
Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}
string
setParent
Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}
var
string
$this
getPageSize
Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.
int
setPageSize
Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.
var
int
$this
getPageToken
Optional. A token for a page of results other than the first page.
Obtained using ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.
string
setPageToken
Optional. A token for a page of results other than the first page.
Obtained using ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.
var
string
$this
getView
Optional. The level of granularity the ChannelPartnerLink will display.
int
setView
Optional. The level of granularity the ChannelPartnerLink will display.
var
int
$this