GRPC Core  9.0.0
Functions
grpc_alts_credentials_options.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>

Functions

grpc_alts_credentials_optionsgrpc_alts_credentials_options_copy (const grpc_alts_credentials_options *options)
 This method performs a deep copy on grpc_alts_credentials_options instance. More...
 
void grpc_alts_credentials_options_destroy (grpc_alts_credentials_options *options)
 This method destroys a grpc_alts_credentials_options instance by de-allocating all of its occupied memory. More...
 

Function Documentation

◆ grpc_alts_credentials_options_copy()

grpc_alts_credentials_options* grpc_alts_credentials_options_copy ( const grpc_alts_credentials_options options)

This method performs a deep copy on grpc_alts_credentials_options instance.

It returns a new grpc_alts_credentials_options instance on success and NULL on failure.

◆ grpc_alts_credentials_options_destroy()

void grpc_alts_credentials_options_destroy ( grpc_alts_credentials_options options)

This method destroys a grpc_alts_credentials_options instance by de-allocating all of its occupied memory.

It is used for experimental purpose for now and subject to change.