Interface CheckCloudIdentityAccountsExistResponseOrBuilder (3.7.2)

public interface CheckCloudIdentityAccountsExistResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudIdentityAccounts(int index)

public abstract CloudIdentityCustomerAccount getCloudIdentityAccounts(int index)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CloudIdentityCustomerAccount

getCloudIdentityAccountsCount()

public abstract int getCloudIdentityAccountsCount()

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Returns
TypeDescription
int

getCloudIdentityAccountsList()

public abstract List<CloudIdentityCustomerAccount> getCloudIdentityAccountsList()

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Returns
TypeDescription
List<CloudIdentityCustomerAccount>

getCloudIdentityAccountsOrBuilder(int index)

public abstract CloudIdentityCustomerAccountOrBuilder getCloudIdentityAccountsOrBuilder(int index)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CloudIdentityCustomerAccountOrBuilder

getCloudIdentityAccountsOrBuilderList()

public abstract List<? extends CloudIdentityCustomerAccountOrBuilder> getCloudIdentityAccountsOrBuilderList()

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.CloudIdentityCustomerAccountOrBuilder>