Class CheckCloudIdentityAccountsExistResponse.Builder (3.62.0)

public static final class CheckCloudIdentityAccountsExistResponse.Builder extends GeneratedMessageV3.Builder<CheckCloudIdentityAccountsExistResponse.Builder> implements CheckCloudIdentityAccountsExistResponseOrBuilder

Response message for CloudChannelService.CheckCloudIdentityAccountsExist.

Protobuf type google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllCloudIdentityAccounts(Iterable<? extends CloudIdentityCustomerAccount> values)

public CheckCloudIdentityAccountsExistResponse.Builder addAllCloudIdentityAccounts(Iterable<? extends CloudIdentityCustomerAccount> values)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.channel.v1.CloudIdentityCustomerAccount>

addCloudIdentityAccounts(CloudIdentityCustomerAccount value)

public CheckCloudIdentityAccountsExistResponse.Builder addCloudIdentityAccounts(CloudIdentityCustomerAccount value)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameter
Name Description
value CloudIdentityCustomerAccount

addCloudIdentityAccounts(CloudIdentityCustomerAccount.Builder builderForValue)

public CheckCloudIdentityAccountsExistResponse.Builder addCloudIdentityAccounts(CloudIdentityCustomerAccount.Builder builderForValue)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameter
Name Description
builderForValue CloudIdentityCustomerAccount.Builder

addCloudIdentityAccounts(int index, CloudIdentityCustomerAccount value)

public CheckCloudIdentityAccountsExistResponse.Builder addCloudIdentityAccounts(int index, CloudIdentityCustomerAccount value)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameters
Name Description
index int
value CloudIdentityCustomerAccount

addCloudIdentityAccounts(int index, CloudIdentityCustomerAccount.Builder builderForValue)

public CheckCloudIdentityAccountsExistResponse.Builder addCloudIdentityAccounts(int index, CloudIdentityCustomerAccount.Builder builderForValue)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameters
Name Description
index int
builderForValue CloudIdentityCustomerAccount.Builder

addCloudIdentityAccountsBuilder()

public CloudIdentityCustomerAccount.Builder addCloudIdentityAccountsBuilder()

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Returns
Type Description
CloudIdentityCustomerAccount.Builder

addCloudIdentityAccountsBuilder(int index)

public CloudIdentityCustomerAccount.Builder addCloudIdentityAccountsBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CheckCloudIdentityAccountsExistResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public CheckCloudIdentityAccountsExistResponse build()
Returns
Type Description
CheckCloudIdentityAccountsExistResponse

buildPartial()

public CheckCloudIdentityAccountsExistResponse buildPartial()
Returns
Type Description
CheckCloudIdentityAccountsExistResponse

clear()

public CheckCloudIdentityAccountsExistResponse.Builder clear()
Overrides

clearCloudIdentityAccounts()

public CheckCloudIdentityAccountsExistResponse.Builder clearCloudIdentityAccounts()

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

clearField(Descriptors.FieldDescriptor field)

public CheckCloudIdentityAccountsExistResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CheckCloudIdentityAccountsExistResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clone()

public CheckCloudIdentityAccountsExistResponse.Builder clone()
Overrides

getCloudIdentityAccounts(int index)

public 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

getCloudIdentityAccountsBuilder(int index)

public CloudIdentityCustomerAccount.Builder getCloudIdentityAccountsBuilder(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.Builder

getCloudIdentityAccountsBuilderList()

public List<CloudIdentityCustomerAccount.Builder> getCloudIdentityAccountsBuilderList()

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Returns
Type Description
List<Builder>

getCloudIdentityAccountsCount()

public 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 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 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 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>

getDefaultInstanceForType()

public CheckCloudIdentityAccountsExistResponse getDefaultInstanceForType()
Returns
Type Description
CheckCloudIdentityAccountsExistResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CheckCloudIdentityAccountsExistResponse other)

public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(CheckCloudIdentityAccountsExistResponse other)
Parameter
Name Description
other CheckCloudIdentityAccountsExistResponse

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CheckCloudIdentityAccountsExistResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removeCloudIdentityAccounts(int index)

public CheckCloudIdentityAccountsExistResponse.Builder removeCloudIdentityAccounts(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

setCloudIdentityAccounts(int index, CloudIdentityCustomerAccount value)

public CheckCloudIdentityAccountsExistResponse.Builder setCloudIdentityAccounts(int index, CloudIdentityCustomerAccount value)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameters
Name Description
index int
value CloudIdentityCustomerAccount

setCloudIdentityAccounts(int index, CloudIdentityCustomerAccount.Builder builderForValue)

public CheckCloudIdentityAccountsExistResponse.Builder setCloudIdentityAccounts(int index, CloudIdentityCustomerAccount.Builder builderForValue)

The Cloud Identity accounts associated with the domain.

repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Parameters
Name Description
index int
builderForValue CloudIdentityCustomerAccount.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CheckCloudIdentityAccountsExistResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CheckCloudIdentityAccountsExistResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CheckCloudIdentityAccountsExistResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides