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