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