Reference documentation and code samples for the Google Cloud Channel V1 Client class ChannelPartnerLinkState.
ChannelPartnerLinkState represents state of a channel partner link.
Protobuf type google.cloud.channel.v1.ChannelPartnerLinkState
Namespace
Google \ Cloud \ Channel \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHANNEL_PARTNER_LINK_STATE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum CHANNEL_PARTNER_LINK_STATE_UNSPECIFIED = 0;
INVITED
Value: 1
An invitation has been sent to the reseller to create a channel partner link.
Generated from protobuf enum INVITED = 1;
ACTIVE
Value: 2
Status when the reseller is active.
Generated from protobuf enum ACTIVE = 2;
REVOKED
Value: 3
Status when the reseller has been revoked by the distributor.
Generated from protobuf enum REVOKED = 3;
SUSPENDED
Value: 4
Status when the reseller is suspended by Google or distributor.
Generated from protobuf enum SUSPENDED = 4;