Skip to content

Commit

Permalink
Update Firestore Documentation. (#1709)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/Firestore/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/firestore/artman_firestore_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-firestore-v1.
synthtool > Running generator for google/firestore/artman_firestore.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-firestore-v1beta1.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/Gapic/FirestoreGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/FirestoreClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta1/FirestoreClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/Gapic/FirestoreGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/FirestoreClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/FirestoreClientTest.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

```
  • Loading branch information
yoshi-automation authored and jdpedrie committed Mar 1, 2019
1 parent 2d39206 commit ea1374b
Show file tree
Hide file tree
Showing 55 changed files with 344 additions and 214 deletions.
3 changes: 2 additions & 1 deletion Firestore/src/V1/BatchGetDocumentsRequest.php

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

15 changes: 10 additions & 5 deletions Firestore/src/V1/BatchGetDocumentsResponse.php

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

3 changes: 2 additions & 1 deletion Firestore/src/V1/BeginTransactionRequest.php

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

3 changes: 2 additions & 1 deletion Firestore/src/V1/BeginTransactionResponse.php

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

3 changes: 2 additions & 1 deletion Firestore/src/V1/CreateDocumentRequest.php

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

3 changes: 2 additions & 1 deletion Firestore/src/V1/DeleteDocumentRequest.php

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

9 changes: 5 additions & 4 deletions Firestore/src/V1/DocumentChange.php

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

21 changes: 13 additions & 8 deletions Firestore/src/V1/DocumentDelete.php

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

23 changes: 14 additions & 9 deletions Firestore/src/V1/DocumentMask.php

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

20 changes: 13 additions & 7 deletions Firestore/src/V1/DocumentRemove.php

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

20 changes: 12 additions & 8 deletions Firestore/src/V1/DocumentTransform/FieldTransform.php

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

12 changes: 8 additions & 4 deletions Firestore/src/V1/ExistenceFilter.php

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

2 changes: 2 additions & 0 deletions Firestore/src/V1/FirestoreGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
namespace Google\Cloud\Firestore\V1;

/**
* Specification of the Firestore API.
*
* The Cloud Firestore service.
*
* This service exposes several types of comparable timestamps:
Expand Down
5 changes: 3 additions & 2 deletions Firestore/src/V1/Gapic/FirestoreGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,9 @@ public function getDocument($name, array $optionalArgs = [])
* @type bool $showMissing
* If the list should show missing documents. A missing document is a
* document that does not exist but has sub-documents. These documents will
* be returned with a key but will not have fields, [Document.create_time][google.firestore.v1.Document.create_time],
* or [Document.update_time][google.firestore.v1.Document.update_time] set.
* be returned with a key but will not have fields,
* [Document.create_time][google.firestore.v1.Document.create_time], or
* [Document.update_time][google.firestore.v1.Document.update_time] set.
*
* Requests with `show_missing` may not specify `where` or
* `order_by`.
Expand Down
Loading

0 comments on commit ea1374b

Please sign in to comment.