Proyectos de Subversion Iphone Microlearning

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
 * Copyright 2021 Google LLC
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 * you may not use this file except in compliance with the License.
6
 * You may obtain a copy of the License at
7
 *
8
 *      http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS,
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
15
 */
16
 
17
/* Automatically generated nanopb constant definitions */
18
/* Generated by nanopb-0.3.9.8 */
19
 
20
#include "FirebasePerformance/Sources/Protogen/nanopb/perf_metric.nanopb.h"
21
 
22
/* @@protoc_insertion_point(includes) */
23
#if PB_PROTO_HEADER_VERSION != 30
24
#error Regenerate this file with the current version of nanopb generator.
25
#endif
26
 
27
const firebase_perf_v1_NetworkConnectionInfo_NetworkType firebase_perf_v1_NetworkConnectionInfo_network_type_default = firebase_perf_v1_NetworkConnectionInfo_NetworkType_NONE;
28
const firebase_perf_v1_NetworkConnectionInfo_MobileSubtype firebase_perf_v1_NetworkConnectionInfo_mobile_subtype_default = firebase_perf_v1_NetworkConnectionInfo_MobileSubtype_UNKNOWN_MOBILE_SUBTYPE;
29
 
30
 
31
const pb_field_t firebase_perf_v1_PerfMetric_fields[6] = {
32
    PB_FIELD(  1, MESSAGE , OPTIONAL, STATIC  , FIRST, firebase_perf_v1_PerfMetric, application_info, application_info, &firebase_perf_v1_ApplicationInfo_fields),
33
    PB_FIELD(  2, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_PerfMetric, trace_metric, application_info, &firebase_perf_v1_TraceMetric_fields),
34
    PB_FIELD(  3, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_PerfMetric, network_request_metric, trace_metric, &firebase_perf_v1_NetworkRequestMetric_fields),
35
    PB_FIELD(  4, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_PerfMetric, gauge_metric, network_request_metric, &firebase_perf_v1_GaugeMetric_fields),
36
    PB_FIELD(  5, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_PerfMetric, transport_info, gauge_metric, &firebase_perf_v1_TransportInfo_fields),
37
    PB_LAST_FIELD
38
};
39
 
40
const pb_field_t firebase_perf_v1_TraceMetric_fields[9] = {
41
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_TraceMetric, name, name, 0),
42
    PB_FIELD(  2, BOOL    , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_TraceMetric, is_auto, name, 0),
43
    PB_FIELD(  4, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_TraceMetric, client_start_time_us, is_auto, 0),
44
    PB_FIELD(  5, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_TraceMetric, duration_us, client_start_time_us, 0),
45
    PB_FIELD(  6, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_TraceMetric, counters, duration_us, &firebase_perf_v1_TraceMetric_CountersEntry_fields),
46
    PB_FIELD(  7, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_TraceMetric, subtraces, counters, &firebase_perf_v1_TraceMetric_fields),
47
    PB_FIELD(  8, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_TraceMetric, custom_attributes, subtraces, &firebase_perf_v1_TraceMetric_CustomAttributesEntry_fields),
48
    PB_FIELD(  9, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_TraceMetric, perf_sessions, custom_attributes, &firebase_perf_v1_PerfSession_fields),
49
    PB_LAST_FIELD
50
};
51
 
52
const pb_field_t firebase_perf_v1_TraceMetric_CountersEntry_fields[3] = {
53
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_TraceMetric_CountersEntry, key, key, 0),
54
    PB_FIELD(  2, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_TraceMetric_CountersEntry, value, key, 0),
55
    PB_LAST_FIELD
56
};
57
 
58
const pb_field_t firebase_perf_v1_TraceMetric_CustomAttributesEntry_fields[3] = {
59
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_TraceMetric_CustomAttributesEntry, key, key, 0),
60
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_TraceMetric_CustomAttributesEntry, value, key, 0),
61
    PB_LAST_FIELD
62
};
63
 
64
const pb_field_t firebase_perf_v1_NetworkRequestMetric_fields[14] = {
65
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_NetworkRequestMetric, url, url, 0),
66
    PB_FIELD(  2, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, http_method, url, 0),
67
    PB_FIELD(  3, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, request_payload_bytes, http_method, 0),
68
    PB_FIELD(  4, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, response_payload_bytes, request_payload_bytes, 0),
69
    PB_FIELD(  5, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, http_response_code, response_payload_bytes, 0),
70
    PB_FIELD(  6, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_NetworkRequestMetric, response_content_type, http_response_code, 0),
71
    PB_FIELD(  7, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, client_start_time_us, response_content_type, 0),
72
    PB_FIELD(  8, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, time_to_request_completed_us, client_start_time_us, 0),
73
    PB_FIELD(  9, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, time_to_response_initiated_us, time_to_request_completed_us, 0),
74
    PB_FIELD( 10, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, time_to_response_completed_us, time_to_response_initiated_us, 0),
75
    PB_FIELD( 11, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkRequestMetric, network_client_error_reason, time_to_response_completed_us, 0),
76
    PB_FIELD( 12, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_NetworkRequestMetric, custom_attributes, network_client_error_reason, &firebase_perf_v1_NetworkRequestMetric_CustomAttributesEntry_fields),
77
    PB_FIELD( 13, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_NetworkRequestMetric, perf_sessions, custom_attributes, &firebase_perf_v1_PerfSession_fields),
78
    PB_LAST_FIELD
79
};
80
 
81
const pb_field_t firebase_perf_v1_NetworkRequestMetric_CustomAttributesEntry_fields[3] = {
82
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_NetworkRequestMetric_CustomAttributesEntry, key, key, 0),
83
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_NetworkRequestMetric_CustomAttributesEntry, value, key, 0),
84
    PB_LAST_FIELD
85
};
86
 
87
const pb_field_t firebase_perf_v1_PerfSession_fields[3] = {
88
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_PerfSession, session_id, session_id, 0),
89
    PB_FIELD(  2, UENUM   , REPEATED, POINTER , OTHER, firebase_perf_v1_PerfSession, session_verbosity, session_id, 0),
90
    PB_LAST_FIELD
91
};
92
 
93
const pb_field_t firebase_perf_v1_GaugeMetric_fields[6] = {
94
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_GaugeMetric, session_id, session_id, 0),
95
    PB_FIELD(  2, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_GaugeMetric, cpu_metric_readings, session_id, &firebase_perf_v1_CpuMetricReading_fields),
96
    PB_FIELD(  3, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_GaugeMetric, gauge_metadata, cpu_metric_readings, &firebase_perf_v1_GaugeMetadata_fields),
97
    PB_FIELD(  4, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_GaugeMetric, android_memory_readings, gauge_metadata, &firebase_perf_v1_AndroidMemoryReading_fields),
98
    PB_FIELD(  5, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_GaugeMetric, ios_memory_readings, android_memory_readings, &firebase_perf_v1_IosMemoryReading_fields),
99
    PB_LAST_FIELD
100
};
101
 
102
const pb_field_t firebase_perf_v1_CpuMetricReading_fields[4] = {
103
    PB_FIELD(  1, INT64   , OPTIONAL, STATIC  , FIRST, firebase_perf_v1_CpuMetricReading, client_time_us, client_time_us, 0),
104
    PB_FIELD(  2, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_CpuMetricReading, user_time_us, client_time_us, 0),
105
    PB_FIELD(  3, INT64   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_CpuMetricReading, system_time_us, user_time_us, 0),
106
    PB_LAST_FIELD
107
};
108
 
109
const pb_field_t firebase_perf_v1_IosMemoryReading_fields[4] = {
110
    PB_FIELD(  1, INT64   , OPTIONAL, STATIC  , FIRST, firebase_perf_v1_IosMemoryReading, client_time_us, client_time_us, 0),
111
    PB_FIELD(  2, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_IosMemoryReading, used_app_heap_memory_kb, client_time_us, 0),
112
    PB_FIELD(  3, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_IosMemoryReading, free_app_heap_memory_kb, used_app_heap_memory_kb, 0),
113
    PB_LAST_FIELD
114
};
115
 
116
const pb_field_t firebase_perf_v1_AndroidMemoryReading_fields[3] = {
117
    PB_FIELD(  1, INT64   , OPTIONAL, STATIC  , FIRST, firebase_perf_v1_AndroidMemoryReading, client_time_us, client_time_us, 0),
118
    PB_FIELD(  2, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_AndroidMemoryReading, used_app_java_heap_memory_kb, client_time_us, 0),
119
    PB_LAST_FIELD
120
};
121
 
122
const pb_field_t firebase_perf_v1_GaugeMetadata_fields[7] = {
123
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_GaugeMetadata, process_name, process_name, 0),
124
    PB_FIELD(  2, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_GaugeMetadata, cpu_clock_rate_khz, process_name, 0),
125
    PB_FIELD(  3, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_GaugeMetadata, device_ram_size_kb, cpu_clock_rate_khz, 0),
126
    PB_FIELD(  4, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_GaugeMetadata, max_app_java_heap_memory_kb, device_ram_size_kb, 0),
127
    PB_FIELD(  5, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_GaugeMetadata, max_encouraged_app_java_heap_memory_kb, max_app_java_heap_memory_kb, 0),
128
    PB_FIELD(  6, INT32   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_GaugeMetadata, cpu_processor_count, max_encouraged_app_java_heap_memory_kb, 0),
129
    PB_LAST_FIELD
130
};
131
 
132
const pb_field_t firebase_perf_v1_ApplicationInfo_fields[8] = {
133
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_ApplicationInfo, google_app_id, google_app_id, 0),
134
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_ApplicationInfo, app_instance_id, google_app_id, 0),
135
    PB_FIELD(  3, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_ApplicationInfo, android_app_info, app_instance_id, &firebase_perf_v1_AndroidApplicationInfo_fields),
136
    PB_FIELD(  4, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_ApplicationInfo, ios_app_info, android_app_info, &firebase_perf_v1_IosApplicationInfo_fields),
137
    PB_FIELD(  5, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_ApplicationInfo, application_process_state, ios_app_info, 0),
138
    PB_FIELD(  6, MESSAGE , REPEATED, POINTER , OTHER, firebase_perf_v1_ApplicationInfo, custom_attributes, application_process_state, &firebase_perf_v1_ApplicationInfo_CustomAttributesEntry_fields),
139
    PB_FIELD(  7, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_ApplicationInfo, web_app_info, custom_attributes, &firebase_perf_v1_WebApplicationInfo_fields),
140
    PB_LAST_FIELD
141
};
142
 
143
const pb_field_t firebase_perf_v1_ApplicationInfo_CustomAttributesEntry_fields[3] = {
144
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_ApplicationInfo_CustomAttributesEntry, key, key, 0),
145
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_ApplicationInfo_CustomAttributesEntry, value, key, 0),
146
    PB_LAST_FIELD
147
};
148
 
149
const pb_field_t firebase_perf_v1_WebApplicationInfo_fields[6] = {
150
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_WebApplicationInfo, sdk_version, sdk_version, 0),
151
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_WebApplicationInfo, page_url, sdk_version, 0),
152
    PB_FIELD(  3, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_WebApplicationInfo, service_worker_status, page_url, 0),
153
    PB_FIELD(  4, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_WebApplicationInfo, visibility_state, service_worker_status, 0),
154
    PB_FIELD(  5, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_WebApplicationInfo, effective_connection_type, visibility_state, 0),
155
    PB_LAST_FIELD
156
};
157
 
158
const pb_field_t firebase_perf_v1_AndroidApplicationInfo_fields[4] = {
159
    PB_FIELD(  1, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_AndroidApplicationInfo, package_name, package_name, 0),
160
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_AndroidApplicationInfo, sdk_version, package_name, 0),
161
    PB_FIELD(  3, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_AndroidApplicationInfo, version_name, sdk_version, 0),
162
    PB_LAST_FIELD
163
};
164
 
165
const pb_field_t firebase_perf_v1_NetworkConnectionInfo_fields[3] = {
166
    PB_FIELD(  1, ENUM    , OPTIONAL, STATIC  , FIRST, firebase_perf_v1_NetworkConnectionInfo, network_type, network_type, &firebase_perf_v1_NetworkConnectionInfo_network_type_default),
167
    PB_FIELD(  2, UENUM   , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_NetworkConnectionInfo, mobile_subtype, network_type, &firebase_perf_v1_NetworkConnectionInfo_mobile_subtype_default),
168
    PB_LAST_FIELD
169
};
170
 
171
const pb_field_t firebase_perf_v1_IosApplicationInfo_fields[5] = {
172
    PB_FIELD(  2, BYTES   , OPTIONAL, POINTER , FIRST, firebase_perf_v1_IosApplicationInfo, sdk_version, sdk_version, 0),
173
    PB_FIELD(  3, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_IosApplicationInfo, bundle_short_version, sdk_version, 0),
174
    PB_FIELD(  4, BYTES   , OPTIONAL, POINTER , OTHER, firebase_perf_v1_IosApplicationInfo, mcc_mnc, bundle_short_version, 0),
175
    PB_FIELD(  5, MESSAGE , OPTIONAL, STATIC  , OTHER, firebase_perf_v1_IosApplicationInfo, network_connection_info, mcc_mnc, &firebase_perf_v1_NetworkConnectionInfo_fields),
176
    PB_LAST_FIELD
177
};
178
 
179
const pb_field_t firebase_perf_v1_TransportInfo_fields[2] = {
180
    PB_FIELD(  1, UENUM   , OPTIONAL, STATIC  , FIRST, firebase_perf_v1_TransportInfo, dispatch_destination, dispatch_destination, 0),
181
    PB_LAST_FIELD
182
};
183
 
184
 
185
 
186
 
187
 
188
 
189
 
190
 
191
 
192
 
193
 
194
 
195
/* Check that field information fits in pb_field_t */
196
#if !defined(PB_FIELD_32BIT)
197
/* If you get an error here, it means that you need to define PB_FIELD_32BIT
198
 * compile-time option. You can do that in pb.h or on compiler command line.
199
 *
200
 * The reason you need to do this is that some of your messages contain tag
201
 * numbers or field sizes that are larger than what can fit in 8 or 16 bit
202
 * field descriptors.
203
 */
204
PB_STATIC_ASSERT((pb_membersize(firebase_perf_v1_PerfMetric, application_info) < 65536 && pb_membersize(firebase_perf_v1_PerfMetric, trace_metric) < 65536 && pb_membersize(firebase_perf_v1_PerfMetric, network_request_metric) < 65536 && pb_membersize(firebase_perf_v1_PerfMetric, gauge_metric) < 65536 && pb_membersize(firebase_perf_v1_PerfMetric, transport_info) < 65536 && pb_membersize(firebase_perf_v1_GaugeMetric, gauge_metadata) < 65536 && pb_membersize(firebase_perf_v1_ApplicationInfo, android_app_info) < 65536 && pb_membersize(firebase_perf_v1_ApplicationInfo, ios_app_info) < 65536 && pb_membersize(firebase_perf_v1_ApplicationInfo, web_app_info) < 65536 && pb_membersize(firebase_perf_v1_IosApplicationInfo, network_connection_info) < 65536), YOU_MUST_DEFINE_PB_FIELD_32BIT_FOR_MESSAGES_firebase_perf_v1_PerfMetric_firebase_perf_v1_TraceMetric_firebase_perf_v1_TraceMetric_CountersEntry_firebase_perf_v1_TraceMetric_CustomAttributesEntry_firebase_perf_v1_NetworkRequestMetric_firebase_perf_v1_NetworkRequestMetric_CustomAttributesEntry_firebase_perf_v1_PerfSession_firebase_perf_v1_GaugeMetric_firebase_perf_v1_CpuMetricReading_firebase_perf_v1_IosMemoryReading_firebase_perf_v1_AndroidMemoryReading_firebase_perf_v1_GaugeMetadata_firebase_perf_v1_ApplicationInfo_firebase_perf_v1_ApplicationInfo_CustomAttributesEntry_firebase_perf_v1_WebApplicationInfo_firebase_perf_v1_AndroidApplicationInfo_firebase_perf_v1_NetworkConnectionInfo_firebase_perf_v1_IosApplicationInfo_firebase_perf_v1_TransportInfo)
205
#endif
206
 
207
#if !defined(PB_FIELD_16BIT) && !defined(PB_FIELD_32BIT)
208
/* If you get an error here, it means that you need to define PB_FIELD_16BIT
209
 * compile-time option. You can do that in pb.h or on compiler command line.
210
 *
211
 * The reason you need to do this is that some of your messages contain tag
212
 * numbers or field sizes that are larger than what can fit in the default
213
 * 8 bit descriptors.
214
 */
215
PB_STATIC_ASSERT((pb_membersize(firebase_perf_v1_PerfMetric, application_info) < 256 && pb_membersize(firebase_perf_v1_PerfMetric, trace_metric) < 256 && pb_membersize(firebase_perf_v1_PerfMetric, network_request_metric) < 256 && pb_membersize(firebase_perf_v1_PerfMetric, gauge_metric) < 256 && pb_membersize(firebase_perf_v1_PerfMetric, transport_info) < 256 && pb_membersize(firebase_perf_v1_GaugeMetric, gauge_metadata) < 256 && pb_membersize(firebase_perf_v1_ApplicationInfo, android_app_info) < 256 && pb_membersize(firebase_perf_v1_ApplicationInfo, ios_app_info) < 256 && pb_membersize(firebase_perf_v1_ApplicationInfo, web_app_info) < 256 && pb_membersize(firebase_perf_v1_IosApplicationInfo, network_connection_info) < 256), YOU_MUST_DEFINE_PB_FIELD_16BIT_FOR_MESSAGES_firebase_perf_v1_PerfMetric_firebase_perf_v1_TraceMetric_firebase_perf_v1_TraceMetric_CountersEntry_firebase_perf_v1_TraceMetric_CustomAttributesEntry_firebase_perf_v1_NetworkRequestMetric_firebase_perf_v1_NetworkRequestMetric_CustomAttributesEntry_firebase_perf_v1_PerfSession_firebase_perf_v1_GaugeMetric_firebase_perf_v1_CpuMetricReading_firebase_perf_v1_IosMemoryReading_firebase_perf_v1_AndroidMemoryReading_firebase_perf_v1_GaugeMetadata_firebase_perf_v1_ApplicationInfo_firebase_perf_v1_ApplicationInfo_CustomAttributesEntry_firebase_perf_v1_WebApplicationInfo_firebase_perf_v1_AndroidApplicationInfo_firebase_perf_v1_NetworkConnectionInfo_firebase_perf_v1_IosApplicationInfo_firebase_perf_v1_TransportInfo)
216
#endif
217
 
218
 
219
/* @@protoc_insertion_point(eof) */