Class UndeleteProjectMetadata (1.43.0)

public final class UndeleteProjectMetadata extends GeneratedMessageV3 implements UndeleteProjectMetadataOrBuilder

A status object which is used as the metadata field for the Operation returned by UndeleteProject.

Protobuf type google.cloud.resourcemanager.v3.UndeleteProjectMetadata

Static Methods

getDefaultInstance()

public static UndeleteProjectMetadata getDefaultInstance()
Returns
TypeDescription
UndeleteProjectMetadata

getDescriptor()

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

newBuilder()

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

newBuilder(UndeleteProjectMetadata prototype)

public static UndeleteProjectMetadata.Builder newBuilder(UndeleteProjectMetadata prototype)
Parameter
NameDescription
prototypeUndeleteProjectMetadata
Returns
TypeDescription
UndeleteProjectMetadata.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public UndeleteProjectMetadata getDefaultInstanceForType()
Returns
TypeDescription
UndeleteProjectMetadata

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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 UndeleteProjectMetadata.Builder newBuilderForType()
Returns
TypeDescription
UndeleteProjectMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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