Cloud Channel v1 API - Class UpdateChannelPartnerLinkRequest (2.16.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

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

UpdateChannelPartnerLinkRequest()

public UpdateChannelPartnerLinkRequest()

UpdateChannelPartnerLinkRequest(UpdateChannelPartnerLinkRequest)

public UpdateChannelPartnerLinkRequest(UpdateChannelPartnerLinkRequest other)
Parameter
Name Description
other UpdateChannelPartnerLinkRequest

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
Type Description
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
Type Description
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
Type Description
FieldMask

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.