| OLD | NEW |
| 1 // Code generated by protoc-gen-go. | 1 // Code generated by protoc-gen-go. |
| 2 // source: google.golang.org/appengine/internal/datastore/datastore_v3.proto | 2 // source: google.golang.org/appengine/internal/datastore/datastore_v3.proto |
| 3 // DO NOT EDIT! | 3 // DO NOT EDIT! |
| 4 | 4 |
| 5 /* | 5 /* |
| 6 Package datastore is a generated protocol buffer package. | 6 Package datastore is a generated protocol buffer package. |
| 7 | 7 |
| 8 It is generated from these files: | 8 It is generated from these files: |
| 9 google.golang.org/appengine/internal/datastore/datastore_v3.proto | 9 google.golang.org/appengine/internal/datastore/datastore_v3.proto |
| 10 | 10 |
| (...skipping 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2767 | 2767 |
| 2768 func (m *CommitResponse_Version) GetVersion() int64 { | 2768 func (m *CommitResponse_Version) GetVersion() int64 { |
| 2769 if m != nil && m.Version != nil { | 2769 if m != nil && m.Version != nil { |
| 2770 return *m.Version | 2770 return *m.Version |
| 2771 } | 2771 } |
| 2772 return 0 | 2772 return 0 |
| 2773 } | 2773 } |
| 2774 | 2774 |
| 2775 func init() { | 2775 func init() { |
| 2776 } | 2776 } |
| OLD | NEW |