public interface ListTestCaseResultsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
TestCaseResult |
getTestCaseResults(int index)
The list of test case results.
|
int |
getTestCaseResultsCount()
The list of test case results.
|
List<TestCaseResult> |
getTestCaseResultsList()
The list of test case results.
|
TestCaseResultOrBuilder |
getTestCaseResultsOrBuilder(int index)
The list of test case results.
|
List<? extends TestCaseResultOrBuilder> |
getTestCaseResultsOrBuilderList()
The list of test case results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TestCaseResult> getTestCaseResultsList()
The list of test case results.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;TestCaseResult getTestCaseResults(int index)
The list of test case results.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;int getTestCaseResultsCount()
The list of test case results.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;List<? extends TestCaseResultOrBuilder> getTestCaseResultsOrBuilderList()
The list of test case results.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;TestCaseResultOrBuilder getTestCaseResultsOrBuilder(int index)
The list of test case results.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_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 © 2022 Google LLC. All rights reserved.