Class NotificationConfigName

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

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

      • NotificationConfigName

        @Deprecated
        protected NotificationConfigName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getNotificationConfig

        public String getNotificationConfig()
      • getFolder

        public String getFolder()
      • getProject

        public String getProject()
      • newOrganizationNotificationConfigBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static NotificationConfigName ofOrganizationNotificationConfigName​(String organization,
                                                                                  String notificationConfig)
      • ofFolderNotificationConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static NotificationConfigName ofFolderNotificationConfigName​(String folder,
                                                                            String notificationConfig)
      • ofProjectNotificationConfigName

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

        public static String format​(String organization,
                                    String notificationConfig)
      • formatOrganizationNotificationConfigName

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

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

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