Class RolloutName (1.1.4)

public class RolloutName implements ResourceName

Inheritance

Object > RolloutName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String deliveryPipeline, String release, String rollout)

public static String format(String project, String location, String deliveryPipeline, String release, String rollout)
Parameters
NameDescription
projectString
locationString
deliveryPipelineString
releaseString
rolloutString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static RolloutName.Builder newBuilder()
Returns
TypeDescription
RolloutName.Builder

of(String project, String location, String deliveryPipeline, String release, String rollout)

public static RolloutName of(String project, String location, String deliveryPipeline, String release, String rollout)
Parameters
NameDescription
projectString
locationString
deliveryPipelineString
releaseString
rolloutString
Returns
TypeDescription
RolloutName

parse(String formattedString)

public static RolloutName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
RolloutName

parseList(List<String> formattedStrings)

public static List<RolloutName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<RolloutName>

toStringList(List<RolloutName> values)

public static List<String> toStringList(List<RolloutName> values)
Parameter
NameDescription
valuesList<RolloutName>
Returns
TypeDescription
List<String>

Constructors

RolloutName()

protected RolloutName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDeliveryPipeline()

public String getDeliveryPipeline()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRelease()

public String getRelease()
Returns
TypeDescription
String

getRollout()

public String getRollout()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public RolloutName.Builder toBuilder()
Returns
TypeDescription
RolloutName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides