Interface CreateFeedbackLabelRequestOrBuilder (2.54.0)

public interface CreateFeedbackLabelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeedbackLabel()

public abstract FeedbackLabel getFeedbackLabel()

Required. The feedback label to create.

.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeedbackLabel

The feedbackLabel.

getFeedbackLabelId()

public abstract String getFeedbackLabelId()

Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.

string feedback_label_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The feedbackLabelId.

getFeedbackLabelIdBytes()

public abstract ByteString getFeedbackLabelIdBytes()

Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.

string feedback_label_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for feedbackLabelId.

getFeedbackLabelOrBuilder()

public abstract FeedbackLabelOrBuilder getFeedbackLabelOrBuilder()

Required. The feedback label to create.

.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeedbackLabelOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource of the feedback label.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource of the feedback label.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasFeedbackLabel()

public abstract boolean hasFeedbackLabel()

Required. The feedback label to create.

.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the feedbackLabel field is set.