GRPC Core  18.0.0
Typedefs | Functions | Variables
security.upb.h File Reference
#include "upb/msg.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"

Go to the source code of this file.

Typedefs

typedef struct udpa_annotations_FieldSecurityAnnotation udpa_annotations_FieldSecurityAnnotation
 

Functions

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, upb_arena *arena, int options)
 
UPB_INLINE char * udpa_annotations_FieldSecurityAnnotation_serialize (const udpa_annotations_FieldSecurityAnnotation *msg, upb_arena *arena, size_t *len)
 
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 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)
 

Variables

const upb_msglayout udpa_annotations_FieldSecurityAnnotation_msginit
 

Typedef Documentation

◆ udpa_annotations_FieldSecurityAnnotation

Function Documentation

◆ udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_downstream()

UPB_INLINE bool udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_downstream ( const udpa_annotations_FieldSecurityAnnotation msg)

◆ udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_upstream()

UPB_INLINE bool udpa_annotations_FieldSecurityAnnotation_configure_for_untrusted_upstream ( const udpa_annotations_FieldSecurityAnnotation msg)

◆ udpa_annotations_FieldSecurityAnnotation_new()

UPB_INLINE udpa_annotations_FieldSecurityAnnotation* udpa_annotations_FieldSecurityAnnotation_new ( upb_arena *  arena)

◆ udpa_annotations_FieldSecurityAnnotation_parse()

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

◆ udpa_annotations_FieldSecurityAnnotation_parse_ex()

UPB_INLINE udpa_annotations_FieldSecurityAnnotation* udpa_annotations_FieldSecurityAnnotation_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ udpa_annotations_FieldSecurityAnnotation_serialize()

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

◆ 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 
)

◆ 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 
)

Variable Documentation

◆ udpa_annotations_FieldSecurityAnnotation_msginit

const upb_msglayout udpa_annotations_FieldSecurityAnnotation_msginit
extern