GRPC Core  9.0.0
Typedefs | Functions | Variables
altscontext.upb.h File Reference
#include "upb/generated_util.h"
#include "upb/msg.h"
#include "upb/decode.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 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 const struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_AltsContext_peer_rpc_versions (const grpc_gcp_AltsContext *msg)
 
UPB_INLINE const grpc_gcp_AltsContext_PeerAttributesEntry *const * grpc_gcp_AltsContext_peer_attributes (const grpc_gcp_AltsContext *msg, size_t *len)
 
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 grpc_gcp_AltsContext_PeerAttributesEntry ** grpc_gcp_AltsContext_mutable_peer_attributes (grpc_gcp_AltsContext *msg, size_t *len)
 
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry ** grpc_gcp_AltsContext_resize_peer_attributes (grpc_gcp_AltsContext *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct grpc_gcp_AltsContext_PeerAttributesEntrygrpc_gcp_AltsContext_add_peer_attributes (grpc_gcp_AltsContext *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntrygrpc_gcp_AltsContext_PeerAttributesEntry_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntrygrpc_gcp_AltsContext_PeerAttributesEntry_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_AltsContext_PeerAttributesEntry_serialize (const grpc_gcp_AltsContext_PeerAttributesEntry *msg, upb_arena *arena, size_t *len)
 
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_key (grpc_gcp_AltsContext_PeerAttributesEntry *msg, upb_strview value)
 
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_add_peer_attributes()

UPB_INLINE struct grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_add_peer_attributes ( grpc_gcp_AltsContext msg,
upb_arena *  arena 
)

◆ grpc_gcp_AltsContext_application_protocol()

UPB_INLINE upb_strview grpc_gcp_AltsContext_application_protocol ( 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_attributes()

UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry** grpc_gcp_AltsContext_mutable_peer_attributes ( grpc_gcp_AltsContext msg,
size_t *  len 
)

◆ 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_peer_attributes()

UPB_INLINE const grpc_gcp_AltsContext_PeerAttributesEntry* const* grpc_gcp_AltsContext_peer_attributes ( const grpc_gcp_AltsContext msg,
size_t *  len 
)

◆ 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_new()

UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_PeerAttributesEntry_new ( upb_arena *  arena)

◆ grpc_gcp_AltsContext_PeerAttributesEntry_parse()

UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_PeerAttributesEntry_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_AltsContext_PeerAttributesEntry_serialize()

UPB_INLINE char* grpc_gcp_AltsContext_PeerAttributesEntry_serialize ( const grpc_gcp_AltsContext_PeerAttributesEntry msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_AltsContext_PeerAttributesEntry_set_key()

UPB_INLINE void grpc_gcp_AltsContext_PeerAttributesEntry_set_key ( grpc_gcp_AltsContext_PeerAttributesEntry msg,
upb_strview  value 
)

◆ 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_resize_peer_attributes()

UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry** grpc_gcp_AltsContext_resize_peer_attributes ( grpc_gcp_AltsContext msg,
size_t  len,
upb_arena *  arena 
)

◆ 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