public interface GcsDocumentsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocuments(int index)
public abstract GcsDocument getDocuments(int index)The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
| Name | Description |
| index | int |
| Type | Description |
| GcsDocument |
getDocumentsCount()
public abstract int getDocumentsCount()The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
| Type | Description |
| int |
getDocumentsList()
public abstract List<GcsDocument> getDocumentsList()The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
| Type | Description |
| List<GcsDocument> |
getDocumentsOrBuilder(int index)
public abstract GcsDocumentOrBuilder getDocumentsOrBuilder(int index)The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
| Name | Description |
| index | int |
| Type | Description |
| GcsDocumentOrBuilder |
getDocumentsOrBuilderList()
public abstract List<? extends GcsDocumentOrBuilder> getDocumentsOrBuilderList()The list of documents.
repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;
| Type | Description |
| List<? extends com.google.cloud.documentai.v1beta3.GcsDocumentOrBuilder> |