Class UpdateTestCaseRequest.Builder (0.94.0)

public static final class UpdateTestCaseRequest.Builder extends GeneratedMessage.Builder<UpdateTestCaseRequest.Builder> implements UpdateTestCaseRequestOrBuilder

The request message for TestCases.UpdateTestCase.

Protobuf type google.cloud.dialogflow.cx.v3.UpdateTestCaseRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateTestCaseRequest build()
Returns
Type Description
UpdateTestCaseRequest

buildPartial()

public UpdateTestCaseRequest buildPartial()
Returns
Type Description
UpdateTestCaseRequest

clear()

public UpdateTestCaseRequest.Builder clear()
Returns
Type Description
UpdateTestCaseRequest.Builder
Overrides

clearTestCase()

public UpdateTestCaseRequest.Builder clearTestCase()

Required. The test case to update.

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

Returns
Type Description
UpdateTestCaseRequest.Builder

clearUpdateMask()

public UpdateTestCaseRequest.Builder clearUpdateMask()

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
Type Description
UpdateTestCaseRequest.Builder

getDefaultInstanceForType()

public UpdateTestCaseRequest getDefaultInstanceForType()
Returns
Type Description
UpdateTestCaseRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTestCase()

public TestCase getTestCase()

Required. The test case to update.

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

Returns
Type Description
TestCase

The testCase.

getTestCaseBuilder()

public TestCase.Builder getTestCaseBuilder()

Required. The test case to update.

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

Returns
Type Description
TestCase.Builder

getTestCaseOrBuilder()

public TestCaseOrBuilder getTestCaseOrBuilder()

Required. The test case to update.

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

Returns
Type Description
TestCaseOrBuilder

getUpdateMask()

public 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
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

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
Type Description
Builder

getUpdateMaskOrBuilder()

public 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
Type Description
FieldMaskOrBuilder

hasTestCase()

public boolean hasTestCase()

Required. The test case to update.

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

Returns
Type Description
boolean

Whether the testCase field is set.

hasUpdateMask()

public 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
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateTestCaseRequest other)

public UpdateTestCaseRequest.Builder mergeFrom(UpdateTestCaseRequest other)
Parameter
Name Description
other UpdateTestCaseRequest
Returns
Type Description
UpdateTestCaseRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateTestCaseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateTestCaseRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateTestCaseRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateTestCaseRequest.Builder
Overrides

mergeTestCase(TestCase value)

public UpdateTestCaseRequest.Builder mergeTestCase(TestCase value)

Required. The test case to update.

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

Parameter
Name Description
value TestCase
Returns
Type Description
UpdateTestCaseRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateTestCaseRequest.Builder mergeUpdateMask(FieldMask value)

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateTestCaseRequest.Builder

setTestCase(TestCase value)

public UpdateTestCaseRequest.Builder setTestCase(TestCase value)

Required. The test case to update.

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

Parameter
Name Description
value TestCase
Returns
Type Description
UpdateTestCaseRequest.Builder

setTestCase(TestCase.Builder builderForValue)

public UpdateTestCaseRequest.Builder setTestCase(TestCase.Builder builderForValue)

Required. The test case to update.

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

Parameter
Name Description
builderForValue TestCase.Builder
Returns
Type Description
UpdateTestCaseRequest.Builder

setUpdateMask(FieldMask value)

public UpdateTestCaseRequest.Builder setUpdateMask(FieldMask value)

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateTestCaseRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateTestCaseRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateTestCaseRequest.Builder