public enum Project.ConfigurableBillingStatus.UpdateType extends Enum<Project.ConfigurableBillingStatus.UpdateType> implements ProtocolMessageEnumThe type of update performed on the configurable billing configuration.
Protobuf enum
google.cloud.discoveryengine.v1beta.Project.ConfigurableBillingStatus.UpdateType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATE |
Configurable billing was created/enabled. |
CREATE_VALUE |
Configurable billing was created/enabled. |
DELETE |
Configurable billing was deleted/disabled. |
DELETE_VALUE |
Configurable billing was deleted/disabled. |
SCALE_DOWN |
Subscription was scaled down (thresholds decreased). |
SCALE_DOWN_VALUE |
Subscription was scaled down (thresholds decreased). |
SCALE_UP |
Subscription was scaled up (thresholds increased). |
SCALE_UP_VALUE |
Subscription was scaled up (thresholds increased). |
UNRECOGNIZED |
|
UPDATE_TYPE_UNSPECIFIED |
Unspecified update type. |
UPDATE_TYPE_UNSPECIFIED_VALUE |
Unspecified update type. |
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() |
|