@Generated(value="by gapic-generator-java") public class MigrationWorkflowName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationWorkflowName.Builder
Builder for projects/{project}/locations/{location}/workflows/{workflow}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MigrationWorkflowName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String workflow) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getWorkflow() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static MigrationWorkflowName.Builder |
newBuilder() |
static MigrationWorkflowName |
of(String project,
String location,
String workflow) |
static MigrationWorkflowName |
parse(String formattedString) |
static List<MigrationWorkflowName> |
parseList(List<String> formattedStrings) |
MigrationWorkflowName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<MigrationWorkflowName> values) |
@Deprecated protected MigrationWorkflowName()
public String getProject()
public String getLocation()
public String getWorkflow()
public static MigrationWorkflowName.Builder newBuilder()
public MigrationWorkflowName.Builder toBuilder()
public static MigrationWorkflowName of(String project, String location, String workflow)
public static MigrationWorkflowName parse(String formattedString)
public static List<MigrationWorkflowName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<MigrationWorkflowName> 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 © 2024 Google LLC. All rights reserved.