public final class CheckCloudIdentityAccountsExistResponse extends GeneratedMessageV3 implements CheckCloudIdentityAccountsExistResponseOrBuilder
Response message for
CloudChannelService.CheckCloudIdentityAccountsExist.
Protobuf type google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse
Static Fields
CLOUD_IDENTITY_ACCOUNTS_FIELD_NUMBER
public static final int CLOUD_IDENTITY_ACCOUNTS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CheckCloudIdentityAccountsExistResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CheckCloudIdentityAccountsExistResponse.Builder newBuilder()
Returns
newBuilder(CheckCloudIdentityAccountsExistResponse prototype)
public static CheckCloudIdentityAccountsExistResponse.Builder newBuilder(CheckCloudIdentityAccountsExistResponse prototype)
Parameter
Returns
public static CheckCloudIdentityAccountsExistResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CheckCloudIdentityAccountsExistResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CheckCloudIdentityAccountsExistResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckCloudIdentityAccountsExistResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CheckCloudIdentityAccountsExistResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CheckCloudIdentityAccountsExistResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CheckCloudIdentityAccountsExistResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CheckCloudIdentityAccountsExistResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckCloudIdentityAccountsExistResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CheckCloudIdentityAccountsExistResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
Returns
getCloudIdentityAccountsCount()
public int getCloudIdentityAccountsCount()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
Returns
getCloudIdentityAccountsList()
public List<CloudIdentityCustomerAccount> getCloudIdentityAccountsList()
The Cloud Identity accounts associated with the domain.
repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;
Returns
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
Returns
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
getParserForType()
public Parser<CheckCloudIdentityAccountsExistResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CheckCloudIdentityAccountsExistResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckCloudIdentityAccountsExistResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CheckCloudIdentityAccountsExistResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions