public interface UpdateGenerativeQuestionConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGenerativeQuestionConfig()
public abstract GenerativeQuestionConfig getGenerativeQuestionConfig()
Required. The question to update.
.google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GenerativeQuestionConfig |
The generativeQuestionConfig. |
getGenerativeQuestionConfigOrBuilder()
public abstract GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigOrBuilder()
Required. The question to update.
.google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GenerativeQuestionConfigOrBuilder |
getUpdateMask()
public abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract boolean hasGenerativeQuestionConfig()
Required. The question to update.
.google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the generativeQuestionConfig field is set. |
hasUpdateMask()
public abstract 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. |