Cloud Channel v1 API - Class UpdateChannelPartnerLinkRequest (2.5.0)

public sealed class UpdateChannelPartnerLinkRequest : IMessage<UpdateChannelPartnerLinkRequest>, IEquatable<UpdateChannelPartnerLinkRequest>, IDeepCloneable<UpdateChannelPartnerLinkRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class UpdateChannelPartnerLinkRequest.

Request message for [CloudChannelService.UpdateChannelPartnerLink][google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerLink]

Inheritance

object > UpdateChannelPartnerLinkRequest

Namespace

GoogleCloudGoogle.Cloud.ChannelV1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

UpdateChannelPartnerLinkRequest()

public UpdateChannelPartnerLinkRequest()

UpdateChannelPartnerLinkRequest(UpdateChannelPartnerLinkRequest)

public UpdateChannelPartnerLinkRequest(UpdateChannelPartnerLinkRequest other)
Parameter
NameDescription
otherUpdateChannelPartnerLinkRequest

Properties

public ChannelPartnerLink ChannelPartnerLink { get; set; }

Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.

Property Value
TypeDescription
ChannelPartnerLink

Name

public string Name { get; set; }

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.

Property Value
TypeDescription
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.

Property Value
TypeDescription
FieldMask