Enum TransferTypes.MetadataOptions.TimeCreated (1.41.0)

public enum TransferTypes.MetadataOptions.TimeCreated extends Enum<TransferTypes.MetadataOptions.TimeCreated> implements ProtocolMessageEnum

Options for handling timeCreated metadata for Google Cloud Storage objects.

Protobuf enum google.storagetransfer.v1.MetadataOptions.TimeCreated

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TIME_CREATED_PRESERVE_AS_CUSTOM_TIME

Preserves the source object's timeCreated metadata in the customTime field in the destination object. Note that any value stored in the source object's customTime field will not be propagated to the destination object.

TIME_CREATED_PRESERVE_AS_CUSTOM_TIME = 2;

TIME_CREATED_PRESERVE_AS_CUSTOM_TIME_VALUE

Preserves the source object's timeCreated metadata in the customTime field in the destination object. Note that any value stored in the source object's customTime field will not be propagated to the destination object.

TIME_CREATED_PRESERVE_AS_CUSTOM_TIME = 2;

TIME_CREATED_SKIP

Do not preserve the timeCreated metadata from the source object.

TIME_CREATED_SKIP = 1;

TIME_CREATED_SKIP_VALUE

Do not preserve the timeCreated metadata from the source object.

TIME_CREATED_SKIP = 1;

TIME_CREATED_UNSPECIFIED

TimeCreated behavior is unspecified.

TIME_CREATED_UNSPECIFIED = 0;

TIME_CREATED_UNSPECIFIED_VALUE

TimeCreated behavior is unspecified.

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