Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
Defines one of the source objects for a compose operation. More...
#include <google/cloud/storage/object_metadata.h>
Public Attributes | |
std::string | object_name |
absl::optional< std::int64_t > | generation |
absl::optional< std::int64_t > | if_generation_match |
Defines one of the source objects for a compose operation.
Definition at line 49 of file object_metadata.h.
absl::optional<std::int64_t> google::cloud::storage::ComposeSourceObject::generation |
Definition at line 51 of file object_metadata.h.
absl::optional<std::int64_t> google::cloud::storage::ComposeSourceObject::if_generation_match |
Definition at line 52 of file object_metadata.h.
std::string google::cloud::storage::ComposeSourceObject::object_name |
Definition at line 50 of file object_metadata.h.