Class MuteConfigName

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

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

      • MuteConfigName

        @Deprecated
        protected MuteConfigName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getMuteConfig

        public String getMuteConfig()
      • getFolder

        public String getFolder()
      • getProject

        public String getProject()
      • newOrganizationMuteConfigBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static MuteConfigName.FolderMuteConfigBuilder newFolderMuteConfigBuilder()
      • newProjectMuteConfigBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static MuteConfigName.ProjectMuteConfigBuilder newProjectMuteConfigBuilder()
      • ofOrganizationMuteConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static MuteConfigName ofOrganizationMuteConfigName​(String organization,
                                                                  String muteConfig)
      • ofFolderMuteConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static MuteConfigName ofFolderMuteConfigName​(String folder,
                                                            String muteConfig)
      • ofProjectMuteConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static MuteConfigName ofProjectMuteConfigName​(String project,
                                                             String muteConfig)
      • formatOrganizationMuteConfigName

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderMuteConfigName​(String folder,
                                                        String muteConfig)
      • formatProjectMuteConfigName

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