Typedefs | Enumerations | Functions | Variables
path_transformation.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 path_transformation.upb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct envoy_type_http_v3_PathTransformation envoy_type_http_v3_PathTransformation
 
typedef struct envoy_type_http_v3_PathTransformation_Operation envoy_type_http_v3_PathTransformation_Operation
 
typedef struct envoy_type_http_v3_PathTransformation_Operation_MergeSlashes envoy_type_http_v3_PathTransformation_Operation_MergeSlashes
 
typedef struct envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986
 

Enumerations

enum  envoy_type_http_v3_PathTransformation_Operation_operation_specifier_oneofcases { envoy_type_http_v3_PathTransformation_Operation_operation_specifier_normalize_path_rfc_3986 = 2, envoy_type_http_v3_PathTransformation_Operation_operation_specifier_merge_slashes = 3, envoy_type_http_v3_PathTransformation_Operation_operation_specifier_NOT_SET = 0 }
 

Functions

UPB_INLINE struct envoy_type_http_v3_PathTransformation_Operationenvoy_type_http_v3_PathTransformation_add_operations (envoy_type_http_v3_PathTransformation *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_type_http_v3_PathTransformation_clear_operations (const envoy_type_http_v3_PathTransformation *msg)
 
UPB_INLINE bool envoy_type_http_v3_PathTransformation_has_operations (const envoy_type_http_v3_PathTransformation *msg)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation ** envoy_type_http_v3_PathTransformation_mutable_operations (envoy_type_http_v3_PathTransformation *msg, size_t *len)
 
UPB_INLINE envoy_type_http_v3_PathTransformationenvoy_type_http_v3_PathTransformation_new (upb_Arena *arena)
 
UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_clear_merge_slashes (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_clear_normalize_path_rfc_3986 (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
UPB_INLINE bool envoy_type_http_v3_PathTransformation_Operation_has_merge_slashes (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
UPB_INLINE bool envoy_type_http_v3_PathTransformation_Operation_has_normalize_path_rfc_3986 (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
const UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_MergeSlashesenvoy_type_http_v3_PathTransformation_Operation_merge_slashes (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_MergeSlashesenvoy_type_http_v3_PathTransformation_Operation_MergeSlashes_new (upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_MergeSlashesenvoy_type_http_v3_PathTransformation_Operation_MergeSlashes_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_MergeSlashesenvoy_type_http_v3_PathTransformation_Operation_MergeSlashes_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_serialize (const envoy_type_http_v3_PathTransformation_Operation_MergeSlashes *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_serialize_ex (const envoy_type_http_v3_PathTransformation_Operation_MergeSlashes *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE struct envoy_type_http_v3_PathTransformation_Operation_MergeSlashesenvoy_type_http_v3_PathTransformation_Operation_mutable_merge_slashes (envoy_type_http_v3_PathTransformation_Operation *msg, upb_Arena *arena)
 
UPB_INLINE struct envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986envoy_type_http_v3_PathTransformation_Operation_mutable_normalize_path_rfc_3986 (envoy_type_http_v3_PathTransformation_Operation *msg, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operationenvoy_type_http_v3_PathTransformation_Operation_new (upb_Arena *arena)
 
const UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986envoy_type_http_v3_PathTransformation_Operation_normalize_path_rfc_3986 (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_new (upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_serialize (const envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_serialize_ex (const envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_operation_specifier_oneofcases envoy_type_http_v3_PathTransformation_Operation_operation_specifier_case (const envoy_type_http_v3_PathTransformation_Operation *msg)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operationenvoy_type_http_v3_PathTransformation_Operation_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operationenvoy_type_http_v3_PathTransformation_Operation_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_Operation_serialize (const envoy_type_http_v3_PathTransformation_Operation *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_Operation_serialize_ex (const envoy_type_http_v3_PathTransformation_Operation *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_set_merge_slashes (envoy_type_http_v3_PathTransformation_Operation *msg, envoy_type_http_v3_PathTransformation_Operation_MergeSlashes *value)
 
UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_set_normalize_path_rfc_3986 (envoy_type_http_v3_PathTransformation_Operation *msg, envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 *value)
 
const UPB_INLINE envoy_type_http_v3_PathTransformation_Operation *constenvoy_type_http_v3_PathTransformation_operations (const envoy_type_http_v3_PathTransformation *msg, size_t *len)
 
UPB_INLINE envoy_type_http_v3_PathTransformationenvoy_type_http_v3_PathTransformation_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformationenvoy_type_http_v3_PathTransformation_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_PathTransformation_Operation ** envoy_type_http_v3_PathTransformation_resize_operations (envoy_type_http_v3_PathTransformation *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_serialize (const envoy_type_http_v3_PathTransformation *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_http_v3_PathTransformation_serialize_ex (const envoy_type_http_v3_PathTransformation *msg, int options, upb_Arena *arena, size_t *len)
 

Variables

const upb_MiniTable_File envoy_type_http_v3_path_transformation_proto_upb_file_layout
 
const upb_MiniTable envoy_type_http_v3_PathTransformation_msginit
 
const upb_MiniTable envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_msginit
 
const upb_MiniTable envoy_type_http_v3_PathTransformation_Operation_msginit
 
const upb_MiniTable envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_msginit
 

Typedef Documentation

◆ envoy_type_http_v3_PathTransformation

Definition at line 27 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation

Definition at line 28 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes

Definition at line 30 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986

Definition at line 29 of file path_transformation.upb.h.

Enumeration Type Documentation

◆ envoy_type_http_v3_PathTransformation_Operation_operation_specifier_oneofcases

Enumerator
envoy_type_http_v3_PathTransformation_Operation_operation_specifier_normalize_path_rfc_3986 
envoy_type_http_v3_PathTransformation_Operation_operation_specifier_merge_slashes 
envoy_type_http_v3_PathTransformation_Operation_operation_specifier_NOT_SET 

Definition at line 123 of file path_transformation.upb.h.

Function Documentation

◆ envoy_type_http_v3_PathTransformation_add_operations()

UPB_INLINE struct envoy_type_http_v3_PathTransformation_Operation* envoy_type_http_v3_PathTransformation_add_operations ( envoy_type_http_v3_PathTransformation msg,
upb_Arena arena 
)

Definition at line 85 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_clear_operations()

UPB_INLINE void envoy_type_http_v3_PathTransformation_clear_operations ( const envoy_type_http_v3_PathTransformation msg)

Definition at line 72 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_has_operations()

UPB_INLINE bool envoy_type_http_v3_PathTransformation_has_operations ( const envoy_type_http_v3_PathTransformation msg)

Definition at line 69 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_mutable_operations()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation** envoy_type_http_v3_PathTransformation_mutable_operations ( envoy_type_http_v3_PathTransformation msg,
size_t *  len 
)

Definition at line 79 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_new()

UPB_INLINE envoy_type_http_v3_PathTransformation* envoy_type_http_v3_PathTransformation_new ( upb_Arena arena)

Definition at line 40 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_clear_merge_slashes()

UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_clear_merge_slashes ( const envoy_type_http_v3_PathTransformation_Operation msg)

Definition at line 143 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_clear_normalize_path_rfc_3986()

UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_clear_normalize_path_rfc_3986 ( const envoy_type_http_v3_PathTransformation_Operation msg)

Definition at line 134 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_has_merge_slashes()

UPB_INLINE bool envoy_type_http_v3_PathTransformation_Operation_has_merge_slashes ( const envoy_type_http_v3_PathTransformation_Operation msg)

Definition at line 140 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_has_normalize_path_rfc_3986()

UPB_INLINE bool envoy_type_http_v3_PathTransformation_Operation_has_normalize_path_rfc_3986 ( const envoy_type_http_v3_PathTransformation_Operation msg)

Definition at line 131 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_merge_slashes()

Definition at line 146 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_new()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_MergeSlashes* envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_new ( upb_Arena arena)

Definition at line 210 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_parse()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_MergeSlashes* envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 213 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_parse_ex()

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

Definition at line 221 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_serialize()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_serialize ( const envoy_type_http_v3_PathTransformation_Operation_MergeSlashes msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 232 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_serialize_ex()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_serialize_ex ( const envoy_type_http_v3_PathTransformation_Operation_MergeSlashes msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 235 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_mutable_merge_slashes()

UPB_INLINE struct envoy_type_http_v3_PathTransformation_Operation_MergeSlashes* envoy_type_http_v3_PathTransformation_Operation_mutable_merge_slashes ( envoy_type_http_v3_PathTransformation_Operation msg,
upb_Arena arena 
)

Definition at line 165 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_mutable_normalize_path_rfc_3986()

UPB_INLINE struct envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986* envoy_type_http_v3_PathTransformation_Operation_mutable_normalize_path_rfc_3986 ( envoy_type_http_v3_PathTransformation_Operation msg,
upb_Arena arena 
)

Definition at line 153 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_new()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation* envoy_type_http_v3_PathTransformation_Operation_new ( upb_Arena arena)

Definition at line 94 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_normalize_path_rfc_3986()

const UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986* envoy_type_http_v3_PathTransformation_Operation_normalize_path_rfc_3986 ( const envoy_type_http_v3_PathTransformation_Operation msg)

Definition at line 137 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_new()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986* envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_new ( upb_Arena arena)

Definition at line 177 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_parse()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986* envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 180 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_parse_ex()

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

Definition at line 188 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_serialize()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_serialize ( const envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 199 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_serialize_ex()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_serialize_ex ( const envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 202 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_operation_specifier_case()

Definition at line 128 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_parse()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation* envoy_type_http_v3_PathTransformation_Operation_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 97 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_parse_ex()

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

Definition at line 105 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_serialize()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_Operation_serialize ( const envoy_type_http_v3_PathTransformation_Operation msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 116 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_serialize_ex()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_Operation_serialize_ex ( const envoy_type_http_v3_PathTransformation_Operation msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 119 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_set_merge_slashes()

UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_set_merge_slashes ( envoy_type_http_v3_PathTransformation_Operation msg,
envoy_type_http_v3_PathTransformation_Operation_MergeSlashes value 
)

Definition at line 162 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_Operation_set_normalize_path_rfc_3986()

UPB_INLINE void envoy_type_http_v3_PathTransformation_Operation_set_normalize_path_rfc_3986 ( envoy_type_http_v3_PathTransformation_Operation msg,
envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986 value 
)

Definition at line 150 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_operations()

const UPB_INLINE envoy_type_http_v3_PathTransformation_Operation* const* envoy_type_http_v3_PathTransformation_operations ( const envoy_type_http_v3_PathTransformation msg,
size_t *  len 
)

Definition at line 75 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_parse()

UPB_INLINE envoy_type_http_v3_PathTransformation* envoy_type_http_v3_PathTransformation_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 43 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_parse_ex()

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

Definition at line 51 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_resize_operations()

UPB_INLINE envoy_type_http_v3_PathTransformation_Operation** envoy_type_http_v3_PathTransformation_resize_operations ( envoy_type_http_v3_PathTransformation msg,
size_t  len,
upb_Arena arena 
)

Definition at line 82 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_serialize()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_serialize ( const envoy_type_http_v3_PathTransformation msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 62 of file path_transformation.upb.h.

◆ envoy_type_http_v3_PathTransformation_serialize_ex()

UPB_INLINE char* envoy_type_http_v3_PathTransformation_serialize_ex ( const envoy_type_http_v3_PathTransformation msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 65 of file path_transformation.upb.h.

Variable Documentation

◆ envoy_type_http_v3_path_transformation_proto_upb_file_layout

const upb_MiniTable_File envoy_type_http_v3_path_transformation_proto_upb_file_layout

Definition at line 66 of file path_transformation.upb.c.

◆ envoy_type_http_v3_PathTransformation_msginit

const upb_MiniTable envoy_type_http_v3_PathTransformation_msginit

Definition at line 25 of file path_transformation.upb.c.

◆ envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_msginit

const upb_MiniTable envoy_type_http_v3_PathTransformation_Operation_MergeSlashes_msginit

Definition at line 53 of file path_transformation.upb.c.

◆ envoy_type_http_v3_PathTransformation_Operation_msginit

const upb_MiniTable envoy_type_http_v3_PathTransformation_Operation_msginit

Definition at line 41 of file path_transformation.upb.c.

◆ envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_msginit

const upb_MiniTable envoy_type_http_v3_PathTransformation_Operation_NormalizePathRFC3986_msginit

Definition at line 47 of file path_transformation.upb.c.



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