class documentation

class OptionalField(Enum): (source)

View In Hierarchy

Undocumented

Constant CHECKSUM_ALGORITHMS Checksum algorithms used.
Constant INTELLIGENT_TIER Current intelligent tier (for Intelligent Storage Class).
Constant IS_MULTIPART_UPLOAD True for multipart uploads, false for simple objects.
Constant LAST_ACCESS Timestamp of the last access.
Constant LIFECYCLE_EXPIRATION Timestamp of lifecycle expiration.
Constant OPTIONAL_FIELD_UNSPECIFIED Undocumented
Constant TAGS Object tags.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
CHECKSUM_ALGORITHMS: ellipsis = (source)

Checksum algorithms used.

Value
...
INTELLIGENT_TIER: ellipsis = (source)

Current intelligent tier (for Intelligent Storage Class).

Value
...
IS_MULTIPART_UPLOAD: ellipsis = (source)

True for multipart uploads, false for simple objects.

Value
...
LAST_ACCESS: ellipsis = (source)

Timestamp of the last access.

Value
...
LIFECYCLE_EXPIRATION: ellipsis = (source)

Timestamp of lifecycle expiration.

Value
...
OPTIONAL_FIELD_UNSPECIFIED: ellipsis = (source)

Undocumented

Value
...
TAGS: ellipsis = (source)

Object tags.

Value
...