@Generated(value="by gapic-generator-java") public class WorkflowInvocationName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowInvocationName.Builder
Builder for
projects/{project}/locations/{location}/repositories/{repository}/workflowInvocations/{workflow_invocation}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkflowInvocationName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected WorkflowInvocationName()
public String getProject()
public String getLocation()
public String getRepository()
public String getWorkflowInvocation()
public static WorkflowInvocationName.Builder newBuilder()
public WorkflowInvocationName.Builder toBuilder()
public static WorkflowInvocationName of(String project, String location, String repository, String workflowInvocation)
public static String format(String project, String location, String repository, String workflowInvocation)
public static WorkflowInvocationName parse(String formattedString)
public static List<WorkflowInvocationName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<WorkflowInvocationName> 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.