Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generate protos to add NOT_EQUAL, NOT_IN, IS_NOT_NAN, IS_NOT_NULL query operators #343

Merged
merged 2 commits into from Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
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