Class FlowName (0.52.0)

public class FlowName implements ResourceName

Inheritance

Object > FlowName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String agent, String flow)

public static String format(String project, String location, String agent, String flow)
Parameters
NameDescription
projectString
locationString
agentString
flowString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String agent, String flow)

public static FlowName of(String project, String location, String agent, String flow)
Parameters
NameDescription
projectString
locationString
agentString
flowString
Returns
TypeDescription
FlowName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<FlowName> values)

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

Constructors

FlowName() (deprecated)

protected FlowName()

Methods

equals(Object o)

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

getAgent()

public String getAgent()
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>

getFlow()

public String getFlow()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides