Class UpdateGenerativeQuestionConfigRequest.Builder (2.85.0)

public static final class UpdateGenerativeQuestionConfigRequest.Builder extends GeneratedMessage.Builder<UpdateGenerativeQuestionConfigRequest.Builder> implements UpdateGenerativeQuestionConfigRequestOrBuilder

Request for UpdateGenerativeQuestionConfig method.

Protobuf type google.cloud.retail.v2alpha.UpdateGenerativeQuestionConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateGenerativeQuestionConfigRequest build()
Returns
Type Description
UpdateGenerativeQuestionConfigRequest

buildPartial()

public UpdateGenerativeQuestionConfigRequest buildPartial()
Returns
Type Description
UpdateGenerativeQuestionConfigRequest

clear()

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

clearGenerativeQuestionConfig()

public UpdateGenerativeQuestionConfigRequest.Builder clearGenerativeQuestionConfig()

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateGenerativeQuestionConfigRequest.Builder

clearUpdateMask()

public UpdateGenerativeQuestionConfigRequest.Builder clearUpdateMask()

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    If not set or empty, all supported fields are updated.

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

Returns
Type Description
UpdateGenerativeQuestionConfigRequest.Builder

getDefaultInstanceForType()

public UpdateGenerativeQuestionConfigRequest getDefaultInstanceForType()
Returns
Type Description
UpdateGenerativeQuestionConfigRequest

getDescriptorForType()

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

getGenerativeQuestionConfig()

public GenerativeQuestionConfig getGenerativeQuestionConfig()

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerativeQuestionConfig

The generativeQuestionConfig.

getGenerativeQuestionConfigBuilder()

public GenerativeQuestionConfig.Builder getGenerativeQuestionConfigBuilder()

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerativeQuestionConfig.Builder

getGenerativeQuestionConfigOrBuilder()

public GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigOrBuilder()

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerativeQuestionConfigOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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 GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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 GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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

hasGenerativeQuestionConfig()

public boolean hasGenerativeQuestionConfig()

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the generativeQuestionConfig field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateGenerativeQuestionConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGenerativeQuestionConfig(GenerativeQuestionConfig value)

public UpdateGenerativeQuestionConfigRequest.Builder mergeGenerativeQuestionConfig(GenerativeQuestionConfig value)

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GenerativeQuestionConfig
Returns
Type Description
UpdateGenerativeQuestionConfigRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateGenerativeQuestionConfigRequest.Builder mergeUpdateMask(FieldMask value)

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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
UpdateGenerativeQuestionConfigRequest.Builder

setGenerativeQuestionConfig(GenerativeQuestionConfig value)

public UpdateGenerativeQuestionConfigRequest.Builder setGenerativeQuestionConfig(GenerativeQuestionConfig value)

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GenerativeQuestionConfig
Returns
Type Description
UpdateGenerativeQuestionConfigRequest.Builder

setGenerativeQuestionConfig(GenerativeQuestionConfig.Builder builderForValue)

public UpdateGenerativeQuestionConfigRequest.Builder setGenerativeQuestionConfig(GenerativeQuestionConfig.Builder builderForValue)

Required. The question to update.

.google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue GenerativeQuestionConfig.Builder
Returns
Type Description
UpdateGenerativeQuestionConfigRequest.Builder

setUpdateMask(FieldMask value)

public UpdateGenerativeQuestionConfigRequest.Builder setUpdateMask(FieldMask value)

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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
UpdateGenerativeQuestionConfigRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateGenerativeQuestionConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

  • GenerativeQuestionConfig.frequency

    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
UpdateGenerativeQuestionConfigRequest.Builder