Class FetchProcessorTypesResponse (2.4.3)

public final class FetchProcessorTypesResponse extends GeneratedMessageV3 implements FetchProcessorTypesResponseOrBuilder

Response message for fetch processor types.

Protobuf type google.cloud.documentai.v1beta3.FetchProcessorTypesResponse

Static Fields

PROCESSOR_TYPES_FIELD_NUMBER

public static final int PROCESSOR_TYPES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FetchProcessorTypesResponse getDefaultInstance()
Returns
TypeDescription
FetchProcessorTypesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(FetchProcessorTypesResponse prototype)

public static FetchProcessorTypesResponse.Builder newBuilder(FetchProcessorTypesResponse prototype)
Parameter
NameDescription
prototypeFetchProcessorTypesResponse
Returns
TypeDescription
FetchProcessorTypesResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public FetchProcessorTypesResponse getDefaultInstanceForType()
Returns
TypeDescription
FetchProcessorTypesResponse

getParserForType()

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

getProcessorTypes(int index)

public ProcessorType getProcessorTypes(int index)

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType

getProcessorTypesCount()

public int getProcessorTypesCount()

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Returns
TypeDescription
int

getProcessorTypesList()

public List<ProcessorType> getProcessorTypesList()

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Returns
TypeDescription
List<ProcessorType>

getProcessorTypesOrBuilder(int index)

public ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorTypeOrBuilder

getProcessorTypesOrBuilderList()

public List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta3.ProcessorTypeOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 FetchProcessorTypesResponse.Builder newBuilderForType()
Returns
TypeDescription
FetchProcessorTypesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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