public interface ListEvaluationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
getEvaluations(int index)
The evaluations requested.
|
int |
getEvaluationsCount()
The evaluations requested.
|
List<Evaluation> |
getEvaluationsList()
The evaluations requested.
|
EvaluationOrBuilder |
getEvaluationsOrBuilder(int index)
The evaluations requested.
|
List<? extends EvaluationOrBuilder> |
getEvaluationsOrBuilderList()
The evaluations requested.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Evaluation> getEvaluationsList()
The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;Evaluation getEvaluations(int index)
The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;int getEvaluationsCount()
The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()
The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;EvaluationOrBuilder getEvaluationsOrBuilder(int index)
The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.