public static final class CheckCloudIdentityAccountsExistResponse.Builder extends GeneratedMessage.Builder<CheckCloudIdentityAccountsExistResponse.Builder> implements CheckCloudIdentityAccountsExistResponseOrBuilder
Response message for
CloudChannelService.CheckCloudIdentityAccountsExist.
Protobuf type google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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;
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;
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;
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;
addCloudIdentityAccountsBuilder()
public CloudIdentityCustomerAccount.Builder addCloudIdentityAccountsBuilder()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
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
|
build()
public CheckCloudIdentityAccountsExistResponse build()
buildPartial()
public CheckCloudIdentityAccountsExistResponse buildPartial()
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;
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
|
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
|
getCloudIdentityAccountsBuilderList()
public List<CloudIdentityCustomerAccount.Builder> getCloudIdentityAccountsBuilderList()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
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;
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
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CheckCloudIdentityAccountsExistResponse other)
public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(CheckCloudIdentityAccountsExistResponse other)
public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CheckCloudIdentityAccountsExistResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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;
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;