@Generated(value="by gapic-generator-java") public class RolloutName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
RolloutName.Builder
Builder for
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/releases/{release}/rollouts/{rollout}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RolloutName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected RolloutName()
public String getProject()
public String getLocation()
public String getDeliveryPipeline()
public String getRelease()
public String getRollout()
public static RolloutName.Builder newBuilder()
public RolloutName.Builder toBuilder()
public static RolloutName of(String project, String location, String deliveryPipeline, String release, String rollout)
public static String format(String project, String location, String deliveryPipeline, String release, String rollout)
public static RolloutName parse(String formattedString)
public static List<RolloutName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<RolloutName> 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.