@Generated(value="by gapic-generator-java") public class FeedbackLabelName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FeedbackLabelName.Builder
Builder for
projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}.
|
static class |
FeedbackLabelName.ProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelBuilder
Builder for
projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}/feedbackLabels/{feedback_label}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeedbackLabelName()
Deprecated.
|
@Deprecated protected FeedbackLabelName()
public String getProject()
public String getLocation()
public String getConversation()
public String getFeedbackLabel()
public String getAuthorizedViewSet()
public String getAuthorizedView()
public static FeedbackLabelName.Builder newBuilder()
public static FeedbackLabelName.Builder newProjectLocationConversationFeedbackLabelBuilder()
public static FeedbackLabelName.ProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelBuilder newProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelBuilder()
public FeedbackLabelName.Builder toBuilder()
public static FeedbackLabelName of(String project, String location, String conversation, String feedbackLabel)
public static FeedbackLabelName ofProjectLocationConversationFeedbackLabelName(String project, String location, String conversation, String feedbackLabel)
public static FeedbackLabelName ofProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelName(String project, String location, String authorizedViewSet, String authorizedView, String conversation, String feedbackLabel)
public static String format(String project, String location, String conversation, String feedbackLabel)
public static String formatProjectLocationConversationFeedbackLabelName(String project, String location, String conversation, String feedbackLabel)
public static String formatProjectLocationAuthorizedViewSetAuthorizedViewConversationFeedbackLabelName(String project, String location, String authorizedViewSet, String authorizedView, String conversation, String feedbackLabel)
public static FeedbackLabelName parse(String formattedString)
public static List<FeedbackLabelName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FeedbackLabelName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.