public interface ListEvaluationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluations(int index)
public abstract Evaluation getEvaluations(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation |
|
getEvaluationsCount()
public abstract int getEvaluationsCount()The Evaluations.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationsList()
public abstract List<Evaluation> getEvaluationsList()The Evaluations.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Evaluation> |
|
getEvaluationsOrBuilder(int index)
public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)The Evaluations.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationOrBuilder |
|
getEvaluationsOrBuilderList()
public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()The Evaluations.
repeated .google.cloud.discoveryengine.v1alpha.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1alpha.EvaluationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListEvaluationsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListEvaluationsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |