Interface RunTestCaseResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunTestCaseResponse
,RunTestCaseResponse.Builder
public interface RunTestCaseResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCaseResult
getResult()
The result.TestCaseResultOrBuilder
getResultOrBuilder()
The result.boolean
hasResult()
The result.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasResult
boolean hasResult()
The result.
.google.cloud.dialogflow.cx.v3beta1.TestCaseResult result = 2;
- Returns:
- Whether the result field is set.
-
getResult
TestCaseResult getResult()
The result.
.google.cloud.dialogflow.cx.v3beta1.TestCaseResult result = 2;
- Returns:
- The result.
-
getResultOrBuilder
TestCaseResultOrBuilder getResultOrBuilder()
The result.
.google.cloud.dialogflow.cx.v3beta1.TestCaseResult result = 2;
-
-