Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
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.

Definition at line 49 of file object_metadata.h.

Member Data Documentation

◆ generation

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

Definition at line 51 of file object_metadata.h.

◆ if_generation_match

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

Definition at line 52 of file object_metadata.h.

◆ object_name

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

Definition at line 50 of file object_metadata.h.