public interface ListContinuousTestResultsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContinuousTestResult |
getContinuousTestResults(int index)
The list of continuous test results.
|
int |
getContinuousTestResultsCount()
The list of continuous test results.
|
List<ContinuousTestResult> |
getContinuousTestResultsList()
The list of continuous test results.
|
ContinuousTestResultOrBuilder |
getContinuousTestResultsOrBuilder(int index)
The list of continuous test results.
|
List<? extends ContinuousTestResultOrBuilder> |
getContinuousTestResultsOrBuilderList()
The list of continuous test results.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ContinuousTestResult> getContinuousTestResultsList()
The list of continuous test results.
repeated .google.cloud.dialogflow.cx.v3.ContinuousTestResult continuous_test_results = 1;
ContinuousTestResult getContinuousTestResults(int index)
The list of continuous test results.
repeated .google.cloud.dialogflow.cx.v3.ContinuousTestResult continuous_test_results = 1;
int getContinuousTestResultsCount()
The list of continuous test results.
repeated .google.cloud.dialogflow.cx.v3.ContinuousTestResult continuous_test_results = 1;
List<? extends ContinuousTestResultOrBuilder> getContinuousTestResultsOrBuilderList()
The list of continuous test results.
repeated .google.cloud.dialogflow.cx.v3.ContinuousTestResult continuous_test_results = 1;
ContinuousTestResultOrBuilder getContinuousTestResultsOrBuilder(int index)
The list of continuous test results.
repeated .google.cloud.dialogflow.cx.v3.ContinuousTestResult continuous_test_results = 1;
String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.