@Generated(value="by gapic-generator-java") public class WorkflowTemplateName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowTemplateName.Builder
Builder for projects/{project}/regions/{region}/workflowTemplates/{workflow_template}.
|
static class |
WorkflowTemplateName.ProjectLocationWorkflowTemplateBuilder
Builder for projects/{project}/locations/{location}/workflowTemplates/{workflow_template}.
|
Modifier | Constructor and Description |
---|---|
protected |
WorkflowTemplateName()
Deprecated.
|
@Deprecated protected WorkflowTemplateName()
public String getProject()
public String getRegion()
public String getWorkflowTemplate()
public String getLocation()
public static WorkflowTemplateName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static WorkflowTemplateName.Builder newProjectRegionWorkflowTemplateBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static WorkflowTemplateName.ProjectLocationWorkflowTemplateBuilder newProjectLocationWorkflowTemplateBuilder()
public WorkflowTemplateName.Builder toBuilder()
public static WorkflowTemplateName of(String project, String region, String workflowTemplate)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static WorkflowTemplateName ofProjectRegionWorkflowTemplateName(String project, String region, String workflowTemplate)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static WorkflowTemplateName ofProjectLocationWorkflowTemplateName(String project, String location, String workflowTemplate)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectRegionWorkflowTemplateName(String project, String region, String workflowTemplate)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationWorkflowTemplateName(String project, String location, String workflowTemplate)
public static WorkflowTemplateName parse(String formattedString)
public static List<WorkflowTemplateName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<WorkflowTemplateName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2022 Google LLC. All rights reserved.