|
UPB_INLINE grpc_gcp_AltsContext * | grpc_gcp_AltsContext_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_AltsContext * | grpc_gcp_AltsContext_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_AltsContext * | grpc_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_RpcProtocolVersions * | grpc_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_PeerAttributesEntry * | grpc_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_RpcProtocolVersions * | grpc_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_PeerAttributesEntry * | grpc_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) |
|