Class WorkflowTemplateName

  • All Implemented Interfaces:
    com.google.api.resourcenames.ResourceName

    @Generated("by gapic-generator-java")
    public class WorkflowTemplateName
    extends Object
    implements com.google.api.resourcenames.ResourceName
    • Constructor Detail

      • WorkflowTemplateName

        @Deprecated
        protected WorkflowTemplateName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getRegion

        public String getRegion()
      • getWorkflowTemplate

        public String getWorkflowTemplate()
      • getLocation

        public String getLocation()
      • newProjectRegionWorkflowTemplateBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static WorkflowTemplateName.Builder newProjectRegionWorkflowTemplateBuilder()
      • ofProjectRegionWorkflowTemplateName

        @BetaApi("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)
      • ofProjectLocationWorkflowTemplateName

        @BetaApi("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)
      • formatProjectRegionWorkflowTemplateName

        @BetaApi("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)
      • formatProjectLocationWorkflowTemplateName

        @BetaApi("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)
      • isParsableFrom

        public static boolean isParsableFrom​(String formattedString)
      • getFieldValuesMap

        public Map<String,​String> getFieldValuesMap()
        Specified by:
        getFieldValuesMap in interface com.google.api.resourcenames.ResourceName
      • getFieldValue

        public String getFieldValue​(String fieldName)
        Specified by:
        getFieldValue in interface com.google.api.resourcenames.ResourceName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object