Package com.google.storage.control.v2
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 Summary
Enum ConstantsEnum ConstantDescriptionThe edition configuration is disabled for the `IntelligenceConfig` resource and its children.This is an unknown edition of the resource.The inherited edition from the parent and filters.The `IntelligenceConfig` resource is of STANDARD edition.The `IntelligenceConfig` resource is available in `TRIAL` edition. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe edition configuration is disabled for the `IntelligenceConfig` resource and its children.static final intThis is an unknown edition of the resource.static final intThe inherited edition from the parent and filters.static final intThe `IntelligenceConfig` resource is of STANDARD edition.static final intThe `IntelligenceConfig` resource is available in `TRIAL` edition. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<IntelligenceConfig.EditionConfig>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static IntelligenceConfig.EditionConfig[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EDITION_CONFIG_UNSPECIFIED
This is an unknown edition of the resource.
EDITION_CONFIG_UNSPECIFIED = 0; -
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
The edition configuration is disabled for the `IntelligenceConfig` resource and its children. Filters are not applicable.
DISABLED = 2; -
STANDARD
The `IntelligenceConfig` resource is of STANDARD edition.
STANDARD = 3; -
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
-
-
Field Details
-
EDITION_CONFIG_UNSPECIFIED_VALUE
public static final int EDITION_CONFIG_UNSPECIFIED_VALUEThis is an unknown edition of the resource.
EDITION_CONFIG_UNSPECIFIED = 0;- See Also:
-
INHERIT_VALUE
public static final int INHERIT_VALUEThe 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_VALUEThe 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_VALUEThe `IntelligenceConfig` resource is of STANDARD edition.
STANDARD = 3;- See Also:
-
TRIAL_VALUE
public static final int TRIAL_VALUEThe `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
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-