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