Skip to content

Commit 01420e4

Browse files
committed
revert a bunch of other unnecssary changes
1 parent 9aef43a commit 01420e4

File tree

7 files changed

+145
-315
lines changed

7 files changed

+145
-315
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/AggregateSource.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteStore.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import androidx.annotation.Nullable;
2020
import androidx.annotation.VisibleForTesting;
2121
import com.google.firebase.database.collection.ImmutableSortedSet;
22-
import com.google.firebase.firestore.Query;
23-
import com.google.firebase.firestore.core.CountQuery;
2422
import com.google.firebase.firestore.core.OnlineState;
2523
import com.google.firebase.firestore.core.Transaction;
2624
import com.google.firebase.firestore.local.LocalStore;

firebase-firestore/src/proto/google/firestore/v1/common.proto

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2018 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,11 +11,13 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

1718
package google.firestore.v1;
1819

20+
import "google/api/annotations.proto";
1921
import "google/protobuf/timestamp.proto";
2022

2123
option csharp_namespace = "Google.Cloud.Firestore.V1";
@@ -25,7 +27,7 @@ option java_outer_classname = "CommonProto";
2527
option java_package = "com.google.firestore.v1";
2628
option objc_class_prefix = "GCFS";
2729
option php_namespace = "Google\\Cloud\\Firestore\\V1";
28-
option ruby_package = "Google::Cloud::Firestore::V1";
30+
2931

3032
// A set of field paths on a document.
3133
// Used to restrict a get or update operation on a document to a subset of its
@@ -47,7 +49,7 @@ message Precondition {
4749
bool exists = 1;
4850

4951
// When set, the target document must exist and have been last updated at
50-
// that time. Timestamp must be microsecond aligned.
52+
// that time.
5153
google.protobuf.Timestamp update_time = 2;
5254
}
5355
}

firebase-firestore/src/proto/google/firestore/v1/document.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2018 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,11 +11,13 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

1718
package google.firestore.v1;
1819

20+
import "google/api/annotations.proto";
1921
import "google/protobuf/struct.proto";
2022
import "google/protobuf/timestamp.proto";
2123
import "google/type/latlng.proto";
@@ -27,7 +29,7 @@ option java_outer_classname = "DocumentProto";
2729
option java_package = "com.google.firestore.v1";
2830
option objc_class_prefix = "GCFS";
2931
option php_namespace = "Google\\Cloud\\Firestore\\V1";
30-
option ruby_package = "Google::Cloud::Firestore::V1";
32+
3133

3234
// A Firestore document.
3335
//

0 commit comments

Comments
 (0)