GRPC Core  18.0.0
Typedefs | Functions | Variables
altscontext.upb.h File Reference
#include "upb/msg.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"

Go to the source code of this file.

Typedefs

typedef struct grpc_gcp_AltsContext grpc_gcp_AltsContext
 
typedef struct grpc_gcp_AltsContext_PeerAttributesEntry grpc_gcp_AltsContext_PeerAttributesEntry
 

Functions

UPB_INLINE grpc_gcp_AltsContextgrpc_gcp_AltsContext_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_AltsContextgrpc_gcp_AltsContext_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE grpc_gcp_AltsContextgrpc_gcp_AltsContext_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * grpc_gcp_AltsContext_serialize (const grpc_gcp_AltsContext *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_AltsContext_application_protocol (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE upb_strview grpc_gcp_AltsContext_record_protocol (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE int32_t grpc_gcp_AltsContext_security_level (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE upb_strview grpc_gcp_AltsContext_peer_service_account (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE upb_strview grpc_gcp_AltsContext_local_service_account (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE bool grpc_gcp_AltsContext_has_peer_rpc_versions (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE const struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_AltsContext_peer_rpc_versions (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE bool grpc_gcp_AltsContext_has_peer_attributes (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE size_t grpc_gcp_AltsContext_peer_attributes_size (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_get (const grpc_gcp_AltsContext *msg, upb_strview key, upb_strview *val)
 
UPB_INLINE const grpc_gcp_AltsContext_PeerAttributesEntrygrpc_gcp_AltsContext_peer_attributes_next (const grpc_gcp_AltsContext *msg, size_t *iter)
 
UPB_INLINE void grpc_gcp_AltsContext_set_application_protocol (grpc_gcp_AltsContext *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_AltsContext_set_record_protocol (grpc_gcp_AltsContext *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_AltsContext_set_security_level (grpc_gcp_AltsContext *msg, int32_t value)
 
UPB_INLINE void grpc_gcp_AltsContext_set_peer_service_account (grpc_gcp_AltsContext *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_AltsContext_set_local_service_account (grpc_gcp_AltsContext *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_AltsContext_set_peer_rpc_versions (grpc_gcp_AltsContext *msg, struct grpc_gcp_RpcProtocolVersions *value)
 
UPB_INLINE struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_AltsContext_mutable_peer_rpc_versions (grpc_gcp_AltsContext *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_AltsContext_peer_attributes_clear (grpc_gcp_AltsContext *msg)
 
UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_set (grpc_gcp_AltsContext *msg, upb_strview key, upb_strview val, upb_arena *a)
 
UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_delete (grpc_gcp_AltsContext *msg, upb_strview key)
 
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntrygrpc_gcp_AltsContext_peer_attributes_nextmutable (grpc_gcp_AltsContext *msg, size_t *iter)
 
UPB_INLINE upb_strview grpc_gcp_AltsContext_PeerAttributesEntry_key (const grpc_gcp_AltsContext_PeerAttributesEntry *msg)
 
UPB_INLINE upb_strview grpc_gcp_AltsContext_PeerAttributesEntry_value (const grpc_gcp_AltsContext_PeerAttributesEntry *msg)
 
UPB_INLINE void grpc_gcp_AltsContext_PeerAttributesEntry_set_value (grpc_gcp_AltsContext_PeerAttributesEntry *msg, upb_strview value)
 

Variables

const upb_msglayout grpc_gcp_AltsContext_msginit
 
const upb_msglayout grpc_gcp_AltsContext_PeerAttributesEntry_msginit
 
const upb_msglayout grpc_gcp_RpcProtocolVersions_msginit
 

Typedef Documentation

◆ grpc_gcp_AltsContext

◆ grpc_gcp_AltsContext_PeerAttributesEntry

Function Documentation

◆ grpc_gcp_AltsContext_application_protocol()

UPB_INLINE upb_strview grpc_gcp_AltsContext_application_protocol ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_has_peer_attributes()

UPB_INLINE bool grpc_gcp_AltsContext_has_peer_attributes ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_has_peer_rpc_versions()

UPB_INLINE bool grpc_gcp_AltsContext_has_peer_rpc_versions ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_local_service_account()

UPB_INLINE upb_strview grpc_gcp_AltsContext_local_service_account ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_mutable_peer_rpc_versions()

UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_AltsContext_mutable_peer_rpc_versions ( grpc_gcp_AltsContext msg,
upb_arena *  arena 
)

◆ grpc_gcp_AltsContext_new()

UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_new ( upb_arena *  arena)

◆ grpc_gcp_AltsContext_parse()

UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_AltsContext_parse_ex()

UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ grpc_gcp_AltsContext_peer_attributes_clear()

UPB_INLINE void grpc_gcp_AltsContext_peer_attributes_clear ( grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_peer_attributes_delete()

UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_delete ( grpc_gcp_AltsContext msg,
upb_strview  key 
)

◆ grpc_gcp_AltsContext_peer_attributes_get()

UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_get ( const grpc_gcp_AltsContext msg,
upb_strview  key,
upb_strview *  val 
)

◆ grpc_gcp_AltsContext_peer_attributes_next()

UPB_INLINE const grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_peer_attributes_next ( const grpc_gcp_AltsContext msg,
size_t *  iter 
)

◆ grpc_gcp_AltsContext_peer_attributes_nextmutable()

UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_peer_attributes_nextmutable ( grpc_gcp_AltsContext msg,
size_t *  iter 
)

◆ grpc_gcp_AltsContext_peer_attributes_set()

UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_set ( grpc_gcp_AltsContext msg,
upb_strview  key,
upb_strview  val,
upb_arena *  a 
)

◆ grpc_gcp_AltsContext_peer_attributes_size()

UPB_INLINE size_t grpc_gcp_AltsContext_peer_attributes_size ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_peer_rpc_versions()

UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_AltsContext_peer_rpc_versions ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_peer_service_account()

UPB_INLINE upb_strview grpc_gcp_AltsContext_peer_service_account ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_PeerAttributesEntry_key()

UPB_INLINE upb_strview grpc_gcp_AltsContext_PeerAttributesEntry_key ( const grpc_gcp_AltsContext_PeerAttributesEntry msg)

◆ grpc_gcp_AltsContext_PeerAttributesEntry_set_value()

UPB_INLINE void grpc_gcp_AltsContext_PeerAttributesEntry_set_value ( grpc_gcp_AltsContext_PeerAttributesEntry msg,
upb_strview  value 
)

◆ grpc_gcp_AltsContext_PeerAttributesEntry_value()

UPB_INLINE upb_strview grpc_gcp_AltsContext_PeerAttributesEntry_value ( const grpc_gcp_AltsContext_PeerAttributesEntry msg)

◆ grpc_gcp_AltsContext_record_protocol()

UPB_INLINE upb_strview grpc_gcp_AltsContext_record_protocol ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_security_level()

UPB_INLINE int32_t grpc_gcp_AltsContext_security_level ( const grpc_gcp_AltsContext msg)

◆ grpc_gcp_AltsContext_serialize()

UPB_INLINE char* grpc_gcp_AltsContext_serialize ( const grpc_gcp_AltsContext msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_AltsContext_set_application_protocol()

UPB_INLINE void grpc_gcp_AltsContext_set_application_protocol ( grpc_gcp_AltsContext msg,
upb_strview  value 
)

◆ grpc_gcp_AltsContext_set_local_service_account()

UPB_INLINE void grpc_gcp_AltsContext_set_local_service_account ( grpc_gcp_AltsContext msg,
upb_strview  value 
)

◆ grpc_gcp_AltsContext_set_peer_rpc_versions()

UPB_INLINE void grpc_gcp_AltsContext_set_peer_rpc_versions ( grpc_gcp_AltsContext msg,
struct grpc_gcp_RpcProtocolVersions value 
)

◆ grpc_gcp_AltsContext_set_peer_service_account()

UPB_INLINE void grpc_gcp_AltsContext_set_peer_service_account ( grpc_gcp_AltsContext msg,
upb_strview  value 
)

◆ grpc_gcp_AltsContext_set_record_protocol()

UPB_INLINE void grpc_gcp_AltsContext_set_record_protocol ( grpc_gcp_AltsContext msg,
upb_strview  value 
)

◆ grpc_gcp_AltsContext_set_security_level()

UPB_INLINE void grpc_gcp_AltsContext_set_security_level ( grpc_gcp_AltsContext msg,
int32_t  value 
)

Variable Documentation

◆ grpc_gcp_AltsContext_msginit

const upb_msglayout grpc_gcp_AltsContext_msginit
extern

◆ grpc_gcp_AltsContext_PeerAttributesEntry_msginit

const upb_msglayout grpc_gcp_AltsContext_PeerAttributesEntry_msginit
extern

◆ grpc_gcp_RpcProtocolVersions_msginit

const upb_msglayout grpc_gcp_RpcProtocolVersions_msginit
extern