public interface CheckCloudIdentityAccountsExistResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| CloudIdentityCustomerAccount |
getCloudIdentityAccountsCount()
public abstract int getCloudIdentityAccountsCount()The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.channel.v1.CloudIdentityCustomerAccountOrBuilder> |