Reference documentation and code samples for the Google Cloud Channel V1 Client class UpdateChannelPartnerLinkRequest.
Request message for CloudChannelService.UpdateChannelPartnerLink
Generated from protobuf message google.cloud.channel.v1.UpdateChannelPartnerLinkRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the channel partner link to cancel. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner. |
↳ channel_partner_link |
Google\Cloud\Channel\V1\ChannelPartnerLink
Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state. |
getName
Required. The resource name of the channel partner link to cancel.
Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the channel partner link to cancel.
Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getChannelPartnerLink
Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
Generated from protobuf field .google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\ChannelPartnerLink|null |
hasChannelPartnerLink
clearChannelPartnerLink
setChannelPartnerLink
Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
Generated from protobuf field .google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\ChannelPartnerLink
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The update mask that applies to the resource.
The only allowable value for an update mask is channel_partner_link.link_state.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask that applies to the resource.
The only allowable value for an update mask is channel_partner_link.link_state.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |