- 3.82.0 (latest)
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class ChannelPartnerLink.Builder extends GeneratedMessageV3.Builder<ChannelPartnerLink.Builder> implements ChannelPartnerLinkOrBuilderEntity representing a link between distributors and their indirect resellers in an n-tier resale channel.
 Protobuf type google.cloud.channel.v1.ChannelPartnerLink
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ChannelPartnerLink.BuilderImplements
ChannelPartnerLinkOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChannelPartnerLink.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
build()
public ChannelPartnerLink build()| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink | |
buildPartial()
public ChannelPartnerLink buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink | |
clear()
public ChannelPartnerLink.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
clearChannelPartnerCloudIdentityInfo()
public ChannelPartnerLink.Builder clearChannelPartnerCloudIdentityInfo()Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
clearCreateTime()
public ChannelPartnerLink.Builder clearCreateTime()Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ChannelPartnerLink.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
clearInviteLinkUri()
public ChannelPartnerLink.Builder clearInviteLinkUri()Output only. URI of the web page where partner accepts the link invitation.
 string invite_link_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
clearLinkState()
public ChannelPartnerLink.Builder clearLinkState()Required. State of the channel partner link.
 
 .google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
clearName()
public ChannelPartnerLink.Builder clearName()Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ChannelPartnerLink.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
clearPublicId()
public ChannelPartnerLink.Builder clearPublicId()Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
 string public_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
clearResellerCloudIdentityId()
public ChannelPartnerLink.Builder clearResellerCloudIdentityId()Required. Cloud Identity ID of the linked reseller.
 string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
clearUpdateTime()
public ChannelPartnerLink.Builder clearUpdateTime()Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
clone()
public ChannelPartnerLink.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
getChannelPartnerCloudIdentityInfo()
public CloudIdentityInfo getChannelPartnerCloudIdentityInfo()Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudIdentityInfo | The channelPartnerCloudIdentityInfo. | 
getChannelPartnerCloudIdentityInfoBuilder()
public CloudIdentityInfo.Builder getChannelPartnerCloudIdentityInfoBuilder()Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudIdentityInfo.Builder | |
getChannelPartnerCloudIdentityInfoOrBuilder()
public CloudIdentityInfoOrBuilder getChannelPartnerCloudIdentityInfoOrBuilder()Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| CloudIdentityInfoOrBuilder | |
getCreateTime()
public Timestamp getCreateTime()Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDefaultInstanceForType()
public ChannelPartnerLink getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getInviteLinkUri()
public String getInviteLinkUri()Output only. URI of the web page where partner accepts the link invitation.
 string invite_link_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The inviteLinkUri. | 
getInviteLinkUriBytes()
public ByteString getInviteLinkUriBytes()Output only. URI of the web page where partner accepts the link invitation.
 string invite_link_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for inviteLinkUri. | 
getLinkState()
public ChannelPartnerLinkState getLinkState()Required. State of the channel partner link.
 
 .google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLinkState | The linkState. | 
getLinkStateValue()
public int getLinkStateValue()Required. State of the channel partner link.
 
 .google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for linkState. | 
getName()
public String getName()Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getPublicId()
public String getPublicId()Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
 string public_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The publicId. | 
getPublicIdBytes()
public ByteString getPublicIdBytes()Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
 string public_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for publicId. | 
getResellerCloudIdentityId()
public String getResellerCloudIdentityId()Required. Cloud Identity ID of the linked reseller.
 string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The resellerCloudIdentityId. | 
getResellerCloudIdentityIdBytes()
public ByteString getResellerCloudIdentityIdBytes()Required. Cloud Identity ID of the linked reseller.
 string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for resellerCloudIdentityId. | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasChannelPartnerCloudIdentityInfo()
public boolean hasChannelPartnerCloudIdentityInfo()Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the channelPartnerCloudIdentityInfo field is set. | 
hasCreateTime()
public boolean hasCreateTime()Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasUpdateTime()
public boolean hasUpdateTime()Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeChannelPartnerCloudIdentityInfo(CloudIdentityInfo value)
public ChannelPartnerLink.Builder mergeChannelPartnerCloudIdentityInfo(CloudIdentityInfo value)Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | CloudIdentityInfo | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
mergeCreateTime(Timestamp value)
public ChannelPartnerLink.Builder mergeCreateTime(Timestamp value)Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
mergeFrom(ChannelPartnerLink other)
public ChannelPartnerLink.Builder mergeFrom(ChannelPartnerLink other)| Parameter | |
|---|---|
| Name | Description | 
| other | ChannelPartnerLink | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ChannelPartnerLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ChannelPartnerLink.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChannelPartnerLink.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
mergeUpdateTime(Timestamp value)
public ChannelPartnerLink.Builder mergeUpdateTime(Timestamp value)Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setChannelPartnerCloudIdentityInfo(CloudIdentityInfo value)
public ChannelPartnerLink.Builder setChannelPartnerCloudIdentityInfo(CloudIdentityInfo value)Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | CloudIdentityInfo | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setChannelPartnerCloudIdentityInfo(CloudIdentityInfo.Builder builderForValue)
public ChannelPartnerLink.Builder setChannelPartnerCloudIdentityInfo(CloudIdentityInfo.Builder builderForValue)Output only. Cloud Identity info of the channel partner (IR).
 
 .google.cloud.channel.v1.CloudIdentityInfo channel_partner_cloud_identity_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | CloudIdentityInfo.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setCreateTime(Timestamp value)
public ChannelPartnerLink.Builder setCreateTime(Timestamp value)Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setCreateTime(Timestamp.Builder builderForValue)
public ChannelPartnerLink.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Timestamp of when the channel partner link is created.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ChannelPartnerLink.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setInviteLinkUri(String value)
public ChannelPartnerLink.Builder setInviteLinkUri(String value)Output only. URI of the web page where partner accepts the link invitation.
 string invite_link_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe inviteLinkUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setInviteLinkUriBytes(ByteString value)
public ChannelPartnerLink.Builder setInviteLinkUriBytes(ByteString value)Output only. URI of the web page where partner accepts the link invitation.
 string invite_link_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for inviteLinkUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setLinkState(ChannelPartnerLinkState value)
public ChannelPartnerLink.Builder setLinkState(ChannelPartnerLinkState value)Required. State of the channel partner link.
 
 .google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ChannelPartnerLinkStateThe linkState to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setLinkStateValue(int value)
public ChannelPartnerLink.Builder setLinkStateValue(int value)Required. State of the channel partner link.
 
 .google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for linkState to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setName(String value)
public ChannelPartnerLink.Builder setName(String value)Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public ChannelPartnerLink.Builder setNameBytes(ByteString value)Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setPublicId(String value)
public ChannelPartnerLink.Builder setPublicId(String value)Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
 string public_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe publicId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setPublicIdBytes(ByteString value)
public ChannelPartnerLink.Builder setPublicIdBytes(ByteString value)Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
 string public_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for publicId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChannelPartnerLink.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setResellerCloudIdentityId(String value)
public ChannelPartnerLink.Builder setResellerCloudIdentityId(String value)Required. Cloud Identity ID of the linked reseller.
 string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe resellerCloudIdentityId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setResellerCloudIdentityIdBytes(ByteString value)
public ChannelPartnerLink.Builder setResellerCloudIdentityIdBytes(ByteString value)Required. Cloud Identity ID of the linked reseller.
 string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for resellerCloudIdentityId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ChannelPartnerLink.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setUpdateTime(Timestamp value)
public ChannelPartnerLink.Builder setUpdateTime(Timestamp value)Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |
setUpdateTime(Timestamp.Builder builderForValue)
public ChannelPartnerLink.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Timestamp of when the channel partner link is updated.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ChannelPartnerLink.Builder | |