public interface CreateFeedbackLabelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeedbackLabel |
getFeedbackLabel()
Required.
|
String |
getFeedbackLabelId()
Optional.
|
com.google.protobuf.ByteString |
getFeedbackLabelIdBytes()
Optional.
|
FeedbackLabelOrBuilder |
getFeedbackLabelOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasFeedbackLabel()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the feedback label.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the feedback label.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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];com.google.protobuf.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];boolean hasFeedbackLabel()
Required. The feedback label to create.
.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 3 [(.google.api.field_behavior) = REQUIRED];
FeedbackLabel getFeedbackLabel()
Required. The feedback label to create.
.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 3 [(.google.api.field_behavior) = REQUIRED];
FeedbackLabelOrBuilder getFeedbackLabelOrBuilder()
Required. The feedback label to create.
.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.