Class GcsDocuments (2.46.0)

public final class GcsDocuments extends GeneratedMessageV3 implements GcsDocumentsOrBuilder

Specifies a set of documents on Cloud Storage.

Protobuf type google.cloud.documentai.v1beta3.GcsDocuments

Static Fields

DOCUMENTS_FIELD_NUMBER

public static final int DOCUMENTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GcsDocuments getDefaultInstance()
Returns
Type Description
GcsDocuments

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GcsDocuments.Builder newBuilder()
Returns
Type Description
GcsDocuments.Builder

newBuilder(GcsDocuments prototype)

public static GcsDocuments.Builder newBuilder(GcsDocuments prototype)
Parameter
Name Description
prototype GcsDocuments
Returns
Type Description
GcsDocuments.Builder

parseDelimitedFrom(InputStream input)

public static GcsDocuments parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GcsDocuments
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcsDocuments parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsDocuments
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GcsDocuments parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GcsDocuments
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GcsDocuments parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsDocuments
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GcsDocuments parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GcsDocuments
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GcsDocuments parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsDocuments
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GcsDocuments parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GcsDocuments
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GcsDocuments parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsDocuments
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GcsDocuments parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GcsDocuments
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcsDocuments parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsDocuments
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GcsDocuments parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GcsDocuments
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GcsDocuments parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsDocuments
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GcsDocuments> parser()
Returns
Type Description
Parser<GcsDocuments>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GcsDocuments getDefaultInstanceForType()
Returns
Type Description
GcsDocuments

getDocuments(int index)

public GcsDocument getDocuments(int index)

The list of documents.

repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;

Parameter
Name Description
index int
Returns
Type Description
GcsDocument

getDocumentsCount()

public int getDocumentsCount()

The list of documents.

repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;

Returns
Type Description
int

getDocumentsList()

public List<GcsDocument> getDocumentsList()

The list of documents.

repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;

Returns
Type Description
List<GcsDocument>

getDocumentsOrBuilder(int index)

public GcsDocumentOrBuilder getDocumentsOrBuilder(int index)

The list of documents.

repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;

Parameter
Name Description
index int
Returns
Type Description
GcsDocumentOrBuilder

getDocumentsOrBuilderList()

public List<? extends GcsDocumentOrBuilder> getDocumentsOrBuilderList()

The list of documents.

repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;

Returns
Type Description
List<? extends com.google.cloud.documentai.v1beta3.GcsDocumentOrBuilder>

getParserForType()

public Parser<GcsDocuments> getParserForType()
Returns
Type Description
Parser<GcsDocuments>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GcsDocuments.Builder newBuilderForType()
Returns
Type Description
GcsDocuments.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GcsDocuments.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GcsDocuments.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GcsDocuments.Builder toBuilder()
Returns
Type Description
GcsDocuments.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException