public interface TestCaseErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTestCase()
The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;TestCase getTestCase()
The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;TestCaseOrBuilder getTestCaseOrBuilder()
The test case.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1;boolean hasStatus()
The status associated with the test case.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status associated with the test case.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status associated with the test case.
.google.rpc.Status status = 2;Copyright © 2025 Google LLC. All rights reserved.