| Modifier and Type | Method and Description |
|---|---|
FeedbackLabelName |
FeedbackLabelName.Builder.build() |
FeedbackLabelName |
FeedbackLabelName.ProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelBuilder.build() |
static FeedbackLabelName |
FeedbackLabelName.of(String project,
String location,
String conversation,
String feedbackLabel) |
static FeedbackLabelName |
FeedbackLabelName.ofProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelName(String project,
String location,
String authorizedViewSet,
String authorizedView,
String conversation,
String feedbackLabel) |
static FeedbackLabelName |
FeedbackLabelName.ofProjectLocationConversationFeedbackLabelName(String project,
String location,
String conversation,
String feedbackLabel) |
static FeedbackLabelName |
FeedbackLabelName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<FeedbackLabelName> |
FeedbackLabelName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
FeedbackLabelName.toStringList(List<FeedbackLabelName> values) |
Copyright © 2025 Google LLC. All rights reserved.