blob: 736091e6d292a9a03cafa517c325e4c34b180441 [file] [log] [blame]
/* This file was generated by upbc (the upb compiler) from the input
* file:
*
* src/proto/grpc/health/v1/health.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#include <stddef.h>
#include "upb/collections/array_internal.h"
#include "upb/message/internal.h"
#include "upb/mini_table/enum_internal.h"
#include "src/proto/grpc/health/v1/health.upb.h"
// Must be last.
#include "upb/port/def.inc"
static const upb_MiniTableField grpc_health_v1_HealthCheckRequest__fields[1] = {
{1, 0, 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
};
const upb_MiniTable grpc_health_v1_HealthCheckRequest_msg_init = {
NULL,
&grpc_health_v1_HealthCheckRequest__fields[0],
UPB_SIZE(8, 16), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
UPB_FASTTABLE_INIT({
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
{0x000000003f00000a, &upb_pss_1bt},
})
};
static const upb_MiniTableField grpc_health_v1_HealthCheckResponse__fields[1] = {
{1, 0, 0, kUpb_NoSub, 5, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsAlternate | (kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
};
const upb_MiniTable grpc_health_v1_HealthCheckResponse_msg_init = {
NULL,
&grpc_health_v1_HealthCheckResponse__fields[0],
8, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
UPB_FASTTABLE_INIT({
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
{0x000000003f000008, &upb_psv4_1bt},
})
};
static const upb_MiniTable *messages_layout[2] = {
&grpc_health_v1_HealthCheckRequest_msg_init,
&grpc_health_v1_HealthCheckResponse_msg_init,
};
const upb_MiniTableFile src_proto_grpc_health_v1_health_proto_upb_file_layout = {
messages_layout,
NULL,
NULL,
2,
0,
0,
};
#include "upb/port/undef.inc"