public enum PerformanceCaptureConfig.TransactionKillType extends Enum<PerformanceCaptureConfig.TransactionKillType> implements ProtocolMessageEnumDefines the categories of long-running transactions eligible for automatic termination by the Performance Capture.
Protobuf enum google.cloud.sql.v1.PerformanceCaptureConfig.TransactionKillType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALL_TRANSACTIONS |
All transactions are eligible for termination, including those with write operations (such as INSERT, UPDATE, DELETE, or DDL). |
ALL_TRANSACTIONS_VALUE |
All transactions are eligible for termination, including those with write operations (such as INSERT, UPDATE, DELETE, or DDL). |
READ_ONLY_TRANSACTIONS |
Only read-only transactions are eligible for termination. |
READ_ONLY_TRANSACTIONS_VALUE |
Only read-only transactions are eligible for termination. |
TRANSACTION_KILL_TYPE_UNSPECIFIED |
Unspecified. |
TRANSACTION_KILL_TYPE_UNSPECIFIED_VALUE |
Unspecified. |
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() |
|