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