Bucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes configuration of a single bucket and its objects to be transformed.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
bucket |
str
Required. Bucket name for the objects to be transformed. |
prefix_list |
google.cloud.storagebatchoperations_v1.types.PrefixList
Specifies objects matching a prefix set. This field is a member of oneof_ object_configuration.
|
manifest |
google.cloud.storagebatchoperations_v1.types.Manifest
Specifies objects in a manifest file. This field is a member of oneof_ object_configuration.
|