@Generated(value="by gapic-generator-java") public class PlaybookVersionName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
PlaybookVersionName.Builder
Builder for
projects/{project}/locations/{location}/agents/{agent}/playbooks/{playbook}/versions/{version}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PlaybookVersionName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String agent,
String playbook,
String version) |
String |
getAgent() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getPlaybook() |
String |
getProject() |
String |
getVersion() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static PlaybookVersionName.Builder |
newBuilder() |
static PlaybookVersionName |
of(String project,
String location,
String agent,
String playbook,
String version) |
static PlaybookVersionName |
parse(String formattedString) |
static List<PlaybookVersionName> |
parseList(List<String> formattedStrings) |
PlaybookVersionName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<PlaybookVersionName> values) |
@Deprecated protected PlaybookVersionName()
public String getProject()
public String getLocation()
public String getAgent()
public String getPlaybook()
public String getVersion()
public static PlaybookVersionName.Builder newBuilder()
public PlaybookVersionName.Builder toBuilder()
public static PlaybookVersionName of(String project, String location, String agent, String playbook, String version)
public static String format(String project, String location, String agent, String playbook, String version)
public static PlaybookVersionName parse(String formattedString)
public static List<PlaybookVersionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<PlaybookVersionName> 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.