Interface TestCaseErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestCaseError,TestCaseError.Builder
public interface TestCaseErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.StatusgetStatus()The status associated with the test case.com.google.rpc.StatusOrBuildergetStatusOrBuilder()The status associated with the test case.TestCasegetTestCase()The test case.TestCaseOrBuildergetTestCaseOrBuilder()The test case.booleanhasStatus()The status associated with the test case.booleanhasTestCase()The test case.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTestCase
boolean hasTestCase()
The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;- Returns:
- Whether the testCase field is set.
-
getTestCase
TestCase getTestCase()
The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;- Returns:
- The testCase.
-
getTestCaseOrBuilder
TestCaseOrBuilder getTestCaseOrBuilder()
The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;
-
hasStatus
boolean hasStatus()
The status associated with the test case.
.google.rpc.Status status = 2;- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
The status associated with the test case.
.google.rpc.Status status = 2;- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status associated with the test case.
.google.rpc.Status status = 2;
-
-