Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc_google_default_channel_credentials Class Reference

#include <google_default_credentials.h>

Inheritance diagram for grpc_google_default_channel_credentials:
Inheritance graph
[legend]

Public Member Functions

const grpc_channel_credentialsalts_creds () const
 
grpc_core::RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (grpc_core::RefCountedPtr< grpc_call_credentials > call_creds, const char *target, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
 grpc_google_default_channel_credentials (grpc_core::RefCountedPtr< grpc_channel_credentials > alts_creds, grpc_core::RefCountedPtr< grpc_channel_credentials > ssl_creds)
 
const grpc_channel_credentialsssl_creds () const
 
grpc_core::UniqueTypeName type () const override
 
grpc_core::ChannelArgs update_arguments (grpc_core::ChannelArgs args) override
 
 ~grpc_google_default_channel_credentials () override=default
 
- Public Member Functions inherited from grpc_channel_credentials
int cmp (const grpc_channel_credentials *other) const
 
virtual grpc_core::RefCountedPtr< grpc_channel_credentialsduplicate_without_call_credentials ()
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< grpc_channel_credentialsRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
 ~RefCounted ()=default
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Private Member Functions

int cmp_impl (const grpc_channel_credentials *other) const override
 

Private Attributes

grpc_core::RefCountedPtr< grpc_channel_credentialsalts_creds_
 
grpc_core::RefCountedPtr< grpc_channel_credentialsssl_creds_
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< grpc_channel_credentials >
using RefCountedChildType = grpc_channel_credentials
 
- Static Public Member Functions inherited from grpc_channel_credentials
static absl::string_view ChannelArgName ()
 
static int ChannelArgsCompare (const grpc_channel_credentials *args1, const grpc_channel_credentials *args2)
 
- Protected Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Detailed Description

Definition at line 52 of file google_default_credentials.h.

Constructor & Destructor Documentation

◆ grpc_google_default_channel_credentials()

grpc_google_default_channel_credentials::grpc_google_default_channel_credentials ( grpc_core::RefCountedPtr< grpc_channel_credentials alts_creds,
grpc_core::RefCountedPtr< grpc_channel_credentials ssl_creds 
)
inline

Definition at line 55 of file google_default_credentials.h.

◆ ~grpc_google_default_channel_credentials()

grpc_google_default_channel_credentials::~grpc_google_default_channel_credentials ( )
overridedefault

Member Function Documentation

◆ alts_creds()

const grpc_channel_credentials* grpc_google_default_channel_credentials::alts_creds ( ) const
inline

Definition at line 72 of file google_default_credentials.h.

◆ cmp_impl()

int grpc_google_default_channel_credentials::cmp_impl ( const grpc_channel_credentials other) const
inlineoverrideprivatevirtual

Implements grpc_channel_credentials.

Definition at line 78 of file google_default_credentials.h.

◆ create_security_connector()

grpc_core::RefCountedPtr< grpc_channel_security_connector > grpc_google_default_channel_credentials::create_security_connector ( grpc_core::RefCountedPtr< grpc_call_credentials call_creds,
const char *  target,
const grpc_channel_args args,
grpc_channel_args **  new_args 
)
overridevirtual

Implements grpc_channel_credentials.

Definition at line 120 of file google_default_credentials.cc.

◆ ssl_creds()

const grpc_channel_credentials* grpc_google_default_channel_credentials::ssl_creds ( ) const
inline

Definition at line 75 of file google_default_credentials.h.

◆ type()

grpc_core::UniqueTypeName grpc_google_default_channel_credentials::type ( ) const
overridevirtual

Implements grpc_channel_credentials.

Definition at line 166 of file google_default_credentials.cc.

◆ update_arguments()

grpc_core::ChannelArgs grpc_google_default_channel_credentials::update_arguments ( grpc_core::ChannelArgs  args)
overridevirtual

Reimplemented from grpc_channel_credentials.

Definition at line 161 of file google_default_credentials.cc.

Member Data Documentation

◆ alts_creds_

grpc_core::RefCountedPtr<grpc_channel_credentials> grpc_google_default_channel_credentials::alts_creds_
private

Definition at line 84 of file google_default_credentials.h.

◆ ssl_creds_

grpc_core::RefCountedPtr<grpc_channel_credentials> grpc_google_default_channel_credentials::ssl_creds_
private

Definition at line 85 of file google_default_credentials.h.


The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46