public static final class UpdateQaQuestionRequest.Builder extends GeneratedMessage.Builder<UpdateQaQuestionRequest.Builder> implements UpdateQaQuestionRequestOrBuilderThe request for updating a QaQuestion.
Protobuf type google.cloud.contactcenterinsights.v1.UpdateQaQuestionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateQaQuestionRequest.BuilderImplements
UpdateQaQuestionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateQaQuestionRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest |
|
buildPartial()
public UpdateQaQuestionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest |
|
clear()
public UpdateQaQuestionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
clearQaQuestion()
public UpdateQaQuestionRequest.Builder clearQaQuestion()Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
clearUpdateMask()
public UpdateQaQuestionRequest.Builder clearUpdateMask() 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 |
UpdateQaQuestionRequest.Builder |
|
getDefaultInstanceForType()
public UpdateQaQuestionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getQaQuestion()
public 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. |
getQaQuestionBuilder()
public QaQuestion.Builder getQaQuestionBuilder()Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QaQuestion.Builder |
|
getQaQuestionOrBuilder()
public 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 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() 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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateQaQuestionRequest other)
public UpdateQaQuestionRequest.Builder mergeFrom(UpdateQaQuestionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateQaQuestionRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateQaQuestionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateQaQuestionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
mergeQaQuestion(QaQuestion value)
public UpdateQaQuestionRequest.Builder mergeQaQuestion(QaQuestion value)Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
QaQuestion |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateQaQuestionRequest.Builder mergeUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
setQaQuestion(QaQuestion value)
public UpdateQaQuestionRequest.Builder setQaQuestion(QaQuestion value)Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
QaQuestion |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
setQaQuestion(QaQuestion.Builder builderForValue)
public UpdateQaQuestionRequest.Builder setQaQuestion(QaQuestion.Builder builderForValue)Required. The QaQuestion to update.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
QaQuestion.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateQaQuestionRequest.Builder setUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateQaQuestionRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateQaQuestionRequest.Builder |
|