public interface ChannelPartnerLinkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelPartnerCloudIdentityInfo()
public abstract 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];
| Type | Description |
| CloudIdentityInfo | The channelPartnerCloudIdentityInfo. |
getChannelPartnerCloudIdentityInfoOrBuilder()
public abstract 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];
| Type | Description |
| CloudIdentityInfoOrBuilder |
getCreateTime()
public abstract 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];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract 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];
| Type | Description |
| TimestampOrBuilder |
getInviteLinkUri()
public abstract 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];
| Type | Description |
| String | The inviteLinkUri. |
getInviteLinkUriBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for inviteLinkUri. |
getLinkState()
public abstract ChannelPartnerLinkState getLinkState()Required. State of the channel partner link.
.google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ChannelPartnerLinkState | The linkState. |
getLinkStateValue()
public abstract int getLinkStateValue()Required. State of the channel partner link.
.google.cloud.channel.v1.ChannelPartnerLinkState link_state = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for linkState. |
getName()
public abstract 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];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for name. |
getPublicId()
public abstract 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];
| Type | Description |
| String | The publicId. |
getPublicIdBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for publicId. |
getResellerCloudIdentityId()
public abstract String getResellerCloudIdentityId()Required. Cloud Identity ID of the linked reseller.
string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The resellerCloudIdentityId. |
getResellerCloudIdentityIdBytes()
public abstract ByteString getResellerCloudIdentityIdBytes()Required. Cloud Identity ID of the linked reseller.
string reseller_cloud_identity_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for resellerCloudIdentityId. |
getUpdateTime()
public abstract 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];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract 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];
| Type | Description |
| TimestampOrBuilder |
hasChannelPartnerCloudIdentityInfo()
public abstract 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];
| Type | Description |
| boolean | Whether the channelPartnerCloudIdentityInfo field is set. |
hasCreateTime()
public abstract 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];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasUpdateTime()
public abstract 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];
| Type | Description |
| boolean | Whether the updateTime field is set. |