Class InspectTemplateName

    • Constructor Detail

      • InspectTemplateName

        @Deprecated
        protected InspectTemplateName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getInspectTemplate

        public String getInspectTemplate()
      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • newOrganizationInspectTemplateBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InspectTemplateName ofOrganizationInspectTemplateName​(String organization,
                                                                            String inspectTemplate)
      • ofProjectInspectTemplateName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InspectTemplateName ofProjectInspectTemplateName​(String project,
                                                                       String inspectTemplate)
      • ofOrganizationLocationInspectTemplateName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InspectTemplateName ofOrganizationLocationInspectTemplateName​(String organization,
                                                                                    String location,
                                                                                    String inspectTemplate)
      • ofProjectLocationInspectTemplateName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InspectTemplateName ofProjectLocationInspectTemplateName​(String project,
                                                                               String location,
                                                                               String inspectTemplate)
      • formatOrganizationInspectTemplateName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationInspectTemplateName​(String organization,
                                                                   String inspectTemplate)
      • formatProjectInspectTemplateName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectInspectTemplateName​(String project,
                                                              String inspectTemplate)
      • formatOrganizationLocationInspectTemplateName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationLocationInspectTemplateName​(String organization,
                                                                           String location,
                                                                           String inspectTemplate)
      • formatProjectLocationInspectTemplateName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationInspectTemplateName​(String project,
                                                                      String location,
                                                                      String inspectTemplate)
      • 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