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

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
 

Detailed Description

Defines one of the source objects for a compose operation.

Member Data Documentation

◆ generation

absl::optional<std::int64_t> google::cloud::storage::ComposeSourceObject::generation

◆ if_generation_match

absl::optional<std::int64_t> google::cloud::storage::ComposeSourceObject::if_generation_match

◆ object_name

std::string google::cloud::storage::ComposeSourceObject::object_name