Package com.google.cloud.documentai.v1
Interface GcsDocumentsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsDocuments,GcsDocuments.Builder
public interface GcsDocumentsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcsDocumentgetDocuments(int index)The list of documents.intgetDocumentsCount()The list of documents.List<GcsDocument>getDocumentsList()The list of documents.GcsDocumentOrBuildergetDocumentsOrBuilder(int index)The list of documents.List<? extends GcsDocumentOrBuilder>getDocumentsOrBuilderList()The list of documents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDocumentsList
List<GcsDocument> getDocumentsList()
The list of documents.
repeated .google.cloud.documentai.v1.GcsDocument documents = 1;
-
getDocuments
GcsDocument getDocuments(int index)
The list of documents.
repeated .google.cloud.documentai.v1.GcsDocument documents = 1;
-
getDocumentsCount
int getDocumentsCount()
The list of documents.
repeated .google.cloud.documentai.v1.GcsDocument documents = 1;
-
getDocumentsOrBuilderList
List<? extends GcsDocumentOrBuilder> getDocumentsOrBuilderList()
The list of documents.
repeated .google.cloud.documentai.v1.GcsDocument documents = 1;
-
getDocumentsOrBuilder
GcsDocumentOrBuilder getDocumentsOrBuilder(int index)
The list of documents.
repeated .google.cloud.documentai.v1.GcsDocument documents = 1;
-
-