public static interface CreateAndConfigureAccountRequest.SetAliasForRelationshipOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountIdAlias()
public abstract String getAccountIdAlias()Required. The unique ID of this account in the provider's system. The value must be unique across all accounts on the platform for this provider.
string account_id_alias = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The accountIdAlias. |
getAccountIdAliasBytes()
public abstract ByteString getAccountIdAliasBytes()Required. The unique ID of this account in the provider's system. The value must be unique across all accounts on the platform for this provider.
string account_id_alias = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountIdAlias. |
getProvider()
public abstract String getProvider() Required. The provider of the service. This is a reference to an account
such as providers/123 or accounts/123. The same provider must be
specified in at least one of the service fields.
string provider = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The provider. |
getProviderBytes()
public abstract ByteString getProviderBytes() Required. The provider of the service. This is a reference to an account
such as providers/123 or accounts/123. The same provider must be
specified in at least one of the service fields.
string provider = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for provider. |