Class UpdateChannelPartnerLinkRequest (0.2.1)

UpdateChannelPartnerLinkRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for CloudChannelService.UpdateChannelPartnerLink

Attributes

NameDescription
name str
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.
channel_partner_link google.cloud.channel_v1.types.ChannelPartnerLink
Required. The channel partner link to update. Only field channel_partner_link.link_state is allowed to be updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The update mask that applies to the resource. The only allowable value for update mask is channel_partner_link.link_state.