|
UPB_INLINE grpc_gcp_Endpoint * | grpc_gcp_Endpoint_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_Endpoint * | grpc_gcp_Endpoint_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_Endpoint * | grpc_gcp_Endpoint_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_Identity * | grpc_gcp_Identity_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_Identity * | grpc_gcp_Identity_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_Identity * | grpc_gcp_Identity_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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 bool | grpc_gcp_Identity_has_attributes (const grpc_gcp_Identity *msg) |
|
UPB_INLINE size_t | grpc_gcp_Identity_attributes_size (const grpc_gcp_Identity *msg) |
|
UPB_INLINE bool | grpc_gcp_Identity_attributes_get (const grpc_gcp_Identity *msg, upb_strview key, upb_strview *val) |
|
UPB_INLINE const grpc_gcp_Identity_AttributesEntry * | grpc_gcp_Identity_attributes_next (const grpc_gcp_Identity *msg, size_t *iter) |
|
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 void | grpc_gcp_Identity_attributes_clear (grpc_gcp_Identity *msg) |
|
UPB_INLINE bool | grpc_gcp_Identity_attributes_set (grpc_gcp_Identity *msg, upb_strview key, upb_strview val, upb_arena *a) |
|
UPB_INLINE bool | grpc_gcp_Identity_attributes_delete (grpc_gcp_Identity *msg, upb_strview key) |
|
UPB_INLINE grpc_gcp_Identity_AttributesEntry * | grpc_gcp_Identity_attributes_nextmutable (grpc_gcp_Identity *msg, size_t *iter) |
|
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_value (grpc_gcp_Identity_AttributesEntry *msg, upb_strview value) |
|
UPB_INLINE grpc_gcp_StartClientHandshakeReq * | grpc_gcp_StartClientHandshakeReq_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_StartClientHandshakeReq * | grpc_gcp_StartClientHandshakeReq_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_StartClientHandshakeReq * | grpc_gcp_StartClientHandshakeReq_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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 bool | grpc_gcp_StartClientHandshakeReq_has_target_identities (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE const grpc_gcp_Identity *const * | grpc_gcp_StartClientHandshakeReq_target_identities (const grpc_gcp_StartClientHandshakeReq *msg, size_t *len) |
|
UPB_INLINE bool | grpc_gcp_StartClientHandshakeReq_has_local_identity (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE const grpc_gcp_Identity * | grpc_gcp_StartClientHandshakeReq_local_identity (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartClientHandshakeReq_has_local_endpoint (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE const grpc_gcp_Endpoint * | grpc_gcp_StartClientHandshakeReq_local_endpoint (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartClientHandshakeReq_has_remote_endpoint (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE const grpc_gcp_Endpoint * | grpc_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 bool | grpc_gcp_StartClientHandshakeReq_has_rpc_versions (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions * | grpc_gcp_StartClientHandshakeReq_rpc_versions (const grpc_gcp_StartClientHandshakeReq *msg) |
|
UPB_INLINE uint32_t | grpc_gcp_StartClientHandshakeReq_max_frame_size (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_Identity * | grpc_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_Identity * | grpc_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_Endpoint * | grpc_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_Endpoint * | grpc_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_RpcProtocolVersions * | grpc_gcp_StartClientHandshakeReq_mutable_rpc_versions (grpc_gcp_StartClientHandshakeReq *msg, upb_arena *arena) |
|
UPB_INLINE void | grpc_gcp_StartClientHandshakeReq_set_max_frame_size (grpc_gcp_StartClientHandshakeReq *msg, uint32_t value) |
|
UPB_INLINE grpc_gcp_ServerHandshakeParameters * | grpc_gcp_ServerHandshakeParameters_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_ServerHandshakeParameters * | grpc_gcp_ServerHandshakeParameters_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_ServerHandshakeParameters * | grpc_gcp_ServerHandshakeParameters_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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 bool | grpc_gcp_ServerHandshakeParameters_has_local_identities (const grpc_gcp_ServerHandshakeParameters *msg) |
|
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_Identity * | grpc_gcp_ServerHandshakeParameters_add_local_identities (grpc_gcp_ServerHandshakeParameters *msg, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_StartServerHandshakeReq * | grpc_gcp_StartServerHandshakeReq_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_StartServerHandshakeReq * | grpc_gcp_StartServerHandshakeReq_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_StartServerHandshakeReq * | grpc_gcp_StartServerHandshakeReq_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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 bool | grpc_gcp_StartServerHandshakeReq_has_handshake_parameters (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE size_t | grpc_gcp_StartServerHandshakeReq_handshake_parameters_size (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_handshake_parameters_get (const grpc_gcp_StartServerHandshakeReq *msg, int32_t key, grpc_gcp_ServerHandshakeParameters **val) |
|
UPB_INLINE const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry * | grpc_gcp_StartServerHandshakeReq_handshake_parameters_next (const grpc_gcp_StartServerHandshakeReq *msg, size_t *iter) |
|
UPB_INLINE upb_strview | grpc_gcp_StartServerHandshakeReq_in_bytes (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_has_local_endpoint (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE const grpc_gcp_Endpoint * | grpc_gcp_StartServerHandshakeReq_local_endpoint (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_has_remote_endpoint (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE const grpc_gcp_Endpoint * | grpc_gcp_StartServerHandshakeReq_remote_endpoint (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_has_rpc_versions (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions * | grpc_gcp_StartServerHandshakeReq_rpc_versions (const grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE uint32_t | grpc_gcp_StartServerHandshakeReq_max_frame_size (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 void | grpc_gcp_StartServerHandshakeReq_handshake_parameters_clear (grpc_gcp_StartServerHandshakeReq *msg) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_handshake_parameters_set (grpc_gcp_StartServerHandshakeReq *msg, int32_t key, grpc_gcp_ServerHandshakeParameters *val, upb_arena *a) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_handshake_parameters_delete (grpc_gcp_StartServerHandshakeReq *msg, int32_t key) |
|
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry * | grpc_gcp_StartServerHandshakeReq_handshake_parameters_nextmutable (grpc_gcp_StartServerHandshakeReq *msg, size_t *iter) |
|
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_Endpoint * | grpc_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_Endpoint * | grpc_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_RpcProtocolVersions * | grpc_gcp_StartServerHandshakeReq_mutable_rpc_versions (grpc_gcp_StartServerHandshakeReq *msg, upb_arena *arena) |
|
UPB_INLINE void | grpc_gcp_StartServerHandshakeReq_set_max_frame_size (grpc_gcp_StartServerHandshakeReq *msg, uint32_t value) |
|
UPB_INLINE int32_t | grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_key (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg) |
|
UPB_INLINE bool | grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_has_value (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg) |
|
UPB_INLINE const grpc_gcp_ServerHandshakeParameters * | grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_value (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg) |
|
UPB_INLINE void | grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_value (grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg, grpc_gcp_ServerHandshakeParameters *value) |
|
UPB_INLINE grpc_gcp_NextHandshakeMessageReq * | grpc_gcp_NextHandshakeMessageReq_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_NextHandshakeMessageReq * | grpc_gcp_NextHandshakeMessageReq_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_NextHandshakeMessageReq * | grpc_gcp_NextHandshakeMessageReq_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_HandshakerReq * | grpc_gcp_HandshakerReq_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerReq * | grpc_gcp_HandshakerReq_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerReq * | grpc_gcp_HandshakerReq_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_StartClientHandshakeReq * | grpc_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_StartServerHandshakeReq * | grpc_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_NextHandshakeMessageReq * | grpc_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_StartClientHandshakeReq * | grpc_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_StartServerHandshakeReq * | grpc_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_NextHandshakeMessageReq * | grpc_gcp_HandshakerReq_mutable_next (grpc_gcp_HandshakerReq *msg, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerResult * | grpc_gcp_HandshakerResult_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerResult * | grpc_gcp_HandshakerResult_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerResult * | grpc_gcp_HandshakerResult_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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 bool | grpc_gcp_HandshakerResult_has_peer_identity (const grpc_gcp_HandshakerResult *msg) |
|
UPB_INLINE const grpc_gcp_Identity * | grpc_gcp_HandshakerResult_peer_identity (const grpc_gcp_HandshakerResult *msg) |
|
UPB_INLINE bool | grpc_gcp_HandshakerResult_has_local_identity (const grpc_gcp_HandshakerResult *msg) |
|
UPB_INLINE const grpc_gcp_Identity * | grpc_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 bool | grpc_gcp_HandshakerResult_has_peer_rpc_versions (const grpc_gcp_HandshakerResult *msg) |
|
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions * | grpc_gcp_HandshakerResult_peer_rpc_versions (const grpc_gcp_HandshakerResult *msg) |
|
UPB_INLINE uint32_t | grpc_gcp_HandshakerResult_max_frame_size (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_Identity * | grpc_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_Identity * | grpc_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_RpcProtocolVersions * | grpc_gcp_HandshakerResult_mutable_peer_rpc_versions (grpc_gcp_HandshakerResult *msg, upb_arena *arena) |
|
UPB_INLINE void | grpc_gcp_HandshakerResult_set_max_frame_size (grpc_gcp_HandshakerResult *msg, uint32_t value) |
|
UPB_INLINE grpc_gcp_HandshakerStatus * | grpc_gcp_HandshakerStatus_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerStatus * | grpc_gcp_HandshakerStatus_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerStatus * | grpc_gcp_HandshakerStatus_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_HandshakerResp * | grpc_gcp_HandshakerResp_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerResp * | grpc_gcp_HandshakerResp_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_HandshakerResp * | grpc_gcp_HandshakerResp_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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 bool | grpc_gcp_HandshakerResp_has_result (const grpc_gcp_HandshakerResp *msg) |
|
UPB_INLINE const grpc_gcp_HandshakerResult * | grpc_gcp_HandshakerResp_result (const grpc_gcp_HandshakerResp *msg) |
|
UPB_INLINE bool | grpc_gcp_HandshakerResp_has_status (const grpc_gcp_HandshakerResp *msg) |
|
UPB_INLINE const grpc_gcp_HandshakerStatus * | grpc_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_HandshakerResult * | grpc_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_HandshakerStatus * | grpc_gcp_HandshakerResp_mutable_status (grpc_gcp_HandshakerResp *msg, upb_arena *arena) |
|