Typedefs | Functions | Variables
udpa/annotations/security.upb.h File Reference
#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Include dependency graph for udpa/annotations/security.upb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct udpa_annotations_FieldSecurityAnnotation udpa_annotations_FieldSecurityAnnotation
 

Functions

UPB_INLINE void udpa_annotations_clear_security (struct google_protobuf_FieldOptions *msg)
 
UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_clear_configure_for_untrusted_downstream (const udpa_annotations_FieldSecurityAnnotation *msg)
 
UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_clear_configure_for_untrusted_upstream (const udpa_annotations_FieldSecurityAnnotation *msg)
 
UPB_INLINE bool udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_downstream (const udpa_annotations_FieldSecurityAnnotation *msg)
 
UPB_INLINE bool udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_upstream (const udpa_annotations_FieldSecurityAnnotation *msg)
 
UPB_INLINE udpa_annotations_FieldSecurityAnnotationudpa_annotations_FieldSecurityAnnotation_new (upb_Arena *arena)
 
UPB_INLINE udpa_annotations_FieldSecurityAnnotationudpa_annotations_FieldSecurityAnnotation_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE udpa_annotations_FieldSecurityAnnotationudpa_annotations_FieldSecurityAnnotation_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * udpa_annotations_FieldSecurityAnnotation_serialize (const udpa_annotations_FieldSecurityAnnotation *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * udpa_annotations_FieldSecurityAnnotation_serialize_ex (const udpa_annotations_FieldSecurityAnnotation *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_set_configure_for_untrusted_downstream (udpa_annotations_FieldSecurityAnnotation *msg, bool value)
 
UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_set_configure_for_untrusted_upstream (udpa_annotations_FieldSecurityAnnotation *msg, bool value)
 
UPB_INLINE bool udpa_annotations_has_security (const struct google_protobuf_FieldOptions *msg)
 
const UPB_INLINE udpa_annotations_FieldSecurityAnnotationudpa_annotations_security (const struct google_protobuf_FieldOptions *msg)
 
UPB_INLINE void udpa_annotations_set_security (struct google_protobuf_FieldOptions *msg, const udpa_annotations_FieldSecurityAnnotation *ext, upb_Arena *arena)
 

Variables

const upb_MiniTable google_protobuf_FieldOptions_msginit
 
const upb_MiniTable udpa_annotations_FieldSecurityAnnotation_msginit
 
const upb_MiniTable_Extension udpa_annotations_security_ext
 
const upb_MiniTable_File udpa_annotations_security_proto_upb_file_layout
 

Typedef Documentation

◆ udpa_annotations_FieldSecurityAnnotation

Definition at line 24 of file udpa/annotations/security.upb.h.

Function Documentation

◆ udpa_annotations_clear_security()

UPB_INLINE void udpa_annotations_clear_security ( struct google_protobuf_FieldOptions msg)

Definition at line 86 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_clear_configure_for_untrusted_downstream()

UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_clear_configure_for_untrusted_downstream ( const udpa_annotations_FieldSecurityAnnotation msg)

Definition at line 63 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_clear_configure_for_untrusted_upstream()

UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_clear_configure_for_untrusted_upstream ( const udpa_annotations_FieldSecurityAnnotation msg)

Definition at line 69 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_downstream()

UPB_INLINE bool udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_downstream ( const udpa_annotations_FieldSecurityAnnotation msg)

Definition at line 66 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_upstream()

UPB_INLINE bool udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_upstream ( const udpa_annotations_FieldSecurityAnnotation msg)

Definition at line 72 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_new()

UPB_INLINE udpa_annotations_FieldSecurityAnnotation* udpa_annotations_FieldSecurityAnnotation_new ( upb_Arena arena)

Definition at line 34 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_parse()

UPB_INLINE udpa_annotations_FieldSecurityAnnotation* udpa_annotations_FieldSecurityAnnotation_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 37 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_parse_ex()

UPB_INLINE udpa_annotations_FieldSecurityAnnotation* udpa_annotations_FieldSecurityAnnotation_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 45 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_serialize()

UPB_INLINE char* udpa_annotations_FieldSecurityAnnotation_serialize ( const udpa_annotations_FieldSecurityAnnotation msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 56 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_serialize_ex()

UPB_INLINE char* udpa_annotations_FieldSecurityAnnotation_serialize_ex ( const udpa_annotations_FieldSecurityAnnotation msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 59 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_set_configure_for_untrusted_downstream()

UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_set_configure_for_untrusted_downstream ( udpa_annotations_FieldSecurityAnnotation msg,
bool  value 
)

Definition at line 76 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_FieldSecurityAnnotation_set_configure_for_untrusted_upstream()

UPB_INLINE void udpa_annotations_FieldSecurityAnnotation_set_configure_for_untrusted_upstream ( udpa_annotations_FieldSecurityAnnotation msg,
bool  value 
)

Definition at line 79 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_has_security()

UPB_INLINE bool udpa_annotations_has_security ( const struct google_protobuf_FieldOptions msg)

Definition at line 83 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_security()

Definition at line 89 of file udpa/annotations/security.upb.h.

◆ udpa_annotations_set_security()

UPB_INLINE void udpa_annotations_set_security ( struct google_protobuf_FieldOptions msg,
const udpa_annotations_FieldSecurityAnnotation ext,
upb_Arena arena 
)

Definition at line 94 of file udpa/annotations/security.upb.h.

Variable Documentation

◆ google_protobuf_FieldOptions_msginit

const upb_MiniTable google_protobuf_FieldOptions_msginit

Definition at line 323 of file descriptor.upb.c.

◆ udpa_annotations_FieldSecurityAnnotation_msginit

const upb_MiniTable udpa_annotations_FieldSecurityAnnotation_msginit

Definition at line 22 of file udpa/annotations/security.upb.c.

◆ udpa_annotations_security_ext

const upb_MiniTable_Extension udpa_annotations_security_ext

Definition at line 34 of file udpa/annotations/security.upb.c.

◆ udpa_annotations_security_proto_upb_file_layout

const upb_MiniTable_File udpa_annotations_security_proto_upb_file_layout

Definition at line 45 of file udpa/annotations/security.upb.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:30