Google Cloud Channel V1 Client - Class GetChannelPartnerLinkRequest (1.7.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class GetChannelPartnerLinkRequest.

Request message for CloudChannelService.GetChannelPartnerLink.

Generated from protobuf message google.cloud.channel.v1.GetChannelPartnerLinkRequest

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the channel partner link to retrieve. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.

↳ view int

Optional. The level of granularity the ChannelPartnerLink will display.

getName

Required. The resource name of the channel partner link to retrieve.

Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.

Returns
TypeDescription
string

setName

Required. The resource name of the channel partner link to retrieve.

Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.

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