Google Cloud Channel V1 Client - Class ListChannelPartnerLinksRequest (1.9.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
string

setParent

Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}

Parameter
Name Description
var string
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var int
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this

getView

Optional. The level of granularity the ChannelPartnerLink will display.

Returns
Type Description
int

setView

Optional. The level of granularity the ChannelPartnerLink will display.

Parameter
Name Description
var int
Returns
Type Description
$this