@Generated(value="by gapic-generator-java") public class QaQuestionName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
QaQuestionName.Builder
Builder for
projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
QaQuestionName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String qaScorecard,
String revision,
String qaQuestion) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getQaQuestion() |
String |
getQaScorecard() |
String |
getRevision() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static QaQuestionName.Builder |
newBuilder() |
static QaQuestionName |
of(String project,
String location,
String qaScorecard,
String revision,
String qaQuestion) |
static QaQuestionName |
parse(String formattedString) |
static List<QaQuestionName> |
parseList(List<String> formattedStrings) |
QaQuestionName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<QaQuestionName> values) |
@Deprecated protected QaQuestionName()
public String getProject()
public String getLocation()
public String getQaScorecard()
public String getRevision()
public String getQaQuestion()
public static QaQuestionName.Builder newBuilder()
public QaQuestionName.Builder toBuilder()
public static QaQuestionName of(String project, String location, String qaScorecard, String revision, String qaQuestion)
public static String format(String project, String location, String qaScorecard, String revision, String qaQuestion)
public static QaQuestionName parse(String formattedString)
public static List<QaQuestionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<QaQuestionName> 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.