public interface TestCaseErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract Status getStatus()The status associated with the test case.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status associated with the test case.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getTestCase()
public abstract TestCase getTestCase()The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;
| Returns | |
|---|---|
| Type | Description |
TestCase |
The testCase. |
getTestCaseOrBuilder()
public abstract TestCaseOrBuilder getTestCaseOrBuilder()The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;
| Returns | |
|---|---|
| Type | Description |
TestCaseOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()The status associated with the test case.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the testCase field is set. |