public interface UpdateFeedbackLabelRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeedbackLabel()
public abstract FeedbackLabel getFeedbackLabel()
Required. The feedback label to update.
.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FeedbackLabel |
The feedbackLabel. |
getFeedbackLabelOrBuilder()
public abstract FeedbackLabelOrBuilder getFeedbackLabelOrBuilder()
Required. The feedback label to update.
.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FeedbackLabelOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The list of fields to be updated.
.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.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasFeedbackLabel()
public abstract boolean hasFeedbackLabel()
Required. The feedback label to update.
.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the feedbackLabel field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |