Enum IntelligenceConfig.EditionConfig

java.lang.Object
java.lang.Enum<IntelligenceConfig.EditionConfig>
com.google.storage.control.v2.IntelligenceConfig.EditionConfig
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<IntelligenceConfig.EditionConfig>
Enclosing class:
IntelligenceConfig

public static enum IntelligenceConfig.EditionConfig extends Enum<IntelligenceConfig.EditionConfig> implements com.google.protobuf.ProtocolMessageEnum
 The edition configuration of the `IntelligenceConfig` resource. This
 signifies the edition used for configuring the `IntelligenceConfig`
 resource and can only take the following values:
 `EDITION_CONFIG_UNSPECIFIED`, `INHERIT`, `DISABLED`, `STANDARD` and
 `TRIAL`.
 
Protobuf enum google.storage.control.v2.IntelligenceConfig.EditionConfig
  • Enum Constant Details

    • EDITION_CONFIG_UNSPECIFIED

      public static final IntelligenceConfig.EditionConfig EDITION_CONFIG_UNSPECIFIED
       This is an unknown edition of the resource.
       
      EDITION_CONFIG_UNSPECIFIED = 0;
    • INHERIT

      public static final IntelligenceConfig.EditionConfig INHERIT
       The inherited edition from the parent and filters. This is the default
       edition when there is no `IntelligenceConfig` setup for a GCP resource.
       
      INHERIT = 1;
    • DISABLED

      public static final IntelligenceConfig.EditionConfig DISABLED
       The edition configuration is disabled for the `IntelligenceConfig`
       resource and its children. Filters are not applicable.
       
      DISABLED = 2;
    • STANDARD

      public static final IntelligenceConfig.EditionConfig STANDARD
       The `IntelligenceConfig` resource is of STANDARD edition.
       
      STANDARD = 3;
    • TRIAL

      public static final IntelligenceConfig.EditionConfig TRIAL
       The `IntelligenceConfig` resource is available in `TRIAL` edition. During
       the trial period, Cloud Storage does not charge for Storage Intelligence
       usage. You can specify the buckets to include in the trial period by
       using filters. At the end of the trial period, the `IntelligenceConfig`
       resource is upgraded to `STANDARD` edition.
       
      TRIAL = 5;
    • UNRECOGNIZED

      public static final IntelligenceConfig.EditionConfig UNRECOGNIZED
  • Field Details

    • EDITION_CONFIG_UNSPECIFIED_VALUE

      public static final int EDITION_CONFIG_UNSPECIFIED_VALUE
       This is an unknown edition of the resource.
       
      EDITION_CONFIG_UNSPECIFIED = 0;
      See Also:
    • INHERIT_VALUE

      public static final int INHERIT_VALUE
       The inherited edition from the parent and filters. This is the default
       edition when there is no `IntelligenceConfig` setup for a GCP resource.
       
      INHERIT = 1;
      See Also:
    • DISABLED_VALUE

      public static final int DISABLED_VALUE
       The edition configuration is disabled for the `IntelligenceConfig`
       resource and its children. Filters are not applicable.
       
      DISABLED = 2;
      See Also:
    • STANDARD_VALUE

      public static final int STANDARD_VALUE
       The `IntelligenceConfig` resource is of STANDARD edition.
       
      STANDARD = 3;
      See Also:
    • TRIAL_VALUE

      public static final int TRIAL_VALUE
       The `IntelligenceConfig` resource is available in `TRIAL` edition. During
       the trial period, Cloud Storage does not charge for Storage Intelligence
       usage. You can specify the buckets to include in the trial period by
       using filters. At the end of the trial period, the `IntelligenceConfig`
       resource is upgraded to `STANDARD` edition.
       
      TRIAL = 5;
      See Also:
  • Method Details

    • values

      public static IntelligenceConfig.EditionConfig[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static IntelligenceConfig.EditionConfig valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static IntelligenceConfig.EditionConfig valueOf(int value)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static IntelligenceConfig.EditionConfig forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<IntelligenceConfig.EditionConfig> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static IntelligenceConfig.EditionConfig valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null