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.Status
getStatus()
The status associated with the test case.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
The status associated with the test case.TestCase
getTestCase()
The test case.TestCaseOrBuilder
getTestCaseOrBuilder()
The test case.boolean
hasStatus()
The status associated with the test case.boolean
hasTestCase()
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.v3beta1.TestCase test_case = 1;
- Returns:
- Whether the testCase field is set.
-
getTestCase
TestCase getTestCase()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
- Returns:
- The testCase.
-
getTestCaseOrBuilder
TestCaseOrBuilder getTestCaseOrBuilder()
The test case.
.google.cloud.dialogflow.cx.v3beta1.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;
-
-