Class UpdateChannelPartnerLinkRequest (1.0.0)

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

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

Inheritance

Object > UpdateChannelPartnerLinkRequest

Implements

Google.Protobuf.IMessage<UpdateChannelPartnerLinkRequest>, IEquatable<UpdateChannelPartnerLinkRequest>, Google.Protobuf.IDeepCloneable<UpdateChannelPartnerLinkRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Channel.V1

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 field channel_partner_link.link_state is allowed to be updated.

Property Value
TypeDescription
ChannelPartnerLink

Name

public string Name { get; set; }

Required. The resource name of the channel partner link to cancel. The name takes 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 update mask is channel_partner_link.link_state.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask