Class UptimeCheckConfigName

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

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

      • UptimeCheckConfigName

        @Deprecated
        protected UptimeCheckConfigName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getUptimeCheckConfig

        public String getUptimeCheckConfig()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • newProjectUptimeCheckConfigBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static UptimeCheckConfigName ofProjectUptimeCheckConfigName​(String project,
                                                                           String uptimeCheckConfig)
      • ofOrganizationUptimeCheckConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static UptimeCheckConfigName ofOrganizationUptimeCheckConfigName​(String organization,
                                                                                String uptimeCheckConfig)
      • ofFolderUptimeCheckConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static UptimeCheckConfigName ofFolderUptimeCheckConfigName​(String folder,
                                                                          String uptimeCheckConfig)
      • formatProjectUptimeCheckConfigName

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

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

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