public sealed class UpdateChannelPartnerLinkRequest : IMessage<UpdateChannelPartnerLinkRequest>, IEquatable<UpdateChannelPartnerLinkRequest>, IDeepCloneable<UpdateChannelPartnerLinkRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.UpdateChannelPartnerLink][google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerLink]
Implements
Google.Protobuf.IMessage<UpdateChannelPartnerLinkRequest>, IEquatable<UpdateChannelPartnerLinkRequest>, Google.Protobuf.IDeepCloneable<UpdateChannelPartnerLinkRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
UpdateChannelPartnerLinkRequest()
public UpdateChannelPartnerLinkRequest()
UpdateChannelPartnerLinkRequest(UpdateChannelPartnerLinkRequest)
public UpdateChannelPartnerLinkRequest(UpdateChannelPartnerLinkRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateChannelPartnerLinkRequest |
Properties
ChannelPartnerLink
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |