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