# Constants
No description provided by the author
No description provided by the author
MaxComponentCount is the maximum number of components that a composite object may have.
MaxSourcesPerComposeRequest is the maximum number of sources that a ComposeObjectsRequest may contain.
No description provided by the author
# Structs
ByteRange is a [start, limit) range of bytes within an object.
A request to compose one or more objects into a single composite object.
No description provided by the author
A request to copy an object to a new name, preserving all metadata.
A request to create an object, accepted by Bucket.CreateObject.
A request to delete an object by name.
Listing contains a set of objects and delimter-based collapsed runs returned by a call to ListObjects.
No description provided by the author
MinObject is a record representing subset of properties of a particular generation object in GCS.
A *NotFoundError value is an error that indicates an object name or a particular generation for that name were not found.
Object is a record representing a particular generation of a particular object name in GCS.
A *PreconditionError value is an error that indicates a precondition failed.
A request to read the contents of an object at a particular generation.
No description provided by the author
A request to update the metadata of an object, accepted by Bucket.UpdateObject.
# Interfaces
Bucket represents a GCS bucket, pre-bound with a bucket name and necessary authorization information.
# Type aliases
No description provided by the author