Class UndeleteServiceAccountResponse (3.37.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static UndeleteServiceAccountResponse getDefaultInstance()
Returns
TypeDescription
UndeleteServiceAccountResponse

getDescriptor()

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

newBuilder()

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

newBuilder(UndeleteServiceAccountResponse prototype)

public static UndeleteServiceAccountResponse.Builder newBuilder(UndeleteServiceAccountResponse prototype)
Parameter
NameDescription
prototypeUndeleteServiceAccountResponse
Returns
TypeDescription
UndeleteServiceAccountResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public UndeleteServiceAccountResponse getDefaultInstanceForType()
Returns
TypeDescription
UndeleteServiceAccountResponse

getParserForType()

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

getRestoredAccount()

public ServiceAccount getRestoredAccount()

Metadata for the restored service account.

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

Returns
TypeDescription
ServiceAccount

The restoredAccount.

getRestoredAccountOrBuilder()

public ServiceAccountOrBuilder getRestoredAccountOrBuilder()

Metadata for the restored service account.

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

Returns
TypeDescription
ServiceAccountOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasRestoredAccount()

public boolean hasRestoredAccount()

Metadata for the restored service account.

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

Returns
TypeDescription
boolean

Whether the restoredAccount field is set.

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 UndeleteServiceAccountResponse.Builder newBuilderForType()
Returns
TypeDescription
UndeleteServiceAccountResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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