|
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 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_RpcProtocolVersions * | grpc_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_RpcProtocolVersions * | grpc_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_PeerAttributesEntry * | grpc_gcp_AltsContext_add_peer_attributes (grpc_gcp_AltsContext *msg, upb_arena *arena) |
|
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry * | grpc_gcp_AltsContext_PeerAttributesEntry_new (upb_arena *arena) |
|
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry * | grpc_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) |
|