@Generated(value="by gapic-generator-java") public class TestCaseResultName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCaseResultName.Builder
Builder for
projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}/results/{result}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TestCaseResultName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected TestCaseResultName()
public String getProject()
public String getLocation()
public String getAgent()
public String getTestCase()
public String getResult()
public static TestCaseResultName.Builder newBuilder()
public TestCaseResultName.Builder toBuilder()
public static TestCaseResultName of(String project, String location, String agent, String testCase, String result)
public static String format(String project, String location, String agent, String testCase, String result)
public static TestCaseResultName parse(String formattedString)
public static List<TestCaseResultName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<TestCaseResultName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.