Enum LoggingConfig.LoggableAction (0.2.0)

public enum LoggingConfig.LoggableAction extends Enum<LoggingConfig.LoggableAction> implements ProtocolMessageEnum

Loggable actions types.

Protobuf enum google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableAction

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOGGABLE_ACTION_UNSPECIFIED

Illegal value, to avoid allowing a default.

LOGGABLE_ACTION_UNSPECIFIED = 0;

LOGGABLE_ACTION_UNSPECIFIED_VALUE

Illegal value, to avoid allowing a default.

LOGGABLE_ACTION_UNSPECIFIED = 0;

TRANSFORM

The corresponding transform action in this job.

TRANSFORM = 6;

TRANSFORM_VALUE

The corresponding transform action in this job.

TRANSFORM = 6;

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