1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     third_party/istio/security/proto/providers/google/meshca.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #include <stddef.h>
10 #include "upb/msg_internal.h"
11 #include "third_party/istio/security/proto/providers/google/meshca.upb.h"
12 #include "google/protobuf/duration.upb.h"
13 
14 #include "upb/port_def.inc"
15 
16 static const upb_msglayout *const google_security_meshca_v1_MeshCertificateRequest_submsgs[1] = {
17   &google_protobuf_Duration_msginit,
18 };
19 
20 static const upb_msglayout_field google_security_meshca_v1_MeshCertificateRequest__fields[3] = {
21   {1, UPB_SIZE(4, 8), 0, 0, 9, _UPB_MODE_SCALAR},
22   {2, UPB_SIZE(12, 24), 0, 0, 9, _UPB_MODE_SCALAR},
23   {3, UPB_SIZE(20, 40), 1, 0, 11, _UPB_MODE_SCALAR},
24 };
25 
26 const upb_msglayout google_security_meshca_v1_MeshCertificateRequest_msginit = {
27   &google_security_meshca_v1_MeshCertificateRequest_submsgs[0],
28   &google_security_meshca_v1_MeshCertificateRequest__fields[0],
29   UPB_SIZE(24, 48), 3, false, 3, 255,
30 };
31 
32 static const upb_msglayout_field google_security_meshca_v1_MeshCertificateResponse__fields[1] = {
33   {1, UPB_SIZE(0, 0), 0, 0, 9, _UPB_MODE_ARRAY},
34 };
35 
36 const upb_msglayout google_security_meshca_v1_MeshCertificateResponse_msginit = {
37   NULL,
38   &google_security_meshca_v1_MeshCertificateResponse__fields[0],
39   UPB_SIZE(8, 8), 1, false, 1, 255,
40 };
41 
42 #include "upb/port_undef.inc"
43 
44