Uses of Class
com.google.cloud.channel.v1.CloudIdentityCustomerAccount
-
Packages that use CloudIdentityCustomerAccount Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CloudIdentityCustomerAccount in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudIdentityCustomerAccount Modifier and Type Method Description CloudIdentityCustomerAccount
CloudIdentityCustomerAccount.Builder. build()
CloudIdentityCustomerAccount
CloudIdentityCustomerAccount.Builder. buildPartial()
CloudIdentityCustomerAccount
CheckCloudIdentityAccountsExistResponse.Builder. getCloudIdentityAccounts(int index)
The Cloud Identity accounts associated with the domain.CloudIdentityCustomerAccount
CheckCloudIdentityAccountsExistResponse. getCloudIdentityAccounts(int index)
The Cloud Identity accounts associated with the domain.CloudIdentityCustomerAccount
CheckCloudIdentityAccountsExistResponseOrBuilder. getCloudIdentityAccounts(int index)
The Cloud Identity accounts associated with the domain.static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. getDefaultInstance()
CloudIdentityCustomerAccount
CloudIdentityCustomerAccount.Builder. getDefaultInstanceForType()
CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. getDefaultInstanceForType()
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseDelimitedFrom(InputStream input)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(byte[] data)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(com.google.protobuf.ByteString data)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(com.google.protobuf.CodedInputStream input)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(InputStream input)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(ByteBuffer data)
static CloudIdentityCustomerAccount
CloudIdentityCustomerAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudIdentityCustomerAccount Modifier and Type Method Description List<CloudIdentityCustomerAccount>
CheckCloudIdentityAccountsExistResponse.Builder. getCloudIdentityAccountsList()
The Cloud Identity accounts associated with the domain.List<CloudIdentityCustomerAccount>
CheckCloudIdentityAccountsExistResponse. getCloudIdentityAccountsList()
The Cloud Identity accounts associated with the domain.List<CloudIdentityCustomerAccount>
CheckCloudIdentityAccountsExistResponseOrBuilder. getCloudIdentityAccountsList()
The Cloud Identity accounts associated with the domain.com.google.protobuf.Parser<CloudIdentityCustomerAccount>
CloudIdentityCustomerAccount. getParserForType()
static com.google.protobuf.Parser<CloudIdentityCustomerAccount>
CloudIdentityCustomerAccount. parser()
Methods in com.google.cloud.channel.v1 with parameters of type CloudIdentityCustomerAccount Modifier and Type Method Description CheckCloudIdentityAccountsExistResponse.Builder
CheckCloudIdentityAccountsExistResponse.Builder. addCloudIdentityAccounts(int index, CloudIdentityCustomerAccount value)
The Cloud Identity accounts associated with the domain.CheckCloudIdentityAccountsExistResponse.Builder
CheckCloudIdentityAccountsExistResponse.Builder. addCloudIdentityAccounts(CloudIdentityCustomerAccount value)
The Cloud Identity accounts associated with the domain.CloudIdentityCustomerAccount.Builder
CloudIdentityCustomerAccount.Builder. mergeFrom(CloudIdentityCustomerAccount other)
static CloudIdentityCustomerAccount.Builder
CloudIdentityCustomerAccount. newBuilder(CloudIdentityCustomerAccount prototype)
CheckCloudIdentityAccountsExistResponse.Builder
CheckCloudIdentityAccountsExistResponse.Builder. setCloudIdentityAccounts(int index, CloudIdentityCustomerAccount value)
The Cloud Identity accounts associated with the domain.Method parameters in com.google.cloud.channel.v1 with type arguments of type CloudIdentityCustomerAccount Modifier and Type Method Description CheckCloudIdentityAccountsExistResponse.Builder
CheckCloudIdentityAccountsExistResponse.Builder. addAllCloudIdentityAccounts(Iterable<? extends CloudIdentityCustomerAccount> values)
The Cloud Identity accounts associated with the domain.
-