class documentation

class BucketType(Enum): (source)

View In Hierarchy

BucketType is a type of the bucket.

Constant BUCKET_TYPE_UNSPECIFIED Undocumented
Constant FILESYSTEM Object storage bucket that is mounted to an existing compute filesystem.
Constant REGULAR Regular object storage bucket.

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.
BUCKET_TYPE_UNSPECIFIED: ellipsis = (source)

Undocumented

Value
...
FILESYSTEM: ellipsis = (source)

Object storage bucket that is mounted to an existing compute filesystem.

Value
...
REGULAR: ellipsis = (source)

Regular object storage bucket.

Value
...