Google Cloud Channel V1 Client - Class ChannelPartnerLinkView (1.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0The default / unset value.
The API will default to the BASIC view.
Generated from protobuf enum UNSPECIFIED = 0;
BASIC
Value: 1Includes all fields except the ChannelPartnerLink.channel_partner_cloud_identity_info.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2Includes all fields.
Generated from protobuf enum FULL = 2;