@Generated(value="by gapic-generator-java") public class FlowValidationResultName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowValidationResultName.Builder
Builder for
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/validationResult.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FlowValidationResultName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected FlowValidationResultName()
public String getProject()
public String getLocation()
public String getAgent()
public String getFlow()
public static FlowValidationResultName.Builder newBuilder()
public FlowValidationResultName.Builder toBuilder()
public static FlowValidationResultName of(String project, String location, String agent, String flow)
public static FlowValidationResultName parse(String formattedString)
public static List<FlowValidationResultName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FlowValidationResultName> 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 © 2022 Google LLC. All rights reserved.