Class FlowName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.FlowName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class FlowName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowName.BuilderBuilder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedFlowName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String agent, String flow)StringgetAgent()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetFlow()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static FlowName.BuildernewBuilder()static FlowNameof(String project, String location, String agent, String flow)static FlowNameparse(String formattedString)static List<FlowName>parseList(List<String> formattedStrings)FlowName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<FlowName> values)
-
-
-
Constructor Detail
-
FlowName
@Deprecated protected FlowName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getFlow
public String getFlow()
-
newBuilder
public static FlowName.Builder newBuilder()
-
toBuilder
public FlowName.Builder toBuilder()
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-