Package com.google.cloud.channel.v1
Interface CheckCloudIdentityAccountsExistResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckCloudIdentityAccountsExistResponse,CheckCloudIdentityAccountsExistResponse.Builder
public interface CheckCloudIdentityAccountsExistResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudIdentityCustomerAccountgetCloudIdentityAccounts(int index)The Cloud Identity accounts associated with the domain.intgetCloudIdentityAccountsCount()The Cloud Identity accounts associated with the domain.List<CloudIdentityCustomerAccount>getCloudIdentityAccountsList()The Cloud Identity accounts associated with the domain.CloudIdentityCustomerAccountOrBuildergetCloudIdentityAccountsOrBuilder(int index)The Cloud Identity accounts associated with the domain.List<? extends CloudIdentityCustomerAccountOrBuilder>getCloudIdentityAccountsOrBuilderList()The Cloud Identity accounts associated with the domain.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCloudIdentityAccountsList
List<CloudIdentityCustomerAccount> getCloudIdentityAccountsList()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
-
getCloudIdentityAccounts
CloudIdentityCustomerAccount getCloudIdentityAccounts(int index)
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
-
getCloudIdentityAccountsCount
int getCloudIdentityAccountsCount()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
-
getCloudIdentityAccountsOrBuilderList
List<? extends CloudIdentityCustomerAccountOrBuilder> getCloudIdentityAccountsOrBuilderList()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
-
getCloudIdentityAccountsOrBuilder
CloudIdentityCustomerAccountOrBuilder getCloudIdentityAccountsOrBuilder(int index)
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
-
-