Interface UpdateGenerativeQuestionsFeatureConfigRequestOrBuilder (2.54.0)

public interface UpdateGenerativeQuestionsFeatureConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenerativeQuestionsFeatureConfig()

public abstract 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.

getGenerativeQuestionsFeatureConfigOrBuilder()

public abstract GenerativeQuestionsFeatureConfigOrBuilder getGenerativeQuestionsFeatureConfigOrBuilder()

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
GenerativeQuestionsFeatureConfigOrBuilder

getUpdateMask()

public abstract 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.

getUpdateMaskOrBuilder()

public abstract 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 abstract 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 abstract 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.