Interface ListTestCaseResultsResponseOrBuilder (0.54.0)

public interface ListTestCaseResultsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getTestCaseResults(int index)

public abstract TestCaseResult getTestCaseResults(int index)

The list of test case results.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;

Parameter
Name Description
index int
Returns
Type Description
TestCaseResult

getTestCaseResultsCount()

public abstract int getTestCaseResultsCount()

The list of test case results.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;

Returns
Type Description
int

getTestCaseResultsList()

public abstract List<TestCaseResult> getTestCaseResultsList()

The list of test case results.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;

Returns
Type Description
List<TestCaseResult>

getTestCaseResultsOrBuilder(int index)

public abstract TestCaseResultOrBuilder getTestCaseResultsOrBuilder(int index)

The list of test case results.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;

Parameter
Name Description
index int
Returns
Type Description
TestCaseResultOrBuilder

getTestCaseResultsOrBuilderList()

public abstract List<? extends TestCaseResultOrBuilder> getTestCaseResultsOrBuilderList()

The list of test case results.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseResultOrBuilder>