Typedefs | Enumerations | Functions | Variables
http_status.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 http_status.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_v3_HttpStatus envoy_type_v3_HttpStatus
 

Enumerations

enum  envoy_type_v3_StatusCode {
  envoy_type_v3_Empty = 0, envoy_type_v3_Continue = 100, envoy_type_v3_OK = 200, envoy_type_v3_Created = 201,
  envoy_type_v3_Accepted = 202, envoy_type_v3_NonAuthoritativeInformation = 203, envoy_type_v3_NoContent = 204, envoy_type_v3_ResetContent = 205,
  envoy_type_v3_PartialContent = 206, envoy_type_v3_MultiStatus = 207, envoy_type_v3_AlreadyReported = 208, envoy_type_v3_IMUsed = 226,
  envoy_type_v3_MultipleChoices = 300, envoy_type_v3_MovedPermanently = 301, envoy_type_v3_Found = 302, envoy_type_v3_SeeOther = 303,
  envoy_type_v3_NotModified = 304, envoy_type_v3_UseProxy = 305, envoy_type_v3_TemporaryRedirect = 307, envoy_type_v3_PermanentRedirect = 308,
  envoy_type_v3_BadRequest = 400, envoy_type_v3_Unauthorized = 401, envoy_type_v3_PaymentRequired = 402, envoy_type_v3_Forbidden = 403,
  envoy_type_v3_NotFound = 404, envoy_type_v3_MethodNotAllowed = 405, envoy_type_v3_NotAcceptable = 406, envoy_type_v3_ProxyAuthenticationRequired = 407,
  envoy_type_v3_RequestTimeout = 408, envoy_type_v3_Conflict = 409, envoy_type_v3_Gone = 410, envoy_type_v3_LengthRequired = 411,
  envoy_type_v3_PreconditionFailed = 412, envoy_type_v3_PayloadTooLarge = 413, envoy_type_v3_URITooLong = 414, envoy_type_v3_UnsupportedMediaType = 415,
  envoy_type_v3_RangeNotSatisfiable = 416, envoy_type_v3_ExpectationFailed = 417, envoy_type_v3_MisdirectedRequest = 421, envoy_type_v3_UnprocessableEntity = 422,
  envoy_type_v3_Locked = 423, envoy_type_v3_FailedDependency = 424, envoy_type_v3_UpgradeRequired = 426, envoy_type_v3_PreconditionRequired = 428,
  envoy_type_v3_TooManyRequests = 429, envoy_type_v3_RequestHeaderFieldsTooLarge = 431, envoy_type_v3_InternalServerError = 500, envoy_type_v3_NotImplemented = 501,
  envoy_type_v3_BadGateway = 502, envoy_type_v3_ServiceUnavailable = 503, envoy_type_v3_GatewayTimeout = 504, envoy_type_v3_HTTPVersionNotSupported = 505,
  envoy_type_v3_VariantAlsoNegotiates = 506, envoy_type_v3_InsufficientStorage = 507, envoy_type_v3_LoopDetected = 508, envoy_type_v3_NotExtended = 510,
  envoy_type_v3_NetworkAuthenticationRequired = 511
}
 

Functions

UPB_INLINE void envoy_type_v3_HttpStatus_clear_code (const envoy_type_v3_HttpStatus *msg)
 
UPB_INLINE int32_t envoy_type_v3_HttpStatus_code (const envoy_type_v3_HttpStatus *msg)
 
UPB_INLINE envoy_type_v3_HttpStatusenvoy_type_v3_HttpStatus_new (upb_Arena *arena)
 
UPB_INLINE envoy_type_v3_HttpStatusenvoy_type_v3_HttpStatus_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_v3_HttpStatusenvoy_type_v3_HttpStatus_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * envoy_type_v3_HttpStatus_serialize (const envoy_type_v3_HttpStatus *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_v3_HttpStatus_serialize_ex (const envoy_type_v3_HttpStatus *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_type_v3_HttpStatus_set_code (envoy_type_v3_HttpStatus *msg, int32_t value)
 

Variables

const upb_MiniTable_File envoy_type_v3_http_status_proto_upb_file_layout
 
const upb_MiniTable envoy_type_v3_HttpStatus_msginit
 

Typedef Documentation

◆ envoy_type_v3_HttpStatus

Definition at line 24 of file http_status.upb.h.

Enumeration Type Documentation

◆ envoy_type_v3_StatusCode

Enumerator
envoy_type_v3_Empty 
envoy_type_v3_Continue 
envoy_type_v3_OK 
envoy_type_v3_Created 
envoy_type_v3_Accepted 
envoy_type_v3_NonAuthoritativeInformation 
envoy_type_v3_NoContent 
envoy_type_v3_ResetContent 
envoy_type_v3_PartialContent 
envoy_type_v3_MultiStatus 
envoy_type_v3_AlreadyReported 
envoy_type_v3_IMUsed 
envoy_type_v3_MultipleChoices 
envoy_type_v3_MovedPermanently 
envoy_type_v3_Found 
envoy_type_v3_SeeOther 
envoy_type_v3_NotModified 
envoy_type_v3_UseProxy 
envoy_type_v3_TemporaryRedirect 
envoy_type_v3_PermanentRedirect 
envoy_type_v3_BadRequest 
envoy_type_v3_Unauthorized 
envoy_type_v3_PaymentRequired 
envoy_type_v3_Forbidden 
envoy_type_v3_NotFound 
envoy_type_v3_MethodNotAllowed 
envoy_type_v3_NotAcceptable 
envoy_type_v3_ProxyAuthenticationRequired 
envoy_type_v3_RequestTimeout 
envoy_type_v3_Conflict 
envoy_type_v3_Gone 
envoy_type_v3_LengthRequired 
envoy_type_v3_PreconditionFailed 
envoy_type_v3_PayloadTooLarge 
envoy_type_v3_URITooLong 
envoy_type_v3_UnsupportedMediaType 
envoy_type_v3_RangeNotSatisfiable 
envoy_type_v3_ExpectationFailed 
envoy_type_v3_MisdirectedRequest 
envoy_type_v3_UnprocessableEntity 
envoy_type_v3_Locked 
envoy_type_v3_FailedDependency 
envoy_type_v3_UpgradeRequired 
envoy_type_v3_PreconditionRequired 
envoy_type_v3_TooManyRequests 
envoy_type_v3_RequestHeaderFieldsTooLarge 
envoy_type_v3_InternalServerError 
envoy_type_v3_NotImplemented 
envoy_type_v3_BadGateway 
envoy_type_v3_ServiceUnavailable 
envoy_type_v3_GatewayTimeout 
envoy_type_v3_HTTPVersionNotSupported 
envoy_type_v3_VariantAlsoNegotiates 
envoy_type_v3_InsufficientStorage 
envoy_type_v3_LoopDetected 
envoy_type_v3_NotExtended 
envoy_type_v3_NetworkAuthenticationRequired 

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

Function Documentation

◆ envoy_type_v3_HttpStatus_clear_code()

UPB_INLINE void envoy_type_v3_HttpStatus_clear_code ( const envoy_type_v3_HttpStatus msg)

Definition at line 120 of file http_status.upb.h.

◆ envoy_type_v3_HttpStatus_code()

UPB_INLINE int32_t envoy_type_v3_HttpStatus_code ( const envoy_type_v3_HttpStatus msg)

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

◆ envoy_type_v3_HttpStatus_new()

UPB_INLINE envoy_type_v3_HttpStatus* envoy_type_v3_HttpStatus_new ( upb_Arena arena)

Definition at line 91 of file http_status.upb.h.

◆ envoy_type_v3_HttpStatus_parse()

UPB_INLINE envoy_type_v3_HttpStatus* envoy_type_v3_HttpStatus_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

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

◆ envoy_type_v3_HttpStatus_parse_ex()

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

Definition at line 102 of file http_status.upb.h.

◆ envoy_type_v3_HttpStatus_serialize()

UPB_INLINE char* envoy_type_v3_HttpStatus_serialize ( const envoy_type_v3_HttpStatus msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 113 of file http_status.upb.h.

◆ envoy_type_v3_HttpStatus_serialize_ex()

UPB_INLINE char* envoy_type_v3_HttpStatus_serialize_ex ( const envoy_type_v3_HttpStatus msg,
int  options,
upb_Arena arena,
size_t *  len 
)

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

◆ envoy_type_v3_HttpStatus_set_code()

UPB_INLINE void envoy_type_v3_HttpStatus_set_code ( envoy_type_v3_HttpStatus msg,
int32_t  value 
)

Definition at line 127 of file http_status.upb.h.

Variable Documentation

◆ envoy_type_v3_http_status_proto_upb_file_layout

const upb_MiniTable_File envoy_type_v3_http_status_proto_upb_file_layout

Definition at line 32 of file http_status.upb.c.

◆ envoy_type_v3_HttpStatus_msginit

const upb_MiniTable envoy_type_v3_HttpStatus_msginit

Definition at line 22 of file http_status.upb.c.



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