Class LogExclusionName

java.lang.Object
com.google.logging.v2.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 Details

    • LogExclusionName

      @Deprecated protected LogExclusionName()
      Deprecated.
  • Method Details

    • getProject

      public String getProject()
    • getExclusion

      public String getExclusion()
    • getOrganization

      public String getOrganization()
    • getFolder

      public String getFolder()
    • getBillingAccount

      public String getBillingAccount()
    • newBuilder

      public static LogExclusionName.Builder newBuilder()
    • newProjectExclusionBuilder

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

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

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

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

      public LogExclusionName.Builder toBuilder()
    • of

      public static LogExclusionName of(String project, String exclusion)
    • 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)
    • format

      public static String format(String project, 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)
    • parse

      public static LogExclusionName parse(String formattedString)
    • parseList

      public static List<LogExclusionName> parseList(List<String> formattedStrings)
    • toStringList

      public static List<String> toStringList(List<LogExclusionName> values)
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object