public interface UpdateQaQuestionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQaQuestion()
public abstract QaQuestion getQaQuestion()Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QaQuestion |
The qaQuestion. |
getQaQuestionOrBuilder()
public abstract QaQuestionOrBuilder getQaQuestionOrBuilder()Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QaQuestionOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() Required. The list of fields to be updated. All possible fields can be
updated by passing *, or a subset of the following updateable fields can
be provided:
abbreviationanswer_choicesanswer_instructionsorderquestion_bodytags
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Required. The list of fields to be updated. All possible fields can be
updated by passing *, or a subset of the following updateable fields can
be provided:
abbreviationanswer_choicesanswer_instructionsorderquestion_bodytags
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasQaQuestion()
public abstract boolean hasQaQuestion()Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the qaQuestion field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Required. The list of fields to be updated. All possible fields can be
updated by passing *, or a subset of the following updateable fields can
be provided:
abbreviationanswer_choicesanswer_instructionsorderquestion_bodytags
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |