Skip to content

Commit 3d573f9

Browse files
authored
Update Firestore sources for nanopb 0.3.9.5 (#5481)
1 parent dabfd91 commit 3d573f9

36 files changed

+42
-36
lines changed

Firestore/Protos/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ make -j generate_protos
1616

1717
Verify diffs, make sure tests still pass, and create a PR.
1818

19+
### Updating to a new nanopb version:
20+
* Modify verion in [nanopb.cmake](cmake/external/nanopb.cmake).
21+
* Build.
22+
* Note build failure.
23+
* Plug expected hash into [nanopb.cmake](cmake/external/nanopb.cmake).
24+
1925
### Script Details
2026

2127
Get the protoc and the gRPC plugin. See

Firestore/Protos/nanopb/firestore/local/maybe_document.nanopb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "maybe_document.nanopb.h"
2121

Firestore/Protos/nanopb/firestore/local/maybe_document.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_FIRESTORE_CLIENT_MAYBE_DOCUMENT_NANOPB_H_INCLUDED
2121
#define PB_FIRESTORE_CLIENT_MAYBE_DOCUMENT_NANOPB_H_INCLUDED

Firestore/Protos/nanopb/firestore/local/mutation.nanopb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "mutation.nanopb.h"
2121

Firestore/Protos/nanopb/firestore/local/mutation.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_FIRESTORE_CLIENT_MUTATION_NANOPB_H_INCLUDED
2121
#define PB_FIRESTORE_CLIENT_MUTATION_NANOPB_H_INCLUDED

Firestore/Protos/nanopb/firestore/local/target.nanopb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "target.nanopb.h"
2121

Firestore/Protos/nanopb/firestore/local/target.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_FIRESTORE_CLIENT_TARGET_NANOPB_H_INCLUDED
2121
#define PB_FIRESTORE_CLIENT_TARGET_NANOPB_H_INCLUDED

Firestore/Protos/nanopb/google/api/annotations.nanopb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "annotations.nanopb.h"
2121

Firestore/Protos/nanopb/google/api/annotations.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_GOOGLE_API_ANNOTATIONS_NANOPB_H_INCLUDED
2121
#define PB_GOOGLE_API_ANNOTATIONS_NANOPB_H_INCLUDED

Firestore/Protos/nanopb/google/api/http.nanopb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.2 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "http.nanopb.h"
2121

0 commit comments

Comments
 (0)