Class UndeleteServiceAccountResponse (3.39.0)

public final class UndeleteServiceAccountResponse extends GeneratedMessageV3 implements UndeleteServiceAccountResponseOrBuilder

Protobuf type google.iam.admin.v1.UndeleteServiceAccountResponse

Inheritance

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

Static Fields

RESTORED_ACCOUNT_FIELD_NUMBER

public static final int RESTORED_ACCOUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UndeleteServiceAccountResponse getDefaultInstance()
Returns
Type Description
UndeleteServiceAccountResponse

getDescriptor()

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

newBuilder()

public static UndeleteServiceAccountResponse.Builder newBuilder()
Returns
Type Description
UndeleteServiceAccountResponse.Builder

newBuilder(UndeleteServiceAccountResponse prototype)

public static UndeleteServiceAccountResponse.Builder newBuilder(UndeleteServiceAccountResponse prototype)
Parameter
Name Description
prototype UndeleteServiceAccountResponse
Returns
Type Description
UndeleteServiceAccountResponse.Builder

parseDelimitedFrom(InputStream input)

public static UndeleteServiceAccountResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UndeleteServiceAccountResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UndeleteServiceAccountResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UndeleteServiceAccountResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UndeleteServiceAccountResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UndeleteServiceAccountResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UndeleteServiceAccountResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UndeleteServiceAccountResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UndeleteServiceAccountResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UndeleteServiceAccountResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UndeleteServiceAccountResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UndeleteServiceAccountResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UndeleteServiceAccountResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UndeleteServiceAccountResponse> parser()
Returns
Type Description
Parser<UndeleteServiceAccountResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public UndeleteServiceAccountResponse getDefaultInstanceForType()
Returns
Type Description
UndeleteServiceAccountResponse

getParserForType()

public Parser<UndeleteServiceAccountResponse> getParserForType()
Returns
Type Description
Parser<UndeleteServiceAccountResponse>
Overrides

getRestoredAccount()

public ServiceAccount getRestoredAccount()

Metadata for the restored service account.

.google.iam.admin.v1.ServiceAccount restored_account = 1;

Returns
Type Description
ServiceAccount

The restoredAccount.

getRestoredAccountOrBuilder()

public ServiceAccountOrBuilder getRestoredAccountOrBuilder()

Metadata for the restored service account.

.google.iam.admin.v1.ServiceAccount restored_account = 1;

Returns
Type Description
ServiceAccountOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasRestoredAccount()

public boolean hasRestoredAccount()

Metadata for the restored service account.

.google.iam.admin.v1.ServiceAccount restored_account = 1;

Returns
Type Description
boolean

Whether the restoredAccount field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UndeleteServiceAccountResponse.Builder newBuilderForType()
Returns
Type Description
UndeleteServiceAccountResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UndeleteServiceAccountResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UndeleteServiceAccountResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UndeleteServiceAccountResponse.Builder toBuilder()
Returns
Type Description
UndeleteServiceAccountResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException