Class LogExclusionName

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

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

      • LogExclusionName

        @Deprecated
        protected LogExclusionName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getExclusion

        public String getExclusion()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • getBillingAccount

        public String getBillingAccount()
      • newProjectExclusionBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogExclusionName.FolderExclusionBuilder newFolderExclusionBuilder()
      • ofProjectExclusionName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogExclusionName ofProjectExclusionName​(String project,
                                                              String exclusion)
      • ofOrganizationExclusionName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogExclusionName ofOrganizationExclusionName​(String organization,
                                                                   String exclusion)
      • ofFolderExclusionName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogExclusionName ofFolderExclusionName​(String folder,
                                                             String exclusion)
      • ofBillingAccountExclusionName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogExclusionName ofBillingAccountExclusionName​(String billingAccount,
                                                                     String exclusion)
      • formatProjectExclusionName

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

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

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

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