@Generated(value="by gapic-generator-java") public class IssueName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
IssueName.Builder
Builder for projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IssueName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String issueModel,
String issue) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getIssue() |
String |
getIssueModel() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static IssueName.Builder |
newBuilder() |
static IssueName |
of(String project,
String location,
String issueModel,
String issue) |
static IssueName |
parse(String formattedString) |
static List<IssueName> |
parseList(List<String> formattedStrings) |
IssueName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<IssueName> values) |
@Deprecated protected IssueName()
public String getProject()
public String getLocation()
public String getIssueModel()
public String getIssue()
public static IssueName.Builder newBuilder()
public IssueName.Builder toBuilder()
public static String format(String project, String location, String issueModel, String issue)
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 © 2023 Google LLC. All rights reserved.