Enum TransferTypes.LoggingConfig.LoggableAction (1.18.0)

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

Loggable actions.

Protobuf enum google.storagetransfer.v1.LoggingConfig.LoggableAction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COPY

Copying objects to Google Cloud Storage.

COPY = 3;

COPY_VALUE

Copying objects to Google Cloud Storage.

COPY = 3;

DELETE

Deleting objects at the source or the destination.

DELETE = 2;

DELETE_VALUE

Deleting objects at the source or the destination.

DELETE = 2;

FIND

Listing objects in a bucket.

FIND = 1;

FIND_VALUE

Listing objects in a bucket.

FIND = 1;

LOGGABLE_ACTION_UNSPECIFIED

Default value. This value is unused.

LOGGABLE_ACTION_UNSPECIFIED = 0;

LOGGABLE_ACTION_UNSPECIFIED_VALUE

Default value. This value is unused.

LOGGABLE_ACTION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()