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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.CloudIdentityCustomerAccountOrBuilder> |
|