File tree 7 files changed +61
-6
lines changed
7 files changed +61
-6
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
17
- # created: 2024-03-15T16:25:47.905264637Z
16
+ digest : sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
17
+ # created: 2024-04-12T11:35:58.922854369Z
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
requestsize :
15
15
enabled : true
16
+
17
+ path :
18
+ pullrequest : true
19
+ paths :
20
+ samples : " samples"
Original file line number Diff line number Diff line change
1
+ # Blunderbuss config
2
+ #
3
+ # This file controls who is assigned for pull requests and issues.
4
+ # Note: This file is autogenerated. To make changes to the assignee
5
+ # team, please update `codeowner_team` in `.repo-metadata.json`.
6
+ assign_issues :
7
+ - googleapis/cloud-native-db-dpes
8
+ - googleapis/api-datastore-sdk
9
+ - googleapis/api-firestore-partners
10
+
11
+ assign_issues_by :
12
+ - labels :
13
+ - " samples"
14
+ to :
15
+ - googleapis/python-samples-reviewers
16
+ - googleapis/cloud-native-db-dpes
17
+ - googleapis/api-datastore-sdk
18
+ - googleapis/api-firestore-partners
19
+
20
+ assign_prs :
21
+ - googleapis/cloud-native-db-dpes
22
+ - googleapis/api-datastore-sdk
23
+ - googleapis/api-firestore-partners
Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ googleapis-common-protos==1.61.0 \
252
252
--hash =sha256:22f1915393bb3245343f6efe87f6fe868532efc12aa26b391b15132e1279f1c0 \
253
253
--hash =sha256:8a64866a97f6304a7179873a465d6eee97b7a24ec6cfd78e0f575e96b821240b
254
254
# via google-api-core
255
- idna == 3.4 \
256
- --hash =sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 \
257
- --hash =sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
255
+ idna == 3.7 \
256
+ --hash =sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
257
+ --hash =sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
258
258
# via requests
259
259
importlib-metadata == 6.8.0 \
260
260
--hash =sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ consistency for all other queries.
19
19
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-datastore.svg
20
20
:target: https://pypi.org/project/google-cloud-datastore/
21
21
.. _Google Cloud Datastore API : https://cloud.google.com/datastore
22
- .. _Client Library Documentation : https://cloud.google.com/python/docs/reference/datastore/latest
22
+ .. _Client Library Documentation : https://cloud.google.com/python/docs/reference/datastore/latest/summary_overview
23
23
.. _Product Documentation : https://cloud.google.com/datastore
24
24
25
25
Quick Start
Original file line number Diff line number Diff line change @@ -43,3 +43,8 @@ For a list of all ``google-cloud-datastore`` releases:
43
43
:maxdepth: 2
44
44
45
45
changelog
46
+
47
+ .. toctree ::
48
+ :hidden:
49
+
50
+ summary_overview.md
Original file line number Diff line number Diff line change
1
+ [
2
+ This is a templated file. Adding content to this file may result in it being
3
+ reverted. Instead, if you want to place additional content, create an
4
+ "overview_content.md" file in ` docs/ ` directory. The Sphinx tool will
5
+ pick up on the content and merge the content.
6
+ ] : #
7
+
8
+ # Google Cloud Datastore API
9
+
10
+ Overview of the APIs available for Google Cloud Datastore API.
11
+
12
+ ## All entries
13
+
14
+ Classes, methods and properties & attributes for
15
+ Google Cloud Datastore API.
16
+
17
+ [ classes] ( https://cloud.google.com/python/docs/reference/datastore/latest/summary_class.html )
18
+
19
+ [ methods] ( https://cloud.google.com/python/docs/reference/datastore/latest/summary_method.html )
20
+
21
+ [ properties and
22
+ attributes] ( https://cloud.google.com/python/docs/reference/datastore/latest/summary_property.html )
You can’t perform that action at this time.
0 commit comments