public static class FeedbackLabelName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FeedbackLabelName |
build() |
String |
getConversation() |
String |
getFeedbackLabel() |
String |
getLocation() |
String |
getProject() |
FeedbackLabelName.Builder |
setConversation(String conversation) |
FeedbackLabelName.Builder |
setFeedbackLabel(String feedbackLabel) |
FeedbackLabelName.Builder |
setLocation(String location) |
FeedbackLabelName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getConversation()
public String getFeedbackLabel()
public FeedbackLabelName.Builder setProject(String project)
public FeedbackLabelName.Builder setLocation(String location)
public FeedbackLabelName.Builder setConversation(String conversation)
public FeedbackLabelName.Builder setFeedbackLabel(String feedbackLabel)
public FeedbackLabelName build()
Copyright © 2025 Google LLC. All rights reserved.