me.nanopb.c 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. /* Automatically generated nanopb constant definitions */
  17. /* Generated by nanopb-0.3.9.8 */
  18. #include "FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.h"
  19. /* @@protoc_insertion_point(includes) */
  20. #if PB_PROTO_HEADER_VERSION != 30
  21. #error Regenerate this file with the current version of nanopb generator.
  22. #endif
  23. const pb_field_t fm_MessagingClientEvent_fields[11] = {
  24. PB_FIELD( 1, INT64 , SINGULAR, STATIC , FIRST, fm_MessagingClientEvent, project_number, project_number, 0),
  25. PB_FIELD( 2, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, message_id, project_number, 0),
  26. PB_FIELD( 3, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, instance_id, message_id, 0),
  27. PB_FIELD( 4, UENUM , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, message_type, instance_id, 0),
  28. PB_FIELD( 5, UENUM , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, sdk_platform, message_type, 0),
  29. PB_FIELD( 6, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, package_name, sdk_platform, 0),
  30. PB_FIELD( 12, UENUM , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, event, package_name, 0),
  31. PB_FIELD( 13, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, analytics_label, event, 0),
  32. PB_FIELD( 14, INT64 , SINGULAR, STATIC , OTHER, fm_MessagingClientEvent, campaign_id, analytics_label, 0),
  33. PB_FIELD( 15, BYTES , SINGULAR, POINTER , OTHER, fm_MessagingClientEvent, composer_label, campaign_id, 0),
  34. PB_LAST_FIELD
  35. };
  36. const pb_field_t fm_MessagingClientEventExtension_fields[2] = {
  37. PB_FIELD( 1, MESSAGE , SINGULAR, POINTER , FIRST, fm_MessagingClientEventExtension, messaging_client_event, messaging_client_event, &fm_MessagingClientEvent_fields),
  38. PB_LAST_FIELD
  39. };
  40. /* @@protoc_insertion_point(eof) */