Class UpdateGenerativeQuestionsFeatureConfigRequest.Builder (2.60.0)

public static final class UpdateGenerativeQuestionsFeatureConfigRequest.Builder extends GeneratedMessageV3.Builder<UpdateGenerativeQuestionsFeatureConfigRequest.Builder> implements UpdateGenerativeQuestionsFeatureConfigRequestOrBuilder

Request for UpdateGenerativeQuestionsFeatureConfig method.

Protobuf type google.cloud.retail.v2beta.UpdateGenerativeQuestionsFeatureConfigRequest

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public UpdateGenerativeQuestionsFeatureConfigRequest build()

buildPartial()

public UpdateGenerativeQuestionsFeatureConfigRequest buildPartial()

clear()

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearGenerativeQuestionsFeatureConfig()

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clearGenerativeQuestionsFeatureConfig()

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearUpdateMask()

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clearUpdateMask()

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

clone()

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clone()
Overrides

getDefaultInstanceForType()

public UpdateGenerativeQuestionsFeatureConfigRequest getDefaultInstanceForType()

getDescriptorForType()

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

getGenerativeQuestionsFeatureConfig()

public GenerativeQuestionsFeatureConfig getGenerativeQuestionsFeatureConfig()

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerativeQuestionsFeatureConfig

The generativeQuestionsFeatureConfig.

getGenerativeQuestionsFeatureConfigBuilder()

public GenerativeQuestionsFeatureConfig.Builder getGenerativeQuestionsFeatureConfigBuilder()

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerativeQuestionsFeatureConfig.Builder

getGenerativeQuestionsFeatureConfigOrBuilder()

public GenerativeQuestionsFeatureConfigOrBuilder getGenerativeQuestionsFeatureConfigOrBuilder()

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

getUpdateMask()

public FieldMask getUpdateMask()

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasGenerativeQuestionsFeatureConfig()

public boolean hasGenerativeQuestionsFeatureConfig()

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the generativeQuestionsFeatureConfig field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateGenerativeQuestionsFeatureConfigRequest other)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeFrom(UpdateGenerativeQuestionsFeatureConfigRequest other)
Parameter
Name Description
other UpdateGenerativeQuestionsFeatureConfigRequest

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GenerativeQuestionsFeatureConfig

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

mergeUpdateMask(FieldMask value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeUpdateMask(FieldMask value)

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GenerativeQuestionsFeatureConfig

setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig.Builder builderForValue)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig.Builder builderForValue)

Required. The configuration managing the feature state.

.google.cloud.retail.v2beta.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue GenerativeQuestionsFeatureConfig.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateGenerativeQuestionsFeatureConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setUpdateMask(FieldMask value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setUpdateMask(FieldMask value)

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder