Interface CheckCloudIdentityAccountsExistResponseOrBuilder

    • 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;