Skip to content

Commit

Permalink
feat: Add bloom filter related proto fields (only in the preview API …
Browse files Browse the repository at this point in the history
…surface) (#6113)

PiperOrigin-RevId: 527090049
Source-Link: googleapis/googleapis@e2b7cb9
Source-Link: googleapis/googleapis-gen@b0d2cc1
Copy-Tag: eyJwIjoiRmlyZXN0b3JlLy5Pd2xCb3QueWFtbCIsImgiOiJiMGQyY2MxYzQ4ZGRhYzFjNWRiYWMxY2UxOTlkMjllYWYxYzVlYzBjIn0=
  • Loading branch information
gcf-owl-bot[bot] committed Apr 26, 2023
1 parent fbfeeea commit e78f568
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Firestore/samples/V1/FirestoreClient/listen.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
use Google\Cloud\Firestore\V1\ListenResponse;

/**
* Listens to changes. This method is only available via the gRPC API (not
* REST).
* Listens to changes. This method is only available via gRPC or WebChannel
* (not REST).
*
* @param string $database The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
Expand Down
2 changes: 1 addition & 1 deletion Firestore/samples/V1/FirestoreClient/write.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* Streams batches of document updates and deletes, in order. This method is
* only available via the gRPC API (not REST).
* only available via gRPC or WebChannel (not REST).
*
* @param string $database The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
Expand Down
6 changes: 3 additions & 3 deletions Firestore/src/V1/FirestoreGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function PartitionQuery(\Google\Cloud\Firestore\V1\PartitionQueryRequest

/**
* Streams batches of document updates and deletes, in order. This method is
* only available via the gRPC API (not REST).
* only available via gRPC or WebChannel (not REST).
* @param array $metadata metadata
* @param array $options call options
* @return \Grpc\BidiStreamingCall
Expand All @@ -237,8 +237,8 @@ public function Write($metadata = [], $options = []) {
}

/**
* Listens to changes. This method is only available via the gRPC API (not
* REST).
* Listens to changes. This method is only available via gRPC or WebChannel
* (not REST).
* @param array $metadata metadata
* @param array $options call options
* @return \Grpc\BidiStreamingCall
Expand Down
6 changes: 3 additions & 3 deletions Firestore/src/V1/Gapic/FirestoreGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ public function listDocuments($parent, $collectionId, array $optionalArgs = [])
}

/**
* Listens to changes. This method is only available via the gRPC API (not
* REST).
* Listens to changes. This method is only available via gRPC or WebChannel
* (not REST).
*
* Sample code:
* ```
Expand Down Expand Up @@ -1269,7 +1269,7 @@ public function updateDocument($document, $updateMask, array $optionalArgs = [])

/**
* Streams batches of document updates and deletes, in order. This method is
* only available via the gRPC API (not REST).
* only available via gRPC or WebChannel (not REST).
*
* Sample code:
* ```
Expand Down
32 changes: 28 additions & 4 deletions Firestore/src/V1/RunAggregationQueryResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Firestore/src/V1/StructuredAggregationQuery/Aggregation.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions Firestore/src/V1/StructuredQuery.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions Firestore/src/V1/StructuredQuery/FieldFilter/Operator.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e78f568

Please sign in to comment.