Class CheckCloudIdentityAccountsExistResponse.Builder (3.3.1)

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

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
NameDescription
valuesIterable<? extends com.google.cloud.channel.v1.CloudIdentityCustomerAccount>
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

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
NameDescription
valueCloudIdentityCustomerAccount
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

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
NameDescription
builderForValueCloudIdentityCustomerAccount.Builder
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.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
NameDescription
indexint
valueCloudIdentityCustomerAccount
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

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
NameDescription
indexint
builderForValueCloudIdentityCustomerAccount.Builder
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
CloudIdentityCustomerAccount.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CheckCloudIdentityAccountsExistResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

build()

public CheckCloudIdentityAccountsExistResponse build()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse

buildPartial()

public CheckCloudIdentityAccountsExistResponse buildPartial()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse

clear()

public CheckCloudIdentityAccountsExistResponse.Builder clear()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

clearCloudIdentityAccounts()

public CheckCloudIdentityAccountsExistResponse.Builder clearCloudIdentityAccounts()

The Cloud Identity accounts associated with the domain.

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

Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public CheckCloudIdentityAccountsExistResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CheckCloudIdentityAccountsExistResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

clone()

public CheckCloudIdentityAccountsExistResponse.Builder clone()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.channel.v1.CloudIdentityCustomerAccountOrBuilder>

getDefaultInstanceForType()

public CheckCloudIdentityAccountsExistResponse getDefaultInstanceForType()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CheckCloudIdentityAccountsExistResponse other)

public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(CheckCloudIdentityAccountsExistResponse other)
Parameter
NameDescription
otherCheckCloudIdentityAccountsExistResponse
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CheckCloudIdentityAccountsExistResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
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
NameDescription
indexint
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

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
NameDescription
indexint
valueCloudIdentityCustomerAccount
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

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
NameDescription
indexint
builderForValueCloudIdentityCustomerAccount.Builder
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CheckCloudIdentityAccountsExistResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

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

public CheckCloudIdentityAccountsExistResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CheckCloudIdentityAccountsExistResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides