Class DeidentifyTemplateName

    • Constructor Detail

      • DeidentifyTemplateName

        @Deprecated
        protected DeidentifyTemplateName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getDeidentifyTemplate

        public String getDeidentifyTemplate()
      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • newOrganizationDeidentifyTemplateBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static DeidentifyTemplateName ofOrganizationDeidentifyTemplateName​(String organization,
                                                                                  String deidentifyTemplate)
      • ofProjectDeidentifyTemplateName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static DeidentifyTemplateName ofProjectDeidentifyTemplateName​(String project,
                                                                             String deidentifyTemplate)
      • ofOrganizationLocationDeidentifyTemplateName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static DeidentifyTemplateName ofOrganizationLocationDeidentifyTemplateName​(String organization,
                                                                                          String location,
                                                                                          String deidentifyTemplate)
      • ofProjectLocationDeidentifyTemplateName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static DeidentifyTemplateName ofProjectLocationDeidentifyTemplateName​(String project,
                                                                                     String location,
                                                                                     String deidentifyTemplate)
      • format

        public static String format​(String organization,
                                    String deidentifyTemplate)
      • formatOrganizationDeidentifyTemplateName

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

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

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

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