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