Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Public Types | List of all members
google::cloud::ServerTimeoutOption Struct Reference

Timeout for the server to finish processing the request. More...

#include <google/cloud/rest_options.h>

Public Types

using Type = std::chrono::milliseconds
 

Detailed Description

Timeout for the server to finish processing the request.

This system param only applies to REST APIs for which client-side timeout is not applicable.

Definition at line 61 of file rest_options.h.

Member Typedef Documentation

◆ Type

using google::cloud::ServerTimeoutOption::Type = std::chrono::milliseconds

Definition at line 62 of file rest_options.h.