Class WorkflowTemplateName (4.39.0)

public class WorkflowTemplateName implements ResourceName

Inheritance

Object > WorkflowTemplateName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String region, String workflowTemplate)

public static String format(String project, String region, String workflowTemplate)
Parameters
Name Description
project String
region String
workflowTemplate String
Returns
Type Description
String

formatProjectLocationWorkflowTemplateName(String project, String location, String workflowTemplate)

public static String formatProjectLocationWorkflowTemplateName(String project, String location, String workflowTemplate)
Parameters
Name Description
project String
location String
workflowTemplate String
Returns
Type Description
String

formatProjectRegionWorkflowTemplateName(String project, String region, String workflowTemplate)

public static String formatProjectRegionWorkflowTemplateName(String project, String region, String workflowTemplate)
Parameters
Name Description
project String
region String
workflowTemplate String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static WorkflowTemplateName.Builder newBuilder()
Returns
Type Description
WorkflowTemplateName.Builder

newProjectLocationWorkflowTemplateBuilder()

public static WorkflowTemplateName.ProjectLocationWorkflowTemplateBuilder newProjectLocationWorkflowTemplateBuilder()
Returns
Type Description
WorkflowTemplateName.ProjectLocationWorkflowTemplateBuilder

newProjectRegionWorkflowTemplateBuilder()

public static WorkflowTemplateName.Builder newProjectRegionWorkflowTemplateBuilder()
Returns
Type Description
WorkflowTemplateName.Builder

of(String project, String region, String workflowTemplate)

public static WorkflowTemplateName of(String project, String region, String workflowTemplate)
Parameters
Name Description
project String
region String
workflowTemplate String
Returns
Type Description
WorkflowTemplateName

ofProjectLocationWorkflowTemplateName(String project, String location, String workflowTemplate)

public static WorkflowTemplateName ofProjectLocationWorkflowTemplateName(String project, String location, String workflowTemplate)
Parameters
Name Description
project String
location String
workflowTemplate String
Returns
Type Description
WorkflowTemplateName

ofProjectRegionWorkflowTemplateName(String project, String region, String workflowTemplate)

public static WorkflowTemplateName ofProjectRegionWorkflowTemplateName(String project, String region, String workflowTemplate)
Parameters
Name Description
project String
region String
workflowTemplate String
Returns
Type Description
WorkflowTemplateName

parse(String formattedString)

public static WorkflowTemplateName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
WorkflowTemplateName

parseList(List<String> formattedStrings)

public static List<WorkflowTemplateName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<WorkflowTemplateName>

toStringList(List<WorkflowTemplateName> values)

public static List<String> toStringList(List<WorkflowTemplateName> values)
Parameter
Name Description
values List<WorkflowTemplateName>
Returns
Type Description
List<String>

Constructors

WorkflowTemplateName() (deprecated)

protected WorkflowTemplateName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRegion()

public String getRegion()
Returns
Type Description
String

getWorkflowTemplate()

public String getWorkflowTemplate()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public WorkflowTemplateName.Builder toBuilder()
Returns
Type Description
WorkflowTemplateName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides