sessions.options 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Copyright 2022 Google LLC
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. #
  15. #
  16. # Options for sessions.proto
  17. #
  18. # Important: Any strings or repeated fields should be speficied in this file as
  19. # type:FT_POINTER
  20. #
  21. # Eg: `# google_crashlytics.Report.sdk_version type:FT_POINTER`
  22. #
  23. firebase.appquality.sessions.SessionInfo.session_id type:FT_POINTER
  24. firebase.appquality.sessions.SessionInfo.first_session_id type:FT_POINTER
  25. firebase.appquality.sessions.SessionInfo.firebase_installation_id type:FT_POINTER
  26. firebase.appquality.sessions.ApplicationInfo.app_id type:FT_POINTER
  27. firebase.appquality.sessions.ApplicationInfo.device_model type:FT_POINTER
  28. firebase.appquality.sessions.ApplicationInfo.development_platform_name type:FT_POINTER
  29. firebase.appquality.sessions.ApplicationInfo.development_platform_version type:FT_POINTER
  30. firebase.appquality.sessions.ApplicationInfo.session_sdk_version type:FT_POINTER
  31. firebase.appquality.sessions.ApplicationInfo.os_version type:FT_POINTER
  32. firebase.appquality.sessions.AndroidApplicationInfo.package_name type:FT_POINTER
  33. firebase.appquality.sessions.AndroidApplicationInfo.version_name type:FT_POINTER
  34. firebase.appquality.sessions.AppleApplicationInfo.bundle_short_version type:FT_POINTER
  35. firebase.appquality.sessions.AppleApplicationInfo.app_build_version type:FT_POINTER
  36. firebase.appquality.sessions.AppleApplicationInfo.mcc_mnc type:FT_POINTER