Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
google::cloud::storage::Generation Struct Reference

Set the version of an object to operate on. More...

#include <google/cloud/storage/well_known_parameters.h>

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Set the version of an object to operate on.

For objects in Buckets with versioning enabled, the application sometimes needs to specify which version of the object should the request target. This is an optional query parameter to control the version.

See also
https://cloud.google.com/storage/docs/object-versioning for more information on GCS Object versioning.

Member Function Documentation

◆ well_known_parameter_name()

static char const * google::cloud::storage::Generation::well_known_parameter_name ( )
inlinestatic