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 "FirebaseMessaging/Sources/Protogen/nanopb/me.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 |
|
|
|
28 |
|
|
|
29 |
const pb_field_t fm_MessagingClientEvent_fields[11] = {
|
|
|
30 |
PB_FIELD( 1, INT64 , SINGULAR, STATIC , FIRST, fm_MessagingClientEvent, project_number, project_number, 0),
|
|
|
31 |
PB_FIELD( 2, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, message_id, project_number, 0),
|
|
|
32 |
PB_FIELD( 3, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, instance_id, message_id, 0),
|
|
|
33 |
PB_FIELD( 4, UENUM , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, message_type, instance_id, 0),
|
|
|
34 |
PB_FIELD( 5, UENUM , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, sdk_platform, message_type, 0),
|
|
|
35 |
PB_FIELD( 6, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, package_name, sdk_platform, 0),
|
|
|
36 |
PB_FIELD( 12, UENUM , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, event, package_name, 0),
|
|
|
37 |
PB_FIELD( 13, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, analytics_label, event, 0),
|
|
|
38 |
PB_FIELD( 14, INT64 , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, campaign_id, analytics_label, 0),
|
|
|
39 |
PB_FIELD( 15, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, composer_label, campaign_id, 0),
|
|
|
40 |
PB_LAST_FIELD
|
|
|
41 |
};
|
|
|
42 |
|
|
|
43 |
const pb_field_t fm_MessagingClientEventExtension_fields[2] = {
|
|
|
44 |
PB_FIELD( 1, MESSAGE , SINGULAR, POINTER , FIRST, fm_MessagingClientEventExtension, messaging_client_event, messaging_client_event, &fm_MessagingClientEvent_fields),
|
|
|
45 |
PB_LAST_FIELD
|
|
|
46 |
};
|
|
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
|
52 |
/* @@protoc_insertion_point(eof) */
|