Interface ListTestCasesResponseOrBuilder (0.48.0)

public interface ListTestCasesResponseOrBuilder 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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getTestCases(int index)

public abstract TestCase getTestCases(int index)

The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.TestCase test_cases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestCase

getTestCasesCount()

public abstract int getTestCasesCount()

The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.TestCase test_cases = 1;

Returns
TypeDescription
int

getTestCasesList()

public abstract List<TestCase> getTestCasesList()

The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.TestCase test_cases = 1;

Returns
TypeDescription
List<TestCase>

getTestCasesOrBuilder(int index)

public abstract TestCaseOrBuilder getTestCasesOrBuilder(int index)

The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.TestCase test_cases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestCaseOrBuilder

getTestCasesOrBuilderList()

public abstract List<? extends TestCaseOrBuilder> getTestCasesOrBuilderList()

The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.TestCase test_cases = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.TestCaseOrBuilder>