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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;