summaryrefslogtreecommitdiff
path: root/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c')
-rw-r--r--grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c36
1 files changed, 31 insertions, 5 deletions
diff --git a/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c b/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c
index 8f1877d1..9dcb83f1 100644
--- a/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c
+++ b/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c
@@ -7,20 +7,46 @@
* regenerated. */
#include <stddef.h>
-#include "upb/msg.h"
+#include "upb/msg_internal.h"
#include "envoy/annotations/resource.upb.h"
#include "google/protobuf/descriptor.upb.h"
#include "upb/port_def.inc"
-static const upb_msglayout_field envoy_annotations_ResourceAnnotation__fields[1] = {
- {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
+static const upb_MiniTable_Field envoy_annotations_ResourceAnnotation__fields[1] = {
+ {1, UPB_SIZE(0, 0), UPB_SIZE(0, 0), kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
};
-const upb_msglayout envoy_annotations_ResourceAnnotation_msginit = {
+const upb_MiniTable envoy_annotations_ResourceAnnotation_msginit = {
NULL,
&envoy_annotations_ResourceAnnotation__fields[0],
- UPB_SIZE(8, 16), 1, false, 255,
+ UPB_SIZE(8, 24), 1, kUpb_ExtMode_NonExtendable, 1, 255, 0,
+};
+
+static const upb_MiniTable *messages_layout[1] = {
+ &envoy_annotations_ResourceAnnotation_msginit,
+};
+
+extern const upb_MiniTable envoy_annotations_ResourceAnnotation_msginit;
+extern const upb_MiniTable google_protobuf_ServiceOptions_msginit;
+const upb_MiniTable_Extension envoy_annotations_resource_ext = {
+ {265073217, UPB_SIZE(0, 0), UPB_SIZE(0, 0), 0, 11, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsExtension | (kUpb_FieldRep_Pointer << kUpb_FieldRep_Shift)},
+ &google_protobuf_ServiceOptions_msginit,
+ {.submsg = &envoy_annotations_ResourceAnnotation_msginit},
+
+};
+
+static const upb_MiniTable_Extension *extensions_layout[1] = {
+ &envoy_annotations_resource_ext,
+};
+
+const upb_MiniTable_File envoy_annotations_resource_proto_upb_file_layout = {
+ messages_layout,
+ NULL,
+ extensions_layout,
+ 1,
+ 0,
+ 1,
};
#include "upb/port_undef.inc"