Skip to content

Commit b50f2ba

Browse files
feat: [Firestore] expose the 'auto_commit_transaction' option for the ExecutePipeline API (#9244)
* feat: expose the 'auto_commit_transaction' option for the ExecutePipeline API feat: expose the 'concurrency_mode' option for the Cloud Firestore API chore: Firestore.executePipeline to not retry on `DEADLINE_EXCEEDED` docs: A comment for message `TransactionOptions` is changed to better detail the new 'concurrency_mode' option. docs: A comment for field `parent` in message `.google.firestore.v1.ListCollectionIdsRequest` is changed to describe how to list top-level collections. docs: A comment for field `order_by` in message `.google.firestore.v1.StructuredQuery` is updated to describe default behavior for ENTERPRISE edition databases PiperOrigin-RevId: 929318392 Source-Link: googleapis/googleapis@465f309 Source-Link: googleapis/googleapis-gen@3b64fbe Copy-Tag: eyJwIjoiRmlyZXN0b3JlLy5Pd2xCb3QueWFtbCIsImgiOiIzYjY0ZmJlMzYyZTJiZGQzMjhjYWFjNjdiN2IzNTdhNWRjNTIxNTliIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 609378d commit b50f2ba

9 files changed

Lines changed: 249 additions & 34 deletions

File tree

Firestore/metadata/V1/Common.php

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firestore/metadata/V1/Firestore.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firestore/samples/V1/FirestoreClient/list_collection_ids.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
* `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
3636
* For example:
3737
* `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom`
38+
*
39+
* Use `projects/{project_id}/databases/{database_id}/documents` to list
40+
* top-level collections.
3841
*/
3942
function list_collection_ids_sample(string $parent): void
4043
{

Firestore/src/V1/ExecutePipelineRequest.php

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firestore/src/V1/ListCollectionIdsRequest.php

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firestore/src/V1/StructuredQuery.php

Lines changed: 44 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firestore/src/V1/TransactionOptions/ConcurrencyMode.php

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)