Class UpdateGenerativeQuestionsFeatureConfigRequest.Builder (2.54.0)

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

Request for UpdateGenerativeQuestionsFeatureConfig method.

Protobuf type google.cloud.retail.v2alpha.UpdateGenerativeQuestionsFeatureConfigRequest

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
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder
Overrides

build()

public UpdateGenerativeQuestionsFeatureConfigRequest build()
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest

buildPartial()

public UpdateGenerativeQuestionsFeatureConfigRequest buildPartial()
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearGenerativeQuestionsFeatureConfig()

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clearGenerativeQuestionsFeatureConfig()

Required. The configuration managing the feature state.

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

Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder
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];

Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

clone()

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder clone()
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateGenerativeQuestionsFeatureConfigRequest getDefaultInstanceForType()
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest

getDescriptorForType()

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

getGenerativeQuestionsFeatureConfig()

public GenerativeQuestionsFeatureConfig getGenerativeQuestionsFeatureConfig()

Required. The configuration managing the feature state.

.google.cloud.retail.v2alpha.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.v2alpha.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.v2alpha.GenerativeQuestionsFeatureConfig generative_questions_feature_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerativeQuestionsFeatureConfigOrBuilder

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.v2alpha.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
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

Required. The configuration managing the feature state.

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

Parameter
Name Description
value GenerativeQuestionsFeatureConfig
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateGenerativeQuestionsFeatureConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder
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
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig value)

Required. The configuration managing the feature state.

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

Parameter
Name Description
value GenerativeQuestionsFeatureConfig
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig.Builder builderForValue)

public UpdateGenerativeQuestionsFeatureConfigRequest.Builder setGenerativeQuestionsFeatureConfig(GenerativeQuestionsFeatureConfig.Builder builderForValue)

Required. The configuration managing the feature state.

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

Parameter
Name Description
builderForValue GenerativeQuestionsFeatureConfig.Builder
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.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
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateGenerativeQuestionsFeatureConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder
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
Returns
Type Description
UpdateGenerativeQuestionsFeatureConfigRequest.Builder

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