Package com.google.cloud.deploy.v1
Class JobRunName
- java.lang.Object
-
- com.google.cloud.deploy.v1.JobRunName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class JobRunName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobRunName.Builder
Builder for projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{job_run}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
JobRunName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String deliveryPipeline, String release, String rollout, String jobRun)
String
getDeliveryPipeline()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getJobRun()
String
getLocation()
String
getProject()
String
getRelease()
String
getRollout()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static JobRunName.Builder
newBuilder()
static JobRunName
of(String project, String location, String deliveryPipeline, String release, String rollout, String jobRun)
static JobRunName
parse(String formattedString)
static List<JobRunName>
parseList(List<String> formattedStrings)
JobRunName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<JobRunName> values)
-
-
-
Constructor Detail
-
JobRunName
@Deprecated protected JobRunName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDeliveryPipeline
public String getDeliveryPipeline()
-
getRelease
public String getRelease()
-
getRollout
public String getRollout()
-
getJobRun
public String getJobRun()
-
newBuilder
public static JobRunName.Builder newBuilder()
-
toBuilder
public JobRunName.Builder toBuilder()
-
of
public static JobRunName of(String project, String location, String deliveryPipeline, String release, String rollout, String jobRun)
-
format
public static String format(String project, String location, String deliveryPipeline, String release, String rollout, String jobRun)
-
parse
public static JobRunName parse(String formattedString)
-
parseList
public static List<JobRunName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<JobRunName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-