public final class GcsDocuments extends GeneratedMessageV3 implements GcsDocumentsOrBuilder
Specifies a set of documents on Cloud Storage.
Protobuf type google.cloud.documentai.v1beta3.GcsDocuments
Fields
DOCUMENTS_FIELD_NUMBER
public static final int DOCUMENTS_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstance()
public static GcsDocuments getDefaultInstance()
Returns
getDefaultInstanceForType()
public GcsDocuments getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getDocuments(int index)
public GcsDocument getDocuments(int index)
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
Parameter
Returns
getDocumentsCount()
public int getDocumentsCount()
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
Returns
getDocumentsList()
public List<GcsDocument> getDocumentsList()
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
Returns
getDocumentsOrBuilder(int index)
public GcsDocumentOrBuilder getDocumentsOrBuilder(int index)
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
Parameter
Returns
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
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static GcsDocuments.Builder newBuilder()
Returns
newBuilder(GcsDocuments prototype)
public static GcsDocuments.Builder newBuilder(GcsDocuments prototype)
Parameter
Returns
newBuilderForType()
public GcsDocuments.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GcsDocuments.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static GcsDocuments parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GcsDocuments parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GcsDocuments parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GcsDocuments parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GcsDocuments parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GcsDocuments parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GcsDocuments parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GcsDocuments parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GcsDocuments parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GcsDocuments parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GcsDocuments parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GcsDocuments parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<GcsDocuments> parser()
Returns
toBuilder()
public GcsDocuments.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions