Google Cloud Storage Transfer V1 Client - Class TimeCreated (1.0.6)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class TimeCreated.

Options for handling timeCreated metadata for Google Cloud Storage objects.

Protobuf type google.storagetransfer.v1.MetadataOptions.TimeCreated

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TIME_CREATED_UNSPECIFIED

Value: 0

TimeCreated behavior is unspecified.

Generated from protobuf enum TIME_CREATED_UNSPECIFIED = 0;

TIME_CREATED_SKIP

Value: 1

Do not preserve the timeCreated metadata from the source object.

Generated from protobuf enum TIME_CREATED_SKIP = 1;

TIME_CREATED_PRESERVE_AS_CUSTOM_TIME

Value: 2

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.

Generated from protobuf enum TIME_CREATED_PRESERVE_AS_CUSTOM_TIME = 2;