Enum PerformanceCaptureConfig.TransactionKillType (0.1.0)

public enum PerformanceCaptureConfig.TransactionKillType extends Enum<PerformanceCaptureConfig.TransactionKillType> implements ProtocolMessageEnum

Defines the categories of long-running transactions eligible for automatic termination by the Performance Capture.

Protobuf enum google.cloud.sql.v1.PerformanceCaptureConfig.TransactionKillType

Implements

ProtocolMessageEnum

Static 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 = 2;

ALL_TRANSACTIONS_VALUE

All transactions are eligible for termination, including those with write operations (such as INSERT, UPDATE, DELETE, or DDL).

ALL_TRANSACTIONS = 2;

READ_ONLY_TRANSACTIONS

Only read-only transactions are eligible for termination.

READ_ONLY_TRANSACTIONS = 1;

READ_ONLY_TRANSACTIONS_VALUE

Only read-only transactions are eligible for termination.

READ_ONLY_TRANSACTIONS = 1;

TRANSACTION_KILL_TYPE_UNSPECIFIED

Unspecified.

TRANSACTION_KILL_TYPE_UNSPECIFIED = 0;

TRANSACTION_KILL_TYPE_UNSPECIFIED_VALUE

Unspecified.

TRANSACTION_KILL_TYPE_UNSPECIFIED = 0;

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()