public enum IntelligenceConfig.EditionConfig extends Enum<IntelligenceConfig.EditionConfig> implements 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
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
The edition configuration is disabled for the |
DISABLED_VALUE |
The edition configuration is disabled for the |
EDITION_CONFIG_UNSPECIFIED |
This is an unknown edition of the resource. |
EDITION_CONFIG_UNSPECIFIED_VALUE |
This is an unknown edition of the resource. |
INHERIT |
The inherited edition from the parent and filters. This is the default
edition when there is no |
INHERIT_VALUE |
The inherited edition from the parent and filters. This is the default
edition when there is no |
STANDARD |
The |
STANDARD_VALUE |
The |
TRIAL |
The |
TRIAL_VALUE |
The |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |