Skip to content

Commit

Permalink
feat: generate protos to add NOT_EQUAL, NOT_IN, IS_NOT_NAN, IS_NOT_NU…
Browse files Browse the repository at this point in the history
…LL query operators (#343)

* firestore: add `!=` support

PiperOrigin-RevId: 327504150

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Aug 19 14:12:56 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 17de2b31f9450385e739bedeeaac6e1ec4f239a8
Source-Link: googleapis/googleapis@17de2b3
  • Loading branch information
yoshi-automation committed Aug 25, 2020
1 parent dda31c2 commit 3fb1b63
Show file tree
Hide file tree
Showing 9 changed files with 1,503 additions and 1,276 deletions.
Expand Up @@ -250,8 +250,9 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -267,8 +268,9 @@ public boolean hasStructuredQuery() {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -287,8 +289,9 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -309,7 +312,7 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
* <pre>
* The desired maximum number of partition points.
* The partitions may be returned across multiple pages of results.
* The number must be strictly positive. The actual number of partitions
* The number must be positive. The actual number of partitions
* returned may be fewer.
* For example, this may be set to one fewer than the number of parallel
* queries to be run, or in running a data pipeline job, one fewer than the
Expand Down Expand Up @@ -967,8 +970,9 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -984,8 +988,9 @@ public boolean hasStructuredQuery() {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -1011,8 +1016,9 @@ public com.google.firestore.v1.StructuredQuery getStructuredQuery() {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -1035,8 +1041,9 @@ public Builder setStructuredQuery(com.google.firestore.v1.StructuredQuery value)
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -1057,8 +1064,9 @@ public Builder setStructuredQuery(
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand Down Expand Up @@ -1090,8 +1098,9 @@ public Builder mergeStructuredQuery(com.google.firestore.v1.StructuredQuery valu
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -1117,8 +1126,9 @@ public Builder clearStructuredQuery() {
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -1131,8 +1141,9 @@ public com.google.firestore.v1.StructuredQuery.Builder getStructuredQueryBuilder
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -1153,8 +1164,9 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand Down Expand Up @@ -1191,7 +1203,7 @@ public com.google.firestore.v1.StructuredQueryOrBuilder getStructuredQueryOrBuil
* <pre>
* The desired maximum number of partition points.
* The partitions may be returned across multiple pages of results.
* The number must be strictly positive. The actual number of partitions
* The number must be positive. The actual number of partitions
* returned may be fewer.
* For example, this may be set to one fewer than the number of parallel
* queries to be run, or in running a data pipeline job, one fewer than the
Expand All @@ -1212,7 +1224,7 @@ public long getPartitionCount() {
* <pre>
* The desired maximum number of partition points.
* The partitions may be returned across multiple pages of results.
* The number must be strictly positive. The actual number of partitions
* The number must be positive. The actual number of partitions
* returned may be fewer.
* For example, this may be set to one fewer than the number of parallel
* queries to be run, or in running a data pipeline job, one fewer than the
Expand All @@ -1236,7 +1248,7 @@ public Builder setPartitionCount(long value) {
* <pre>
* The desired maximum number of partition points.
* The partitions may be returned across multiple pages of results.
* The number must be strictly positive. The actual number of partitions
* The number must be positive. The actual number of partitions
* returned may be fewer.
* For example, this may be set to one fewer than the number of parallel
* queries to be run, or in running a data pipeline job, one fewer than the
Expand Down
Expand Up @@ -59,8 +59,9 @@ public interface PartitionQueryRequestOrBuilder
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -73,8 +74,9 @@ public interface PartitionQueryRequestOrBuilder
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -87,8 +89,9 @@ public interface PartitionQueryRequestOrBuilder
*
* <pre>
* A structured query.
* Filters, order bys, limits, offsets, and start/end cursors are not
* supported.
* Query must specify collection with all descendants and be ordered by name
* ascending. Other filters, order bys, limits, offsets, and start/end
* cursors are not supported.
* </pre>
*
* <code>.google.firestore.v1.StructuredQuery structured_query = 2;</code>
Expand All @@ -101,7 +104,7 @@ public interface PartitionQueryRequestOrBuilder
* <pre>
* The desired maximum number of partition points.
* The partitions may be returned across multiple pages of results.
* The number must be strictly positive. The actual number of partitions
* The number must be positive. The actual number of partitions
* returned may be fewer.
* For example, this may be set to one fewer than the number of parallel
* queries to be run, or in running a data pipeline job, one fewer than the
Expand Down

0 comments on commit 3fb1b63

Please sign in to comment.