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