Send feedback
Class UpdateTestCaseRequest.Builder (0.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.13.1 keyboard_arrow_down
public static final class UpdateTestCaseRequest . Builder extends GeneratedMessageV3 . 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
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateTestCaseRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public UpdateTestCaseRequest build ()
Returns
buildPartial()
public UpdateTestCaseRequest buildPartial ()
Returns
clear()
public UpdateTestCaseRequest . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateTestCaseRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateTestCaseRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
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
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
clone()
public UpdateTestCaseRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public UpdateTestCaseRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
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
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
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
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
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
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
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(UpdateTestCaseRequest other)
public UpdateTestCaseRequest . Builder mergeFrom ( UpdateTestCaseRequest other )
Parameter
Returns
public UpdateTestCaseRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateTestCaseRequest . Builder mergeFrom ( Message other )
Parameter
Returns
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
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTestCaseRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateTestCaseRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateTestCaseRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
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
Returns
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
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTestCaseRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
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
Returns
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]