Google Cloud Channel V1 Client - Class ChannelPartnerLinkView (1.7.0)

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

The level of granularity the ChannelPartnerLink will display.

Protobuf type google.cloud.channel.v1.ChannelPartnerLinkView

Namespace

Google \ Cloud \ Channel \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED

Value: 0

The default / unset value.

The API will default to the BASIC view.

Generated from protobuf enum UNSPECIFIED = 0;

BASIC

Value: 1

Includes all fields except the ChannelPartnerLink.channel_partner_cloud_identity_info.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

Includes all fields.

Generated from protobuf enum FULL = 2;