Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::UploadLimit Struct Reference

The maximum length of the local file to upload to GCS server. More...

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

Public Member Functions

 UploadLimit ()=default
 

Static Public Member Functions

static char const * name ()
 

Detailed Description

The maximum length of the local file to upload to GCS server.

Definition at line 87 of file upload_options.h.

Constructor & Destructor Documentation

◆ UploadLimit()

google::cloud::storage::UploadLimit::UploadLimit ( )
default

Member Function Documentation

◆ name()

static char const* google::cloud::storage::UploadLimit::name ( )
inlinestatic

Definition at line 93 of file upload_options.h.