public interface UpdateChannelPartnerLinkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelPartnerLink()
public abstract ChannelPartnerLink getChannelPartnerLink()Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
.google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ChannelPartnerLink | The channelPartnerLink. |
getChannelPartnerLinkOrBuilder()
public abstract ChannelPartnerLinkOrBuilder getChannelPartnerLinkOrBuilder()Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
.google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ChannelPartnerLinkOrBuilder |
getName()
public abstract String getName()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.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()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.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMaskOrBuilder |
hasChannelPartnerLink()
public abstract boolean hasChannelPartnerLink()Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
.google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the channelPartnerLink field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the updateMask field is set. |