Class UndeployProcessorVersionResponse (2.45.0)

public final class UndeployProcessorVersionResponse extends GeneratedMessageV3 implements UndeployProcessorVersionResponseOrBuilder

Response message for the UndeployProcessorVersion method.

Protobuf type google.cloud.documentai.v1beta3.UndeployProcessorVersionResponse

Inheritance

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

Static Methods

getDefaultInstance()

public static UndeployProcessorVersionResponse getDefaultInstance()
Returns
TypeDescription
UndeployProcessorVersionResponse

getDescriptor()

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

newBuilder()

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

newBuilder(UndeployProcessorVersionResponse prototype)

public static UndeployProcessorVersionResponse.Builder newBuilder(UndeployProcessorVersionResponse prototype)
Parameter
NameDescription
prototypeUndeployProcessorVersionResponse
Returns
TypeDescription
UndeployProcessorVersionResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public UndeployProcessorVersionResponse getDefaultInstanceForType()
Returns
TypeDescription
UndeployProcessorVersionResponse

getParserForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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