Class FlowValidationResultName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.FlowValidationResultName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class FlowValidationResultName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowValidationResultName.Builder
Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/validationResult.
-
Constructor Summary
Constructors Modifier Constructor Description protected
FlowValidationResultName()
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 agent, String flow)
String
getAgent()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getFlow()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static FlowValidationResultName.Builder
newBuilder()
static FlowValidationResultName
of(String project, String location, String agent, String flow)
static FlowValidationResultName
parse(String formattedString)
static List<FlowValidationResultName>
parseList(List<String> formattedStrings)
FlowValidationResultName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<FlowValidationResultName> values)
-
-
-
Constructor Detail
-
FlowValidationResultName
@Deprecated protected FlowValidationResultName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getFlow
public String getFlow()
-
newBuilder
public static FlowValidationResultName.Builder newBuilder()
-
toBuilder
public FlowValidationResultName.Builder toBuilder()
-
of
public static FlowValidationResultName of(String project, String location, String agent, String flow)
-
parse
public static FlowValidationResultName parse(String formattedString)
-
parseList
public static List<FlowValidationResultName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<FlowValidationResultName> 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
-
-