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