public interface UpdateTestCaseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTestCase()
public abstract TestCase getTestCase()Required. The test case to update.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| TestCase | The testCase. |
getTestCaseOrBuilder()
public abstract TestCaseOrBuilder getTestCaseOrBuilder()Required. The test case to update.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| TestCaseOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask() Required. The mask to specify which fields should be updated. The
creationTime and
lastTestResult cannot be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Required. The mask to specify which fields should be updated. The
creationTime and
lastTestResult cannot be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMaskOrBuilder |
hasTestCase()
public abstract boolean hasTestCase()Required. The test case to update.
.google.cloud.dialogflow.cx.v3.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the testCase field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Required. The mask to specify which fields should be updated. The
creationTime and
lastTestResult cannot be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the updateMask field is set. |