Interface UpdateTestCaseRequestOrBuilder (0.52.0)

public interface UpdateTestCaseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTestCase()

public abstract TestCase getTestCase()

Required. The test case to update.

.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TestCase

The testCase.

getTestCaseOrBuilder()

public abstract TestCaseOrBuilder getTestCaseOrBuilder()

Required. The test case to update.

.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
FieldMaskOrBuilder

hasTestCase()

public abstract boolean hasTestCase()

Required. The test case to update.

.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the updateMask field is set.