Class CheckCloudIdentityAccountsExistResponse (3.6.1)

public final class CheckCloudIdentityAccountsExistResponse extends GeneratedMessageV3 implements CheckCloudIdentityAccountsExistResponseOrBuilder

Response message for CloudChannelService.CheckCloudIdentityAccountsExist.

Protobuf type google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CheckCloudIdentityAccountsExistResponse

Static Fields

CLOUD_IDENTITY_ACCOUNTS_FIELD_NUMBER

public static final int CLOUD_IDENTITY_ACCOUNTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CheckCloudIdentityAccountsExistResponse getDefaultInstance()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse

getDescriptor()

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

newBuilder()

public static CheckCloudIdentityAccountsExistResponse.Builder newBuilder()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

newBuilder(CheckCloudIdentityAccountsExistResponse prototype)

public static CheckCloudIdentityAccountsExistResponse.Builder newBuilder(CheckCloudIdentityAccountsExistResponse prototype)
Parameter
NameDescription
prototypeCheckCloudIdentityAccountsExistResponse
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

parseDelimitedFrom(InputStream input)

public static CheckCloudIdentityAccountsExistResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CheckCloudIdentityAccountsExistResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CheckCloudIdentityAccountsExistResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CheckCloudIdentityAccountsExistResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CheckCloudIdentityAccountsExistResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CheckCloudIdentityAccountsExistResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CheckCloudIdentityAccountsExistResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CheckCloudIdentityAccountsExistResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CheckCloudIdentityAccountsExistResponse> parser()
Returns
TypeDescription
Parser<CheckCloudIdentityAccountsExistResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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

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

getParserForType()

public Parser<CheckCloudIdentityAccountsExistResponse> getParserForType()
Returns
TypeDescription
Parser<CheckCloudIdentityAccountsExistResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CheckCloudIdentityAccountsExistResponse.Builder newBuilderForType()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CheckCloudIdentityAccountsExistResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CheckCloudIdentityAccountsExistResponse.Builder toBuilder()
Returns
TypeDescription
CheckCloudIdentityAccountsExistResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException