|
UPB_INLINE envoy_config_rbac_v3_RBAC * | envoy_config_rbac_v3_RBAC_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_RBAC * | envoy_config_rbac_v3_RBAC_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_RBAC * | envoy_config_rbac_v3_RBAC_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_RBAC_serialize (const envoy_config_rbac_v3_RBAC *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE int32_t | envoy_config_rbac_v3_RBAC_action (const envoy_config_rbac_v3_RBAC *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_RBAC_has_policies (const envoy_config_rbac_v3_RBAC *msg) |
|
UPB_INLINE size_t | envoy_config_rbac_v3_RBAC_policies_size (const envoy_config_rbac_v3_RBAC *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_RBAC_policies_get (const envoy_config_rbac_v3_RBAC *msg, upb_strview key, envoy_config_rbac_v3_Policy **val) |
|
UPB_INLINE const envoy_config_rbac_v3_RBAC_PoliciesEntry * | envoy_config_rbac_v3_RBAC_policies_next (const envoy_config_rbac_v3_RBAC *msg, size_t *iter) |
|
UPB_INLINE void | envoy_config_rbac_v3_RBAC_set_action (envoy_config_rbac_v3_RBAC *msg, int32_t value) |
|
UPB_INLINE void | envoy_config_rbac_v3_RBAC_policies_clear (envoy_config_rbac_v3_RBAC *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_RBAC_policies_set (envoy_config_rbac_v3_RBAC *msg, upb_strview key, envoy_config_rbac_v3_Policy *val, upb_arena *a) |
|
UPB_INLINE bool | envoy_config_rbac_v3_RBAC_policies_delete (envoy_config_rbac_v3_RBAC *msg, upb_strview key) |
|
UPB_INLINE envoy_config_rbac_v3_RBAC_PoliciesEntry * | envoy_config_rbac_v3_RBAC_policies_nextmutable (envoy_config_rbac_v3_RBAC *msg, size_t *iter) |
|
UPB_INLINE upb_strview | envoy_config_rbac_v3_RBAC_PoliciesEntry_key (const envoy_config_rbac_v3_RBAC_PoliciesEntry *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_RBAC_PoliciesEntry_has_value (const envoy_config_rbac_v3_RBAC_PoliciesEntry *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Policy * | envoy_config_rbac_v3_RBAC_PoliciesEntry_value (const envoy_config_rbac_v3_RBAC_PoliciesEntry *msg) |
|
UPB_INLINE void | envoy_config_rbac_v3_RBAC_PoliciesEntry_set_value (envoy_config_rbac_v3_RBAC_PoliciesEntry *msg, envoy_config_rbac_v3_Policy *value) |
|
UPB_INLINE envoy_config_rbac_v3_Policy * | envoy_config_rbac_v3_Policy_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Policy * | envoy_config_rbac_v3_Policy_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Policy * | envoy_config_rbac_v3_Policy_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_Policy_serialize (const envoy_config_rbac_v3_Policy *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Policy_has_permissions (const envoy_config_rbac_v3_Policy *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Permission *const * | envoy_config_rbac_v3_Policy_permissions (const envoy_config_rbac_v3_Policy *msg, size_t *len) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Policy_has_principals (const envoy_config_rbac_v3_Policy *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Principal *const * | envoy_config_rbac_v3_Policy_principals (const envoy_config_rbac_v3_Policy *msg, size_t *len) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Policy_has_condition (const envoy_config_rbac_v3_Policy *msg) |
|
UPB_INLINE const struct google_api_expr_v1alpha1_Expr * | envoy_config_rbac_v3_Policy_condition (const envoy_config_rbac_v3_Policy *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Policy_has_checked_condition (const envoy_config_rbac_v3_Policy *msg) |
|
UPB_INLINE const struct google_api_expr_v1alpha1_CheckedExpr * | envoy_config_rbac_v3_Policy_checked_condition (const envoy_config_rbac_v3_Policy *msg) |
|
UPB_INLINE envoy_config_rbac_v3_Permission ** | envoy_config_rbac_v3_Policy_mutable_permissions (envoy_config_rbac_v3_Policy *msg, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Permission ** | envoy_config_rbac_v3_Policy_resize_permissions (envoy_config_rbac_v3_Policy *msg, size_t len, upb_arena *arena) |
|
UPB_INLINE struct envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Policy_add_permissions (envoy_config_rbac_v3_Policy *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal ** | envoy_config_rbac_v3_Policy_mutable_principals (envoy_config_rbac_v3_Policy *msg, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Principal ** | envoy_config_rbac_v3_Policy_resize_principals (envoy_config_rbac_v3_Policy *msg, size_t len, upb_arena *arena) |
|
UPB_INLINE struct envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Policy_add_principals (envoy_config_rbac_v3_Policy *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Policy_set_condition (envoy_config_rbac_v3_Policy *msg, struct google_api_expr_v1alpha1_Expr *value) |
|
UPB_INLINE struct google_api_expr_v1alpha1_Expr * | envoy_config_rbac_v3_Policy_mutable_condition (envoy_config_rbac_v3_Policy *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Policy_set_checked_condition (envoy_config_rbac_v3_Policy *msg, struct google_api_expr_v1alpha1_CheckedExpr *value) |
|
UPB_INLINE struct google_api_expr_v1alpha1_CheckedExpr * | envoy_config_rbac_v3_Policy_mutable_checked_condition (envoy_config_rbac_v3_Policy *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Permission_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Permission_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Permission_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_Permission_serialize (const envoy_config_rbac_v3_Permission *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Permission_rule_oneofcases | envoy_config_rbac_v3_Permission_rule_case (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_and_rules (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_and_rules (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_or_rules (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_or_rules (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_any (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_any (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_header (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const struct envoy_config_route_v3_HeaderMatcher * | envoy_config_rbac_v3_Permission_header (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_destination_ip (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Permission_destination_ip (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_destination_port (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE uint32_t | envoy_config_rbac_v3_Permission_destination_port (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_metadata (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const struct envoy_type_matcher_v3_MetadataMatcher * | envoy_config_rbac_v3_Permission_metadata (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_not_rule (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Permission_not_rule (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_requested_server_name (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const struct envoy_type_matcher_v3_StringMatcher * | envoy_config_rbac_v3_Permission_requested_server_name (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_has_url_path (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE const struct envoy_type_matcher_v3_PathMatcher * | envoy_config_rbac_v3_Permission_url_path (const envoy_config_rbac_v3_Permission *msg) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_and_rules (envoy_config_rbac_v3_Permission *msg, envoy_config_rbac_v3_Permission_Set *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_mutable_and_rules (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_or_rules (envoy_config_rbac_v3_Permission *msg, envoy_config_rbac_v3_Permission_Set *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_mutable_or_rules (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_any (envoy_config_rbac_v3_Permission *msg, bool value) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_header (envoy_config_rbac_v3_Permission *msg, struct envoy_config_route_v3_HeaderMatcher *value) |
|
UPB_INLINE struct envoy_config_route_v3_HeaderMatcher * | envoy_config_rbac_v3_Permission_mutable_header (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_destination_ip (envoy_config_rbac_v3_Permission *msg, struct envoy_config_core_v3_CidrRange *value) |
|
UPB_INLINE struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Permission_mutable_destination_ip (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_destination_port (envoy_config_rbac_v3_Permission *msg, uint32_t value) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_metadata (envoy_config_rbac_v3_Permission *msg, struct envoy_type_matcher_v3_MetadataMatcher *value) |
|
UPB_INLINE struct envoy_type_matcher_v3_MetadataMatcher * | envoy_config_rbac_v3_Permission_mutable_metadata (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_not_rule (envoy_config_rbac_v3_Permission *msg, envoy_config_rbac_v3_Permission *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Permission_mutable_not_rule (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_requested_server_name (envoy_config_rbac_v3_Permission *msg, struct envoy_type_matcher_v3_StringMatcher *value) |
|
UPB_INLINE struct envoy_type_matcher_v3_StringMatcher * | envoy_config_rbac_v3_Permission_mutable_requested_server_name (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Permission_set_url_path (envoy_config_rbac_v3_Permission *msg, struct envoy_type_matcher_v3_PathMatcher *value) |
|
UPB_INLINE struct envoy_type_matcher_v3_PathMatcher * | envoy_config_rbac_v3_Permission_mutable_url_path (envoy_config_rbac_v3_Permission *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_Set_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_Set_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Permission_Set * | envoy_config_rbac_v3_Permission_Set_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_Permission_Set_serialize (const envoy_config_rbac_v3_Permission_Set *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Permission_Set_has_rules (const envoy_config_rbac_v3_Permission_Set *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Permission *const * | envoy_config_rbac_v3_Permission_Set_rules (const envoy_config_rbac_v3_Permission_Set *msg, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Permission ** | envoy_config_rbac_v3_Permission_Set_mutable_rules (envoy_config_rbac_v3_Permission_Set *msg, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Permission ** | envoy_config_rbac_v3_Permission_Set_resize_rules (envoy_config_rbac_v3_Permission_Set *msg, size_t len, upb_arena *arena) |
|
UPB_INLINE struct envoy_config_rbac_v3_Permission * | envoy_config_rbac_v3_Permission_Set_add_rules (envoy_config_rbac_v3_Permission_Set *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Principal_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Principal_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Principal_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_Principal_serialize (const envoy_config_rbac_v3_Principal *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_identifier_oneofcases | envoy_config_rbac_v3_Principal_identifier_case (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_and_ids (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_and_ids (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_or_ids (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_or_ids (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_any (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_any (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_authenticated (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Principal_Authenticated * | envoy_config_rbac_v3_Principal_authenticated (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_source_ip (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Principal_source_ip (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_header (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const struct envoy_config_route_v3_HeaderMatcher * | envoy_config_rbac_v3_Principal_header (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_metadata (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const struct envoy_type_matcher_v3_MetadataMatcher * | envoy_config_rbac_v3_Principal_metadata (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_not_id (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Principal_not_id (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_url_path (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const struct envoy_type_matcher_v3_PathMatcher * | envoy_config_rbac_v3_Principal_url_path (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_direct_remote_ip (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Principal_direct_remote_ip (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_has_remote_ip (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE const struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Principal_remote_ip (const envoy_config_rbac_v3_Principal *msg) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_and_ids (envoy_config_rbac_v3_Principal *msg, envoy_config_rbac_v3_Principal_Set *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_mutable_and_ids (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_or_ids (envoy_config_rbac_v3_Principal *msg, envoy_config_rbac_v3_Principal_Set *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_mutable_or_ids (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_any (envoy_config_rbac_v3_Principal *msg, bool value) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_authenticated (envoy_config_rbac_v3_Principal *msg, envoy_config_rbac_v3_Principal_Authenticated *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Principal_Authenticated * | envoy_config_rbac_v3_Principal_mutable_authenticated (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_source_ip (envoy_config_rbac_v3_Principal *msg, struct envoy_config_core_v3_CidrRange *value) |
|
UPB_INLINE struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Principal_mutable_source_ip (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_header (envoy_config_rbac_v3_Principal *msg, struct envoy_config_route_v3_HeaderMatcher *value) |
|
UPB_INLINE struct envoy_config_route_v3_HeaderMatcher * | envoy_config_rbac_v3_Principal_mutable_header (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_metadata (envoy_config_rbac_v3_Principal *msg, struct envoy_type_matcher_v3_MetadataMatcher *value) |
|
UPB_INLINE struct envoy_type_matcher_v3_MetadataMatcher * | envoy_config_rbac_v3_Principal_mutable_metadata (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_not_id (envoy_config_rbac_v3_Principal *msg, envoy_config_rbac_v3_Principal *value) |
|
UPB_INLINE struct envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Principal_mutable_not_id (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_url_path (envoy_config_rbac_v3_Principal *msg, struct envoy_type_matcher_v3_PathMatcher *value) |
|
UPB_INLINE struct envoy_type_matcher_v3_PathMatcher * | envoy_config_rbac_v3_Principal_mutable_url_path (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_direct_remote_ip (envoy_config_rbac_v3_Principal *msg, struct envoy_config_core_v3_CidrRange *value) |
|
UPB_INLINE struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Principal_mutable_direct_remote_ip (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_set_remote_ip (envoy_config_rbac_v3_Principal *msg, struct envoy_config_core_v3_CidrRange *value) |
|
UPB_INLINE struct envoy_config_core_v3_CidrRange * | envoy_config_rbac_v3_Principal_mutable_remote_ip (envoy_config_rbac_v3_Principal *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_Set_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_Set_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_Set * | envoy_config_rbac_v3_Principal_Set_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_Principal_Set_serialize (const envoy_config_rbac_v3_Principal_Set *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_Set_has_ids (const envoy_config_rbac_v3_Principal_Set *msg) |
|
UPB_INLINE const envoy_config_rbac_v3_Principal *const * | envoy_config_rbac_v3_Principal_Set_ids (const envoy_config_rbac_v3_Principal_Set *msg, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Principal ** | envoy_config_rbac_v3_Principal_Set_mutable_ids (envoy_config_rbac_v3_Principal_Set *msg, size_t *len) |
|
UPB_INLINE envoy_config_rbac_v3_Principal ** | envoy_config_rbac_v3_Principal_Set_resize_ids (envoy_config_rbac_v3_Principal_Set *msg, size_t len, upb_arena *arena) |
|
UPB_INLINE struct envoy_config_rbac_v3_Principal * | envoy_config_rbac_v3_Principal_Set_add_ids (envoy_config_rbac_v3_Principal_Set *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_Authenticated * | envoy_config_rbac_v3_Principal_Authenticated_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_Authenticated * | envoy_config_rbac_v3_Principal_Authenticated_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE envoy_config_rbac_v3_Principal_Authenticated * | envoy_config_rbac_v3_Principal_Authenticated_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | envoy_config_rbac_v3_Principal_Authenticated_serialize (const envoy_config_rbac_v3_Principal_Authenticated *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE bool | envoy_config_rbac_v3_Principal_Authenticated_has_principal_name (const envoy_config_rbac_v3_Principal_Authenticated *msg) |
|
UPB_INLINE const struct envoy_type_matcher_v3_StringMatcher * | envoy_config_rbac_v3_Principal_Authenticated_principal_name (const envoy_config_rbac_v3_Principal_Authenticated *msg) |
|
UPB_INLINE void | envoy_config_rbac_v3_Principal_Authenticated_set_principal_name (envoy_config_rbac_v3_Principal_Authenticated *msg, struct envoy_type_matcher_v3_StringMatcher *value) |
|
UPB_INLINE struct envoy_type_matcher_v3_StringMatcher * | envoy_config_rbac_v3_Principal_Authenticated_mutable_principal_name (envoy_config_rbac_v3_Principal_Authenticated *msg, upb_arena *arena) |
|