public interface GcsDocumentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsDocument |
getDocuments(int index)
The list of documents.
|
int |
getDocumentsCount()
The list of documents.
|
List<GcsDocument> |
getDocumentsList()
The list of documents.
|
GcsDocumentOrBuilder |
getDocumentsOrBuilder(int index)
The list of documents.
|
List<? extends GcsDocumentOrBuilder> |
getDocumentsOrBuilderList()
The list of documents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GcsDocument> getDocumentsList()
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;GcsDocument getDocuments(int index)
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;int getDocumentsCount()
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;List<? extends GcsDocumentOrBuilder> getDocumentsOrBuilderList()
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;GcsDocumentOrBuilder getDocumentsOrBuilder(int index)
The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;Copyright © 2024 Google LLC. All rights reserved.