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