Send feedback
Class UpdateTestCaseRequest.Builder (0.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.31.0 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.v3beta1.UpdateTestCaseRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateTestCaseRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public UpdateTestCaseRequest build ()
buildPartial()
public UpdateTestCaseRequest buildPartial ()
clear()
public UpdateTestCaseRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateTestCaseRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateTestCaseRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearTestCase()
public UpdateTestCaseRequest . Builder clearTestCase ()
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
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];
clone()
public UpdateTestCaseRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public UpdateTestCaseRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getTestCase()
public TestCase getTestCase ()
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
getTestCaseOrBuilder()
public TestCaseOrBuilder getTestCaseOrBuilder ()
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
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];
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];
hasTestCase()
public boolean hasTestCase ()
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.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 ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(UpdateTestCaseRequest other)
public UpdateTestCaseRequest . Builder mergeFrom ( UpdateTestCaseRequest other )
public UpdateTestCaseRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public UpdateTestCaseRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeTestCase(TestCase value)
public UpdateTestCaseRequest . Builder mergeTestCase ( TestCase value )
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
TestCase
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTestCaseRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateTestCaseRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateTestCaseRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setTestCase(TestCase value)
public UpdateTestCaseRequest . Builder setTestCase ( TestCase value )
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
TestCase
setTestCase(TestCase.Builder builderForValue)
public UpdateTestCaseRequest . Builder setTestCase ( TestCase . Builder builderForValue )
Required. The test case to update.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTestCaseRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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];
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
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."],[],[]]