GRPC Core  9.0.0
Typedefs | Enumerations | Functions | Variables
handshaker.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_Endpoint grpc_gcp_Endpoint
 
typedef struct grpc_gcp_Identity grpc_gcp_Identity
 
typedef struct grpc_gcp_Identity_AttributesEntry grpc_gcp_Identity_AttributesEntry
 
typedef struct grpc_gcp_StartClientHandshakeReq grpc_gcp_StartClientHandshakeReq
 
typedef struct grpc_gcp_ServerHandshakeParameters grpc_gcp_ServerHandshakeParameters
 
typedef struct grpc_gcp_StartServerHandshakeReq grpc_gcp_StartServerHandshakeReq
 
typedef struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry
 
typedef struct grpc_gcp_NextHandshakeMessageReq grpc_gcp_NextHandshakeMessageReq
 
typedef struct grpc_gcp_HandshakerReq grpc_gcp_HandshakerReq
 
typedef struct grpc_gcp_HandshakerResult grpc_gcp_HandshakerResult
 
typedef struct grpc_gcp_HandshakerStatus grpc_gcp_HandshakerStatus
 
typedef struct grpc_gcp_HandshakerResp grpc_gcp_HandshakerResp
 

Enumerations

enum  grpc_gcp_HandshakeProtocol { grpc_gcp_HANDSHAKE_PROTOCOL_UNSPECIFIED = 0, grpc_gcp_TLS = 1, grpc_gcp_ALTS = 2 }
 
enum  grpc_gcp_NetworkProtocol { grpc_gcp_NETWORK_PROTOCOL_UNSPECIFIED = 0, grpc_gcp_TCP = 1, grpc_gcp_UDP = 2 }
 
enum  grpc_gcp_Identity_identity_oneof_oneofcases { grpc_gcp_Identity_identity_oneof_service_account = 1, grpc_gcp_Identity_identity_oneof_hostname = 2, grpc_gcp_Identity_identity_oneof_NOT_SET = 0 }
 
enum  grpc_gcp_HandshakerReq_req_oneof_oneofcases { grpc_gcp_HandshakerReq_req_oneof_client_start = 1, grpc_gcp_HandshakerReq_req_oneof_server_start = 2, grpc_gcp_HandshakerReq_req_oneof_next = 3, grpc_gcp_HandshakerReq_req_oneof_NOT_SET = 0 }
 

Functions

UPB_INLINE grpc_gcp_Endpointgrpc_gcp_Endpoint_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_Endpointgrpc_gcp_Endpoint_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_Endpoint_serialize (const grpc_gcp_Endpoint *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_Endpoint_ip_address (const grpc_gcp_Endpoint *msg)
 
UPB_INLINE int32_t grpc_gcp_Endpoint_port (const grpc_gcp_Endpoint *msg)
 
UPB_INLINE int32_t grpc_gcp_Endpoint_protocol (const grpc_gcp_Endpoint *msg)
 
UPB_INLINE void grpc_gcp_Endpoint_set_ip_address (grpc_gcp_Endpoint *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_Endpoint_set_port (grpc_gcp_Endpoint *msg, int32_t value)
 
UPB_INLINE void grpc_gcp_Endpoint_set_protocol (grpc_gcp_Endpoint *msg, int32_t value)
 
UPB_INLINE grpc_gcp_Identitygrpc_gcp_Identity_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_Identitygrpc_gcp_Identity_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_Identity_serialize (const grpc_gcp_Identity *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE grpc_gcp_Identity_identity_oneof_oneofcases grpc_gcp_Identity_identity_oneof_case (const grpc_gcp_Identity *msg)
 
UPB_INLINE bool grpc_gcp_Identity_has_service_account (const grpc_gcp_Identity *msg)
 
UPB_INLINE upb_strview grpc_gcp_Identity_service_account (const grpc_gcp_Identity *msg)
 
UPB_INLINE bool grpc_gcp_Identity_has_hostname (const grpc_gcp_Identity *msg)
 
UPB_INLINE upb_strview grpc_gcp_Identity_hostname (const grpc_gcp_Identity *msg)
 
UPB_INLINE const grpc_gcp_Identity_AttributesEntry *const * grpc_gcp_Identity_attributes (const grpc_gcp_Identity *msg, size_t *len)
 
UPB_INLINE void grpc_gcp_Identity_set_service_account (grpc_gcp_Identity *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_Identity_set_hostname (grpc_gcp_Identity *msg, upb_strview value)
 
UPB_INLINE grpc_gcp_Identity_AttributesEntry ** grpc_gcp_Identity_mutable_attributes (grpc_gcp_Identity *msg, size_t *len)
 
UPB_INLINE grpc_gcp_Identity_AttributesEntry ** grpc_gcp_Identity_resize_attributes (grpc_gcp_Identity *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct grpc_gcp_Identity_AttributesEntrygrpc_gcp_Identity_add_attributes (grpc_gcp_Identity *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_Identity_AttributesEntrygrpc_gcp_Identity_AttributesEntry_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_Identity_AttributesEntrygrpc_gcp_Identity_AttributesEntry_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_Identity_AttributesEntry_serialize (const grpc_gcp_Identity_AttributesEntry *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_Identity_AttributesEntry_key (const grpc_gcp_Identity_AttributesEntry *msg)
 
UPB_INLINE upb_strview grpc_gcp_Identity_AttributesEntry_value (const grpc_gcp_Identity_AttributesEntry *msg)
 
UPB_INLINE void grpc_gcp_Identity_AttributesEntry_set_key (grpc_gcp_Identity_AttributesEntry *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_Identity_AttributesEntry_set_value (grpc_gcp_Identity_AttributesEntry *msg, upb_strview value)
 
UPB_INLINE grpc_gcp_StartClientHandshakeReqgrpc_gcp_StartClientHandshakeReq_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_StartClientHandshakeReqgrpc_gcp_StartClientHandshakeReq_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_StartClientHandshakeReq_serialize (const grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int32_t grpc_gcp_StartClientHandshakeReq_handshake_security_protocol (const grpc_gcp_StartClientHandshakeReq *msg)
 
UPB_INLINE upb_strview const * grpc_gcp_StartClientHandshakeReq_application_protocols (const grpc_gcp_StartClientHandshakeReq *msg, size_t *len)
 
UPB_INLINE upb_strview const * grpc_gcp_StartClientHandshakeReq_record_protocols (const grpc_gcp_StartClientHandshakeReq *msg, size_t *len)
 
UPB_INLINE const grpc_gcp_Identity *const * grpc_gcp_StartClientHandshakeReq_target_identities (const grpc_gcp_StartClientHandshakeReq *msg, size_t *len)
 
UPB_INLINE const grpc_gcp_Identitygrpc_gcp_StartClientHandshakeReq_local_identity (const grpc_gcp_StartClientHandshakeReq *msg)
 
UPB_INLINE const grpc_gcp_Endpointgrpc_gcp_StartClientHandshakeReq_local_endpoint (const grpc_gcp_StartClientHandshakeReq *msg)
 
UPB_INLINE const grpc_gcp_Endpointgrpc_gcp_StartClientHandshakeReq_remote_endpoint (const grpc_gcp_StartClientHandshakeReq *msg)
 
UPB_INLINE upb_strview grpc_gcp_StartClientHandshakeReq_target_name (const grpc_gcp_StartClientHandshakeReq *msg)
 
UPB_INLINE const struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_StartClientHandshakeReq_rpc_versions (const grpc_gcp_StartClientHandshakeReq *msg)
 
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_handshake_security_protocol (grpc_gcp_StartClientHandshakeReq *msg, int32_t value)
 
UPB_INLINE upb_strview * grpc_gcp_StartClientHandshakeReq_mutable_application_protocols (grpc_gcp_StartClientHandshakeReq *msg, size_t *len)
 
UPB_INLINE upb_strview * grpc_gcp_StartClientHandshakeReq_resize_application_protocols (grpc_gcp_StartClientHandshakeReq *msg, size_t len, upb_arena *arena)
 
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_application_protocols (grpc_gcp_StartClientHandshakeReq *msg, upb_strview val, upb_arena *arena)
 
UPB_INLINE upb_strview * grpc_gcp_StartClientHandshakeReq_mutable_record_protocols (grpc_gcp_StartClientHandshakeReq *msg, size_t *len)
 
UPB_INLINE upb_strview * grpc_gcp_StartClientHandshakeReq_resize_record_protocols (grpc_gcp_StartClientHandshakeReq *msg, size_t len, upb_arena *arena)
 
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_record_protocols (grpc_gcp_StartClientHandshakeReq *msg, upb_strview val, upb_arena *arena)
 
UPB_INLINE grpc_gcp_Identity ** grpc_gcp_StartClientHandshakeReq_mutable_target_identities (grpc_gcp_StartClientHandshakeReq *msg, size_t *len)
 
UPB_INLINE grpc_gcp_Identity ** grpc_gcp_StartClientHandshakeReq_resize_target_identities (grpc_gcp_StartClientHandshakeReq *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct grpc_gcp_Identitygrpc_gcp_StartClientHandshakeReq_add_target_identities (grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_identity (grpc_gcp_StartClientHandshakeReq *msg, grpc_gcp_Identity *value)
 
UPB_INLINE struct grpc_gcp_Identitygrpc_gcp_StartClientHandshakeReq_mutable_local_identity (grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_endpoint (grpc_gcp_StartClientHandshakeReq *msg, grpc_gcp_Endpoint *value)
 
UPB_INLINE struct grpc_gcp_Endpointgrpc_gcp_StartClientHandshakeReq_mutable_local_endpoint (grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_remote_endpoint (grpc_gcp_StartClientHandshakeReq *msg, grpc_gcp_Endpoint *value)
 
UPB_INLINE struct grpc_gcp_Endpointgrpc_gcp_StartClientHandshakeReq_mutable_remote_endpoint (grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_target_name (grpc_gcp_StartClientHandshakeReq *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_rpc_versions (grpc_gcp_StartClientHandshakeReq *msg, struct grpc_gcp_RpcProtocolVersions *value)
 
UPB_INLINE struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_StartClientHandshakeReq_mutable_rpc_versions (grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_ServerHandshakeParametersgrpc_gcp_ServerHandshakeParameters_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_ServerHandshakeParametersgrpc_gcp_ServerHandshakeParameters_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_ServerHandshakeParameters_serialize (const grpc_gcp_ServerHandshakeParameters *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview const * grpc_gcp_ServerHandshakeParameters_record_protocols (const grpc_gcp_ServerHandshakeParameters *msg, size_t *len)
 
UPB_INLINE const grpc_gcp_Identity *const * grpc_gcp_ServerHandshakeParameters_local_identities (const grpc_gcp_ServerHandshakeParameters *msg, size_t *len)
 
UPB_INLINE upb_strview * grpc_gcp_ServerHandshakeParameters_mutable_record_protocols (grpc_gcp_ServerHandshakeParameters *msg, size_t *len)
 
UPB_INLINE upb_strview * grpc_gcp_ServerHandshakeParameters_resize_record_protocols (grpc_gcp_ServerHandshakeParameters *msg, size_t len, upb_arena *arena)
 
UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_add_record_protocols (grpc_gcp_ServerHandshakeParameters *msg, upb_strview val, upb_arena *arena)
 
UPB_INLINE grpc_gcp_Identity ** grpc_gcp_ServerHandshakeParameters_mutable_local_identities (grpc_gcp_ServerHandshakeParameters *msg, size_t *len)
 
UPB_INLINE grpc_gcp_Identity ** grpc_gcp_ServerHandshakeParameters_resize_local_identities (grpc_gcp_ServerHandshakeParameters *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct grpc_gcp_Identitygrpc_gcp_ServerHandshakeParameters_add_local_identities (grpc_gcp_ServerHandshakeParameters *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_StartServerHandshakeReqgrpc_gcp_StartServerHandshakeReq_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_StartServerHandshakeReqgrpc_gcp_StartServerHandshakeReq_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_StartServerHandshakeReq_serialize (const grpc_gcp_StartServerHandshakeReq *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview const * grpc_gcp_StartServerHandshakeReq_application_protocols (const grpc_gcp_StartServerHandshakeReq *msg, size_t *len)
 
UPB_INLINE const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *const * grpc_gcp_StartServerHandshakeReq_handshake_parameters (const grpc_gcp_StartServerHandshakeReq *msg, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_StartServerHandshakeReq_in_bytes (const grpc_gcp_StartServerHandshakeReq *msg)
 
UPB_INLINE const grpc_gcp_Endpointgrpc_gcp_StartServerHandshakeReq_local_endpoint (const grpc_gcp_StartServerHandshakeReq *msg)
 
UPB_INLINE const grpc_gcp_Endpointgrpc_gcp_StartServerHandshakeReq_remote_endpoint (const grpc_gcp_StartServerHandshakeReq *msg)
 
UPB_INLINE const struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_StartServerHandshakeReq_rpc_versions (const grpc_gcp_StartServerHandshakeReq *msg)
 
UPB_INLINE upb_strview * grpc_gcp_StartServerHandshakeReq_mutable_application_protocols (grpc_gcp_StartServerHandshakeReq *msg, size_t *len)
 
UPB_INLINE upb_strview * grpc_gcp_StartServerHandshakeReq_resize_application_protocols (grpc_gcp_StartServerHandshakeReq *msg, size_t len, upb_arena *arena)
 
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_add_application_protocols (grpc_gcp_StartServerHandshakeReq *msg, upb_strview val, upb_arena *arena)
 
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry ** grpc_gcp_StartServerHandshakeReq_mutable_handshake_parameters (grpc_gcp_StartServerHandshakeReq *msg, size_t *len)
 
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry ** grpc_gcp_StartServerHandshakeReq_resize_handshake_parameters (grpc_gcp_StartServerHandshakeReq *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntrygrpc_gcp_StartServerHandshakeReq_add_handshake_parameters (grpc_gcp_StartServerHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_in_bytes (grpc_gcp_StartServerHandshakeReq *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_local_endpoint (grpc_gcp_StartServerHandshakeReq *msg, grpc_gcp_Endpoint *value)
 
UPB_INLINE struct grpc_gcp_Endpointgrpc_gcp_StartServerHandshakeReq_mutable_local_endpoint (grpc_gcp_StartServerHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_remote_endpoint (grpc_gcp_StartServerHandshakeReq *msg, grpc_gcp_Endpoint *value)
 
UPB_INLINE struct grpc_gcp_Endpointgrpc_gcp_StartServerHandshakeReq_mutable_remote_endpoint (grpc_gcp_StartServerHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_rpc_versions (grpc_gcp_StartServerHandshakeReq *msg, struct grpc_gcp_RpcProtocolVersions *value)
 
UPB_INLINE struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_StartServerHandshakeReq_mutable_rpc_versions (grpc_gcp_StartServerHandshakeReq *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntrygrpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntrygrpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_serialize (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int32_t grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_key (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg)
 
UPB_INLINE const grpc_gcp_ServerHandshakeParametersgrpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_value (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg)
 
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_key (grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg, int32_t value)
 
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_value (grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg, grpc_gcp_ServerHandshakeParameters *value)
 
UPB_INLINE struct grpc_gcp_ServerHandshakeParametersgrpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_mutable_value (grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_NextHandshakeMessageReqgrpc_gcp_NextHandshakeMessageReq_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_NextHandshakeMessageReqgrpc_gcp_NextHandshakeMessageReq_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_NextHandshakeMessageReq_serialize (const grpc_gcp_NextHandshakeMessageReq *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_NextHandshakeMessageReq_in_bytes (const grpc_gcp_NextHandshakeMessageReq *msg)
 
UPB_INLINE void grpc_gcp_NextHandshakeMessageReq_set_in_bytes (grpc_gcp_NextHandshakeMessageReq *msg, upb_strview value)
 
UPB_INLINE grpc_gcp_HandshakerReqgrpc_gcp_HandshakerReq_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_HandshakerReqgrpc_gcp_HandshakerReq_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_HandshakerReq_serialize (const grpc_gcp_HandshakerReq *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE grpc_gcp_HandshakerReq_req_oneof_oneofcases grpc_gcp_HandshakerReq_req_oneof_case (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE bool grpc_gcp_HandshakerReq_has_client_start (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE const grpc_gcp_StartClientHandshakeReqgrpc_gcp_HandshakerReq_client_start (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE bool grpc_gcp_HandshakerReq_has_server_start (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE const grpc_gcp_StartServerHandshakeReqgrpc_gcp_HandshakerReq_server_start (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE bool grpc_gcp_HandshakerReq_has_next (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE const grpc_gcp_NextHandshakeMessageReqgrpc_gcp_HandshakerReq_next (const grpc_gcp_HandshakerReq *msg)
 
UPB_INLINE void grpc_gcp_HandshakerReq_set_client_start (grpc_gcp_HandshakerReq *msg, grpc_gcp_StartClientHandshakeReq *value)
 
UPB_INLINE struct grpc_gcp_StartClientHandshakeReqgrpc_gcp_HandshakerReq_mutable_client_start (grpc_gcp_HandshakerReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_HandshakerReq_set_server_start (grpc_gcp_HandshakerReq *msg, grpc_gcp_StartServerHandshakeReq *value)
 
UPB_INLINE struct grpc_gcp_StartServerHandshakeReqgrpc_gcp_HandshakerReq_mutable_server_start (grpc_gcp_HandshakerReq *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_HandshakerReq_set_next (grpc_gcp_HandshakerReq *msg, grpc_gcp_NextHandshakeMessageReq *value)
 
UPB_INLINE struct grpc_gcp_NextHandshakeMessageReqgrpc_gcp_HandshakerReq_mutable_next (grpc_gcp_HandshakerReq *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_HandshakerResultgrpc_gcp_HandshakerResult_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_HandshakerResultgrpc_gcp_HandshakerResult_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_HandshakerResult_serialize (const grpc_gcp_HandshakerResult *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_HandshakerResult_application_protocol (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE upb_strview grpc_gcp_HandshakerResult_record_protocol (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE upb_strview grpc_gcp_HandshakerResult_key_data (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE const grpc_gcp_Identitygrpc_gcp_HandshakerResult_peer_identity (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE const grpc_gcp_Identitygrpc_gcp_HandshakerResult_local_identity (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE bool grpc_gcp_HandshakerResult_keep_channel_open (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE const struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_HandshakerResult_peer_rpc_versions (const grpc_gcp_HandshakerResult *msg)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_application_protocol (grpc_gcp_HandshakerResult *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_record_protocol (grpc_gcp_HandshakerResult *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_key_data (grpc_gcp_HandshakerResult *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_identity (grpc_gcp_HandshakerResult *msg, grpc_gcp_Identity *value)
 
UPB_INLINE struct grpc_gcp_Identitygrpc_gcp_HandshakerResult_mutable_peer_identity (grpc_gcp_HandshakerResult *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_local_identity (grpc_gcp_HandshakerResult *msg, grpc_gcp_Identity *value)
 
UPB_INLINE struct grpc_gcp_Identitygrpc_gcp_HandshakerResult_mutable_local_identity (grpc_gcp_HandshakerResult *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_keep_channel_open (grpc_gcp_HandshakerResult *msg, bool value)
 
UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_rpc_versions (grpc_gcp_HandshakerResult *msg, struct grpc_gcp_RpcProtocolVersions *value)
 
UPB_INLINE struct grpc_gcp_RpcProtocolVersionsgrpc_gcp_HandshakerResult_mutable_peer_rpc_versions (grpc_gcp_HandshakerResult *msg, upb_arena *arena)
 
UPB_INLINE grpc_gcp_HandshakerStatusgrpc_gcp_HandshakerStatus_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_HandshakerStatusgrpc_gcp_HandshakerStatus_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_HandshakerStatus_serialize (const grpc_gcp_HandshakerStatus *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE uint32_t grpc_gcp_HandshakerStatus_code (const grpc_gcp_HandshakerStatus *msg)
 
UPB_INLINE upb_strview grpc_gcp_HandshakerStatus_details (const grpc_gcp_HandshakerStatus *msg)
 
UPB_INLINE void grpc_gcp_HandshakerStatus_set_code (grpc_gcp_HandshakerStatus *msg, uint32_t value)
 
UPB_INLINE void grpc_gcp_HandshakerStatus_set_details (grpc_gcp_HandshakerStatus *msg, upb_strview value)
 
UPB_INLINE grpc_gcp_HandshakerRespgrpc_gcp_HandshakerResp_new (upb_arena *arena)
 
UPB_INLINE grpc_gcp_HandshakerRespgrpc_gcp_HandshakerResp_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * grpc_gcp_HandshakerResp_serialize (const grpc_gcp_HandshakerResp *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_gcp_HandshakerResp_out_frames (const grpc_gcp_HandshakerResp *msg)
 
UPB_INLINE uint32_t grpc_gcp_HandshakerResp_bytes_consumed (const grpc_gcp_HandshakerResp *msg)
 
UPB_INLINE const grpc_gcp_HandshakerResultgrpc_gcp_HandshakerResp_result (const grpc_gcp_HandshakerResp *msg)
 
UPB_INLINE const grpc_gcp_HandshakerStatusgrpc_gcp_HandshakerResp_status (const grpc_gcp_HandshakerResp *msg)
 
UPB_INLINE void grpc_gcp_HandshakerResp_set_out_frames (grpc_gcp_HandshakerResp *msg, upb_strview value)
 
UPB_INLINE void grpc_gcp_HandshakerResp_set_bytes_consumed (grpc_gcp_HandshakerResp *msg, uint32_t value)
 
UPB_INLINE void grpc_gcp_HandshakerResp_set_result (grpc_gcp_HandshakerResp *msg, grpc_gcp_HandshakerResult *value)
 
UPB_INLINE struct grpc_gcp_HandshakerResultgrpc_gcp_HandshakerResp_mutable_result (grpc_gcp_HandshakerResp *msg, upb_arena *arena)
 
UPB_INLINE void grpc_gcp_HandshakerResp_set_status (grpc_gcp_HandshakerResp *msg, grpc_gcp_HandshakerStatus *value)
 
UPB_INLINE struct grpc_gcp_HandshakerStatusgrpc_gcp_HandshakerResp_mutable_status (grpc_gcp_HandshakerResp *msg, upb_arena *arena)
 

Variables

const upb_msglayout grpc_gcp_Endpoint_msginit
 
const upb_msglayout grpc_gcp_Identity_msginit
 
const upb_msglayout grpc_gcp_Identity_AttributesEntry_msginit
 
const upb_msglayout grpc_gcp_StartClientHandshakeReq_msginit
 
const upb_msglayout grpc_gcp_ServerHandshakeParameters_msginit
 
const upb_msglayout grpc_gcp_StartServerHandshakeReq_msginit
 
const upb_msglayout grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_msginit
 
const upb_msglayout grpc_gcp_NextHandshakeMessageReq_msginit
 
const upb_msglayout grpc_gcp_HandshakerReq_msginit
 
const upb_msglayout grpc_gcp_HandshakerResult_msginit
 
const upb_msglayout grpc_gcp_HandshakerStatus_msginit
 
const upb_msglayout grpc_gcp_HandshakerResp_msginit
 
const upb_msglayout grpc_gcp_RpcProtocolVersions_msginit
 

Typedef Documentation

◆ grpc_gcp_Endpoint

◆ grpc_gcp_HandshakerReq

◆ grpc_gcp_HandshakerResp

◆ grpc_gcp_HandshakerResult

◆ grpc_gcp_HandshakerStatus

◆ grpc_gcp_Identity

◆ grpc_gcp_Identity_AttributesEntry

◆ grpc_gcp_NextHandshakeMessageReq

◆ grpc_gcp_ServerHandshakeParameters

◆ grpc_gcp_StartClientHandshakeReq

◆ grpc_gcp_StartServerHandshakeReq

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry

Enumeration Type Documentation

◆ grpc_gcp_HandshakeProtocol

Enumerator
grpc_gcp_HANDSHAKE_PROTOCOL_UNSPECIFIED 
grpc_gcp_TLS 
grpc_gcp_ALTS 

◆ grpc_gcp_HandshakerReq_req_oneof_oneofcases

Enumerator
grpc_gcp_HandshakerReq_req_oneof_client_start 
grpc_gcp_HandshakerReq_req_oneof_server_start 
grpc_gcp_HandshakerReq_req_oneof_next 
grpc_gcp_HandshakerReq_req_oneof_NOT_SET 

◆ grpc_gcp_Identity_identity_oneof_oneofcases

Enumerator
grpc_gcp_Identity_identity_oneof_service_account 
grpc_gcp_Identity_identity_oneof_hostname 
grpc_gcp_Identity_identity_oneof_NOT_SET 

◆ grpc_gcp_NetworkProtocol

Enumerator
grpc_gcp_NETWORK_PROTOCOL_UNSPECIFIED 
grpc_gcp_TCP 
grpc_gcp_UDP 

Function Documentation

◆ grpc_gcp_Endpoint_ip_address()

UPB_INLINE upb_strview grpc_gcp_Endpoint_ip_address ( const grpc_gcp_Endpoint msg)

◆ grpc_gcp_Endpoint_new()

UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_new ( upb_arena *  arena)

◆ grpc_gcp_Endpoint_parse()

UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_Endpoint_port()

UPB_INLINE int32_t grpc_gcp_Endpoint_port ( const grpc_gcp_Endpoint msg)

◆ grpc_gcp_Endpoint_protocol()

UPB_INLINE int32_t grpc_gcp_Endpoint_protocol ( const grpc_gcp_Endpoint msg)

◆ grpc_gcp_Endpoint_serialize()

UPB_INLINE char* grpc_gcp_Endpoint_serialize ( const grpc_gcp_Endpoint msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_Endpoint_set_ip_address()

UPB_INLINE void grpc_gcp_Endpoint_set_ip_address ( grpc_gcp_Endpoint msg,
upb_strview  value 
)

◆ grpc_gcp_Endpoint_set_port()

UPB_INLINE void grpc_gcp_Endpoint_set_port ( grpc_gcp_Endpoint msg,
int32_t  value 
)

◆ grpc_gcp_Endpoint_set_protocol()

UPB_INLINE void grpc_gcp_Endpoint_set_protocol ( grpc_gcp_Endpoint msg,
int32_t  value 
)

◆ grpc_gcp_HandshakerReq_client_start()

UPB_INLINE const grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_client_start ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_has_client_start()

UPB_INLINE bool grpc_gcp_HandshakerReq_has_client_start ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_has_next()

UPB_INLINE bool grpc_gcp_HandshakerReq_has_next ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_has_server_start()

UPB_INLINE bool grpc_gcp_HandshakerReq_has_server_start ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_mutable_client_start()

UPB_INLINE struct grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_mutable_client_start ( grpc_gcp_HandshakerReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerReq_mutable_next()

UPB_INLINE struct grpc_gcp_NextHandshakeMessageReq* grpc_gcp_HandshakerReq_mutable_next ( grpc_gcp_HandshakerReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerReq_mutable_server_start()

UPB_INLINE struct grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_mutable_server_start ( grpc_gcp_HandshakerReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerReq_new()

UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_new ( upb_arena *  arena)

◆ grpc_gcp_HandshakerReq_next()

UPB_INLINE const grpc_gcp_NextHandshakeMessageReq* grpc_gcp_HandshakerReq_next ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_parse()

UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerReq_req_oneof_case()

UPB_INLINE grpc_gcp_HandshakerReq_req_oneof_oneofcases grpc_gcp_HandshakerReq_req_oneof_case ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_serialize()

UPB_INLINE char* grpc_gcp_HandshakerReq_serialize ( const grpc_gcp_HandshakerReq msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_HandshakerReq_server_start()

UPB_INLINE const grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_server_start ( const grpc_gcp_HandshakerReq msg)

◆ grpc_gcp_HandshakerReq_set_client_start()

UPB_INLINE void grpc_gcp_HandshakerReq_set_client_start ( grpc_gcp_HandshakerReq msg,
grpc_gcp_StartClientHandshakeReq value 
)

◆ grpc_gcp_HandshakerReq_set_next()

UPB_INLINE void grpc_gcp_HandshakerReq_set_next ( grpc_gcp_HandshakerReq msg,
grpc_gcp_NextHandshakeMessageReq value 
)

◆ grpc_gcp_HandshakerReq_set_server_start()

UPB_INLINE void grpc_gcp_HandshakerReq_set_server_start ( grpc_gcp_HandshakerReq msg,
grpc_gcp_StartServerHandshakeReq value 
)

◆ grpc_gcp_HandshakerResp_bytes_consumed()

UPB_INLINE uint32_t grpc_gcp_HandshakerResp_bytes_consumed ( const grpc_gcp_HandshakerResp msg)

◆ grpc_gcp_HandshakerResp_mutable_result()

UPB_INLINE struct grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_mutable_result ( grpc_gcp_HandshakerResp msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResp_mutable_status()

UPB_INLINE struct grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerResp_mutable_status ( grpc_gcp_HandshakerResp msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResp_new()

UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_new ( upb_arena *  arena)

◆ grpc_gcp_HandshakerResp_out_frames()

UPB_INLINE upb_strview grpc_gcp_HandshakerResp_out_frames ( const grpc_gcp_HandshakerResp msg)

◆ grpc_gcp_HandshakerResp_parse()

UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResp_result()

UPB_INLINE const grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_result ( const grpc_gcp_HandshakerResp msg)

◆ grpc_gcp_HandshakerResp_serialize()

UPB_INLINE char* grpc_gcp_HandshakerResp_serialize ( const grpc_gcp_HandshakerResp msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_HandshakerResp_set_bytes_consumed()

UPB_INLINE void grpc_gcp_HandshakerResp_set_bytes_consumed ( grpc_gcp_HandshakerResp msg,
uint32_t  value 
)

◆ grpc_gcp_HandshakerResp_set_out_frames()

UPB_INLINE void grpc_gcp_HandshakerResp_set_out_frames ( grpc_gcp_HandshakerResp msg,
upb_strview  value 
)

◆ grpc_gcp_HandshakerResp_set_result()

UPB_INLINE void grpc_gcp_HandshakerResp_set_result ( grpc_gcp_HandshakerResp msg,
grpc_gcp_HandshakerResult value 
)

◆ grpc_gcp_HandshakerResp_set_status()

UPB_INLINE void grpc_gcp_HandshakerResp_set_status ( grpc_gcp_HandshakerResp msg,
grpc_gcp_HandshakerStatus value 
)

◆ grpc_gcp_HandshakerResp_status()

UPB_INLINE const grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerResp_status ( const grpc_gcp_HandshakerResp msg)

◆ grpc_gcp_HandshakerResult_application_protocol()

UPB_INLINE upb_strview grpc_gcp_HandshakerResult_application_protocol ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_keep_channel_open()

UPB_INLINE bool grpc_gcp_HandshakerResult_keep_channel_open ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_key_data()

UPB_INLINE upb_strview grpc_gcp_HandshakerResult_key_data ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_local_identity()

UPB_INLINE const grpc_gcp_Identity* grpc_gcp_HandshakerResult_local_identity ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_mutable_local_identity()

UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_local_identity ( grpc_gcp_HandshakerResult msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResult_mutable_peer_identity()

UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_peer_identity ( grpc_gcp_HandshakerResult msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResult_mutable_peer_rpc_versions()

UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_mutable_peer_rpc_versions ( grpc_gcp_HandshakerResult msg,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResult_new()

UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_new ( upb_arena *  arena)

◆ grpc_gcp_HandshakerResult_parse()

UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerResult_peer_identity()

UPB_INLINE const grpc_gcp_Identity* grpc_gcp_HandshakerResult_peer_identity ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_peer_rpc_versions()

UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_peer_rpc_versions ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_record_protocol()

UPB_INLINE upb_strview grpc_gcp_HandshakerResult_record_protocol ( const grpc_gcp_HandshakerResult msg)

◆ grpc_gcp_HandshakerResult_serialize()

UPB_INLINE char* grpc_gcp_HandshakerResult_serialize ( const grpc_gcp_HandshakerResult msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_HandshakerResult_set_application_protocol()

UPB_INLINE void grpc_gcp_HandshakerResult_set_application_protocol ( grpc_gcp_HandshakerResult msg,
upb_strview  value 
)

◆ grpc_gcp_HandshakerResult_set_keep_channel_open()

UPB_INLINE void grpc_gcp_HandshakerResult_set_keep_channel_open ( grpc_gcp_HandshakerResult msg,
bool  value 
)

◆ grpc_gcp_HandshakerResult_set_key_data()

UPB_INLINE void grpc_gcp_HandshakerResult_set_key_data ( grpc_gcp_HandshakerResult msg,
upb_strview  value 
)

◆ grpc_gcp_HandshakerResult_set_local_identity()

UPB_INLINE void grpc_gcp_HandshakerResult_set_local_identity ( grpc_gcp_HandshakerResult msg,
grpc_gcp_Identity value 
)

◆ grpc_gcp_HandshakerResult_set_peer_identity()

UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_identity ( grpc_gcp_HandshakerResult msg,
grpc_gcp_Identity value 
)

◆ grpc_gcp_HandshakerResult_set_peer_rpc_versions()

UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_rpc_versions ( grpc_gcp_HandshakerResult msg,
struct grpc_gcp_RpcProtocolVersions value 
)

◆ grpc_gcp_HandshakerResult_set_record_protocol()

UPB_INLINE void grpc_gcp_HandshakerResult_set_record_protocol ( grpc_gcp_HandshakerResult msg,
upb_strview  value 
)

◆ grpc_gcp_HandshakerStatus_code()

UPB_INLINE uint32_t grpc_gcp_HandshakerStatus_code ( const grpc_gcp_HandshakerStatus msg)

◆ grpc_gcp_HandshakerStatus_details()

UPB_INLINE upb_strview grpc_gcp_HandshakerStatus_details ( const grpc_gcp_HandshakerStatus msg)

◆ grpc_gcp_HandshakerStatus_new()

UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_new ( upb_arena *  arena)

◆ grpc_gcp_HandshakerStatus_parse()

UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_HandshakerStatus_serialize()

UPB_INLINE char* grpc_gcp_HandshakerStatus_serialize ( const grpc_gcp_HandshakerStatus msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_HandshakerStatus_set_code()

UPB_INLINE void grpc_gcp_HandshakerStatus_set_code ( grpc_gcp_HandshakerStatus msg,
uint32_t  value 
)

◆ grpc_gcp_HandshakerStatus_set_details()

UPB_INLINE void grpc_gcp_HandshakerStatus_set_details ( grpc_gcp_HandshakerStatus msg,
upb_strview  value 
)

◆ grpc_gcp_Identity_add_attributes()

UPB_INLINE struct grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_add_attributes ( grpc_gcp_Identity msg,
upb_arena *  arena 
)

◆ grpc_gcp_Identity_attributes()

UPB_INLINE const grpc_gcp_Identity_AttributesEntry* const* grpc_gcp_Identity_attributes ( const grpc_gcp_Identity msg,
size_t *  len 
)

◆ grpc_gcp_Identity_AttributesEntry_key()

UPB_INLINE upb_strview grpc_gcp_Identity_AttributesEntry_key ( const grpc_gcp_Identity_AttributesEntry msg)

◆ grpc_gcp_Identity_AttributesEntry_new()

UPB_INLINE grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_AttributesEntry_new ( upb_arena *  arena)

◆ grpc_gcp_Identity_AttributesEntry_parse()

UPB_INLINE grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_AttributesEntry_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_Identity_AttributesEntry_serialize()

UPB_INLINE char* grpc_gcp_Identity_AttributesEntry_serialize ( const grpc_gcp_Identity_AttributesEntry msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_Identity_AttributesEntry_set_key()

UPB_INLINE void grpc_gcp_Identity_AttributesEntry_set_key ( grpc_gcp_Identity_AttributesEntry msg,
upb_strview  value 
)

◆ grpc_gcp_Identity_AttributesEntry_set_value()

UPB_INLINE void grpc_gcp_Identity_AttributesEntry_set_value ( grpc_gcp_Identity_AttributesEntry msg,
upb_strview  value 
)

◆ grpc_gcp_Identity_AttributesEntry_value()

UPB_INLINE upb_strview grpc_gcp_Identity_AttributesEntry_value ( const grpc_gcp_Identity_AttributesEntry msg)

◆ grpc_gcp_Identity_has_hostname()

UPB_INLINE bool grpc_gcp_Identity_has_hostname ( const grpc_gcp_Identity msg)

◆ grpc_gcp_Identity_has_service_account()

UPB_INLINE bool grpc_gcp_Identity_has_service_account ( const grpc_gcp_Identity msg)

◆ grpc_gcp_Identity_hostname()

UPB_INLINE upb_strview grpc_gcp_Identity_hostname ( const grpc_gcp_Identity msg)

◆ grpc_gcp_Identity_identity_oneof_case()

UPB_INLINE grpc_gcp_Identity_identity_oneof_oneofcases grpc_gcp_Identity_identity_oneof_case ( const grpc_gcp_Identity msg)

◆ grpc_gcp_Identity_mutable_attributes()

UPB_INLINE grpc_gcp_Identity_AttributesEntry** grpc_gcp_Identity_mutable_attributes ( grpc_gcp_Identity msg,
size_t *  len 
)

◆ grpc_gcp_Identity_new()

UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_new ( upb_arena *  arena)

◆ grpc_gcp_Identity_parse()

UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_Identity_resize_attributes()

UPB_INLINE grpc_gcp_Identity_AttributesEntry** grpc_gcp_Identity_resize_attributes ( grpc_gcp_Identity msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_Identity_serialize()

UPB_INLINE char* grpc_gcp_Identity_serialize ( const grpc_gcp_Identity msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_Identity_service_account()

UPB_INLINE upb_strview grpc_gcp_Identity_service_account ( const grpc_gcp_Identity msg)

◆ grpc_gcp_Identity_set_hostname()

UPB_INLINE void grpc_gcp_Identity_set_hostname ( grpc_gcp_Identity msg,
upb_strview  value 
)

◆ grpc_gcp_Identity_set_service_account()

UPB_INLINE void grpc_gcp_Identity_set_service_account ( grpc_gcp_Identity msg,
upb_strview  value 
)

◆ grpc_gcp_NextHandshakeMessageReq_in_bytes()

UPB_INLINE upb_strview grpc_gcp_NextHandshakeMessageReq_in_bytes ( const grpc_gcp_NextHandshakeMessageReq msg)

◆ grpc_gcp_NextHandshakeMessageReq_new()

UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_new ( upb_arena *  arena)

◆ grpc_gcp_NextHandshakeMessageReq_parse()

UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_NextHandshakeMessageReq_serialize()

UPB_INLINE char* grpc_gcp_NextHandshakeMessageReq_serialize ( const grpc_gcp_NextHandshakeMessageReq msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_NextHandshakeMessageReq_set_in_bytes()

UPB_INLINE void grpc_gcp_NextHandshakeMessageReq_set_in_bytes ( grpc_gcp_NextHandshakeMessageReq msg,
upb_strview  value 
)

◆ grpc_gcp_ServerHandshakeParameters_add_local_identities()

UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_ServerHandshakeParameters_add_local_identities ( grpc_gcp_ServerHandshakeParameters msg,
upb_arena *  arena 
)

◆ grpc_gcp_ServerHandshakeParameters_add_record_protocols()

UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_add_record_protocols ( grpc_gcp_ServerHandshakeParameters msg,
upb_strview  val,
upb_arena *  arena 
)

◆ grpc_gcp_ServerHandshakeParameters_local_identities()

UPB_INLINE const grpc_gcp_Identity* const* grpc_gcp_ServerHandshakeParameters_local_identities ( const grpc_gcp_ServerHandshakeParameters msg,
size_t *  len 
)

◆ grpc_gcp_ServerHandshakeParameters_mutable_local_identities()

UPB_INLINE grpc_gcp_Identity** grpc_gcp_ServerHandshakeParameters_mutable_local_identities ( grpc_gcp_ServerHandshakeParameters msg,
size_t *  len 
)

◆ grpc_gcp_ServerHandshakeParameters_mutable_record_protocols()

UPB_INLINE upb_strview* grpc_gcp_ServerHandshakeParameters_mutable_record_protocols ( grpc_gcp_ServerHandshakeParameters msg,
size_t *  len 
)

◆ grpc_gcp_ServerHandshakeParameters_new()

UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameters_new ( upb_arena *  arena)

◆ grpc_gcp_ServerHandshakeParameters_parse()

UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameters_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_ServerHandshakeParameters_record_protocols()

UPB_INLINE upb_strview const* grpc_gcp_ServerHandshakeParameters_record_protocols ( const grpc_gcp_ServerHandshakeParameters msg,
size_t *  len 
)

◆ grpc_gcp_ServerHandshakeParameters_resize_local_identities()

UPB_INLINE grpc_gcp_Identity** grpc_gcp_ServerHandshakeParameters_resize_local_identities ( grpc_gcp_ServerHandshakeParameters msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_ServerHandshakeParameters_resize_record_protocols()

UPB_INLINE upb_strview* grpc_gcp_ServerHandshakeParameters_resize_record_protocols ( grpc_gcp_ServerHandshakeParameters msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_ServerHandshakeParameters_serialize()

UPB_INLINE char* grpc_gcp_ServerHandshakeParameters_serialize ( const grpc_gcp_ServerHandshakeParameters msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_add_application_protocols()

UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_application_protocols ( grpc_gcp_StartClientHandshakeReq msg,
upb_strview  val,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_add_record_protocols()

UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_record_protocols ( grpc_gcp_StartClientHandshakeReq msg,
upb_strview  val,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_add_target_identities()

UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_add_target_identities ( grpc_gcp_StartClientHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_application_protocols()

UPB_INLINE upb_strview const* grpc_gcp_StartClientHandshakeReq_application_protocols ( const grpc_gcp_StartClientHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_handshake_security_protocol()

UPB_INLINE int32_t grpc_gcp_StartClientHandshakeReq_handshake_security_protocol ( const grpc_gcp_StartClientHandshakeReq msg)

◆ grpc_gcp_StartClientHandshakeReq_local_endpoint()

UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_local_endpoint ( const grpc_gcp_StartClientHandshakeReq msg)

◆ grpc_gcp_StartClientHandshakeReq_local_identity()

UPB_INLINE const grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_local_identity ( const grpc_gcp_StartClientHandshakeReq msg)

◆ grpc_gcp_StartClientHandshakeReq_mutable_application_protocols()

UPB_INLINE upb_strview* grpc_gcp_StartClientHandshakeReq_mutable_application_protocols ( grpc_gcp_StartClientHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_mutable_local_endpoint()

UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_local_endpoint ( grpc_gcp_StartClientHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_mutable_local_identity()

UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_mutable_local_identity ( grpc_gcp_StartClientHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_mutable_record_protocols()

UPB_INLINE upb_strview* grpc_gcp_StartClientHandshakeReq_mutable_record_protocols ( grpc_gcp_StartClientHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_mutable_remote_endpoint()

UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_remote_endpoint ( grpc_gcp_StartClientHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_mutable_rpc_versions()

UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq_mutable_rpc_versions ( grpc_gcp_StartClientHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_mutable_target_identities()

UPB_INLINE grpc_gcp_Identity** grpc_gcp_StartClientHandshakeReq_mutable_target_identities ( grpc_gcp_StartClientHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_new()

UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_new ( upb_arena *  arena)

◆ grpc_gcp_StartClientHandshakeReq_parse()

UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_record_protocols()

UPB_INLINE upb_strview const* grpc_gcp_StartClientHandshakeReq_record_protocols ( const grpc_gcp_StartClientHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_remote_endpoint()

UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_remote_endpoint ( const grpc_gcp_StartClientHandshakeReq msg)

◆ grpc_gcp_StartClientHandshakeReq_resize_application_protocols()

UPB_INLINE upb_strview* grpc_gcp_StartClientHandshakeReq_resize_application_protocols ( grpc_gcp_StartClientHandshakeReq msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_resize_record_protocols()

UPB_INLINE upb_strview* grpc_gcp_StartClientHandshakeReq_resize_record_protocols ( grpc_gcp_StartClientHandshakeReq msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_resize_target_identities()

UPB_INLINE grpc_gcp_Identity** grpc_gcp_StartClientHandshakeReq_resize_target_identities ( grpc_gcp_StartClientHandshakeReq msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_StartClientHandshakeReq_rpc_versions()

UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq_rpc_versions ( const grpc_gcp_StartClientHandshakeReq msg)

◆ grpc_gcp_StartClientHandshakeReq_serialize()

UPB_INLINE char* grpc_gcp_StartClientHandshakeReq_serialize ( const grpc_gcp_StartClientHandshakeReq msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_set_handshake_security_protocol()

UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_handshake_security_protocol ( grpc_gcp_StartClientHandshakeReq msg,
int32_t  value 
)

◆ grpc_gcp_StartClientHandshakeReq_set_local_endpoint()

UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_endpoint ( grpc_gcp_StartClientHandshakeReq msg,
grpc_gcp_Endpoint value 
)

◆ grpc_gcp_StartClientHandshakeReq_set_local_identity()

UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_identity ( grpc_gcp_StartClientHandshakeReq msg,
grpc_gcp_Identity value 
)

◆ grpc_gcp_StartClientHandshakeReq_set_remote_endpoint()

UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_remote_endpoint ( grpc_gcp_StartClientHandshakeReq msg,
grpc_gcp_Endpoint value 
)

◆ grpc_gcp_StartClientHandshakeReq_set_rpc_versions()

UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_rpc_versions ( grpc_gcp_StartClientHandshakeReq msg,
struct grpc_gcp_RpcProtocolVersions value 
)

◆ grpc_gcp_StartClientHandshakeReq_set_target_name()

UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_target_name ( grpc_gcp_StartClientHandshakeReq msg,
upb_strview  value 
)

◆ grpc_gcp_StartClientHandshakeReq_target_identities()

UPB_INLINE const grpc_gcp_Identity* const* grpc_gcp_StartClientHandshakeReq_target_identities ( const grpc_gcp_StartClientHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartClientHandshakeReq_target_name()

UPB_INLINE upb_strview grpc_gcp_StartClientHandshakeReq_target_name ( const grpc_gcp_StartClientHandshakeReq msg)

◆ grpc_gcp_StartServerHandshakeReq_add_application_protocols()

UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_add_application_protocols ( grpc_gcp_StartServerHandshakeReq msg,
upb_strview  val,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_add_handshake_parameters()

UPB_INLINE struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_add_handshake_parameters ( grpc_gcp_StartServerHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_application_protocols()

UPB_INLINE upb_strview const* grpc_gcp_StartServerHandshakeReq_application_protocols ( const grpc_gcp_StartServerHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartServerHandshakeReq_handshake_parameters()

UPB_INLINE const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* const* grpc_gcp_StartServerHandshakeReq_handshake_parameters ( const grpc_gcp_StartServerHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_key()

UPB_INLINE int32_t grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_key ( const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry msg)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_mutable_value()

UPB_INLINE struct grpc_gcp_ServerHandshakeParameters* grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_mutable_value ( grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_new()

UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_new ( upb_arena *  arena)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_parse()

UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_serialize()

UPB_INLINE char* grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_serialize ( const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_key()

UPB_INLINE void grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_key ( grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry msg,
int32_t  value 
)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_value()

UPB_INLINE void grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_value ( grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry msg,
grpc_gcp_ServerHandshakeParameters value 
)

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_value()

UPB_INLINE const grpc_gcp_ServerHandshakeParameters* grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_value ( const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry msg)

◆ grpc_gcp_StartServerHandshakeReq_in_bytes()

UPB_INLINE upb_strview grpc_gcp_StartServerHandshakeReq_in_bytes ( const grpc_gcp_StartServerHandshakeReq msg)

◆ grpc_gcp_StartServerHandshakeReq_local_endpoint()

UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_local_endpoint ( const grpc_gcp_StartServerHandshakeReq msg)

◆ grpc_gcp_StartServerHandshakeReq_mutable_application_protocols()

UPB_INLINE upb_strview* grpc_gcp_StartServerHandshakeReq_mutable_application_protocols ( grpc_gcp_StartServerHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartServerHandshakeReq_mutable_handshake_parameters()

UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry** grpc_gcp_StartServerHandshakeReq_mutable_handshake_parameters ( grpc_gcp_StartServerHandshakeReq msg,
size_t *  len 
)

◆ grpc_gcp_StartServerHandshakeReq_mutable_local_endpoint()

UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_local_endpoint ( grpc_gcp_StartServerHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_mutable_remote_endpoint()

UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_remote_endpoint ( grpc_gcp_StartServerHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_mutable_rpc_versions()

UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq_mutable_rpc_versions ( grpc_gcp_StartServerHandshakeReq msg,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_new()

UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_new ( upb_arena *  arena)

◆ grpc_gcp_StartServerHandshakeReq_parse()

UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_remote_endpoint()

UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_remote_endpoint ( const grpc_gcp_StartServerHandshakeReq msg)

◆ grpc_gcp_StartServerHandshakeReq_resize_application_protocols()

UPB_INLINE upb_strview* grpc_gcp_StartServerHandshakeReq_resize_application_protocols ( grpc_gcp_StartServerHandshakeReq msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_resize_handshake_parameters()

UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry** grpc_gcp_StartServerHandshakeReq_resize_handshake_parameters ( grpc_gcp_StartServerHandshakeReq msg,
size_t  len,
upb_arena *  arena 
)

◆ grpc_gcp_StartServerHandshakeReq_rpc_versions()

UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq_rpc_versions ( const grpc_gcp_StartServerHandshakeReq msg)

◆ grpc_gcp_StartServerHandshakeReq_serialize()

UPB_INLINE char* grpc_gcp_StartServerHandshakeReq_serialize ( const grpc_gcp_StartServerHandshakeReq msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_gcp_StartServerHandshakeReq_set_in_bytes()

UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_in_bytes ( grpc_gcp_StartServerHandshakeReq msg,
upb_strview  value 
)

◆ grpc_gcp_StartServerHandshakeReq_set_local_endpoint()

UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_local_endpoint ( grpc_gcp_StartServerHandshakeReq msg,
grpc_gcp_Endpoint value 
)

◆ grpc_gcp_StartServerHandshakeReq_set_remote_endpoint()

UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_remote_endpoint ( grpc_gcp_StartServerHandshakeReq msg,
grpc_gcp_Endpoint value 
)

◆ grpc_gcp_StartServerHandshakeReq_set_rpc_versions()

UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_rpc_versions ( grpc_gcp_StartServerHandshakeReq msg,
struct grpc_gcp_RpcProtocolVersions value 
)

Variable Documentation

◆ grpc_gcp_Endpoint_msginit

const upb_msglayout grpc_gcp_Endpoint_msginit

◆ grpc_gcp_HandshakerReq_msginit

const upb_msglayout grpc_gcp_HandshakerReq_msginit

◆ grpc_gcp_HandshakerResp_msginit

const upb_msglayout grpc_gcp_HandshakerResp_msginit

◆ grpc_gcp_HandshakerResult_msginit

const upb_msglayout grpc_gcp_HandshakerResult_msginit

◆ grpc_gcp_HandshakerStatus_msginit

const upb_msglayout grpc_gcp_HandshakerStatus_msginit

◆ grpc_gcp_Identity_AttributesEntry_msginit

const upb_msglayout grpc_gcp_Identity_AttributesEntry_msginit

◆ grpc_gcp_Identity_msginit

const upb_msglayout grpc_gcp_Identity_msginit

◆ grpc_gcp_NextHandshakeMessageReq_msginit

const upb_msglayout grpc_gcp_NextHandshakeMessageReq_msginit

◆ grpc_gcp_RpcProtocolVersions_msginit

const upb_msglayout grpc_gcp_RpcProtocolVersions_msginit

◆ grpc_gcp_ServerHandshakeParameters_msginit

const upb_msglayout grpc_gcp_ServerHandshakeParameters_msginit

◆ grpc_gcp_StartClientHandshakeReq_msginit

const upb_msglayout grpc_gcp_StartClientHandshakeReq_msginit

◆ grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_msginit

const upb_msglayout grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_msginit

◆ grpc_gcp_StartServerHandshakeReq_msginit

const upb_msglayout grpc_gcp_StartServerHandshakeReq_msginit