Class MoveProjectMetadata (1.43.0)

public final class MoveProjectMetadata extends GeneratedMessageV3 implements MoveProjectMetadataOrBuilder

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

Protobuf type google.cloud.resourcemanager.v3.MoveProjectMetadata

Static Methods

getDefaultInstance()

public static MoveProjectMetadata getDefaultInstance()
Returns
TypeDescription
MoveProjectMetadata

getDescriptor()

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

newBuilder()

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

newBuilder(MoveProjectMetadata prototype)

public static MoveProjectMetadata.Builder newBuilder(MoveProjectMetadata prototype)
Parameter
NameDescription
prototypeMoveProjectMetadata
Returns
TypeDescription
MoveProjectMetadata.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public MoveProjectMetadata getDefaultInstanceForType()
Returns
TypeDescription
MoveProjectMetadata

getParserForType()

public Parser<MoveProjectMetadata> getParserForType()
Returns
TypeDescription
Parser<MoveProjectMetadata>
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 MoveProjectMetadata.Builder newBuilderForType()
Returns
TypeDescription
MoveProjectMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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