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