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

The gRPC credentials used by clients configured with this object. More...

#include <google/cloud/grpc_options.h>

Public Types

using Type = std::shared_ptr< grpc::ChannelCredentials >
 

Detailed Description

The gRPC credentials used by clients configured with this object.

Definition at line 36 of file grpc_options.h.

Member Typedef Documentation

◆ Type

using google::cloud::GrpcCredentialOption::Type = std::shared_ptr<grpc::ChannelCredentials>

Definition at line 37 of file grpc_options.h.