Interface TestCaseErrorOrBuilder (0.48.0)

public interface TestCaseErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatus()

public abstract Status getStatus()

The status associated with the test case.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

The status associated with the test case.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getTestCase()

public abstract TestCase getTestCase()

The test case.

.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;

Returns
TypeDescription
TestCase

The testCase.

getTestCaseOrBuilder()

public abstract TestCaseOrBuilder getTestCaseOrBuilder()

The test case.

.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;

Returns
TypeDescription
TestCaseOrBuilder

hasStatus()

public abstract boolean hasStatus()

The status associated with the test case.

.google.rpc.Status status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.

hasTestCase()

public abstract boolean hasTestCase()

The test case.

.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;

Returns
TypeDescription
boolean

Whether the testCase field is set.