Class WorkflowInvocationName
- java.lang.Object
-
- com.google.cloud.dataform.v1beta1.WorkflowInvocationName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class WorkflowInvocationName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowInvocationName.Builder
Builder for projects/{project}/locations/{location}/repositories/{repository}/workflowInvocations/{workflow_invocation}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
WorkflowInvocationName()
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 repository, String workflowInvocation)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getRepository()
String
getWorkflowInvocation()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static WorkflowInvocationName.Builder
newBuilder()
static WorkflowInvocationName
of(String project, String location, String repository, String workflowInvocation)
static WorkflowInvocationName
parse(String formattedString)
static List<WorkflowInvocationName>
parseList(List<String> formattedStrings)
WorkflowInvocationName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<WorkflowInvocationName> values)
-
-
-
Constructor Detail
-
WorkflowInvocationName
@Deprecated protected WorkflowInvocationName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRepository
public String getRepository()
-
getWorkflowInvocation
public String getWorkflowInvocation()
-
newBuilder
public static WorkflowInvocationName.Builder newBuilder()
-
toBuilder
public WorkflowInvocationName.Builder toBuilder()
-
of
public static WorkflowInvocationName of(String project, String location, String repository, String workflowInvocation)
-
format
public static String format(String project, String location, String repository, String workflowInvocation)
-
parse
public static WorkflowInvocationName parse(String formattedString)
-
parseList
public static List<WorkflowInvocationName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<WorkflowInvocationName> 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
-
-