Google Cloud Channel V1 Client - Class ListChannelPartnerLinksRequest (1.7.0)

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
NameDescription
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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. The level of granularity the ChannelPartnerLink will display.

Returns
TypeDescription
int

setView

Optional. The level of granularity the ChannelPartnerLink will display.

Parameter
NameDescription
var int
Returns
TypeDescription
$this