File tree Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,16 @@ Connections
23
23
:undoc-members:
24
24
:show-inheritance:
25
25
26
+ Interacting with the API
27
+ ~~~~~~~~~~~~~~~~~~~~~~~~
28
+
29
+ .. automodule :: gcloud.datastore.api
30
+ :members:
31
+ :undoc-members:
32
+ :show-inheritance:
33
+
26
34
Helper functions
27
35
~~~~~~~~~~~~~~~~
28
36
29
37
.. automodule :: gcloud.datastore.helpers
30
- :members:
38
+ :members:
Original file line number Diff line number Diff line change
1
+ .. toctree ::
2
+ :maxdepth: 1
3
+ :hidden:
4
+
5
+ GCloud Package
6
+ --------------
7
+
8
+ :mod: `gcloud `
9
+ ~~~~~~~~~~~~~
10
+
11
+ .. automodule :: gcloud.__init__
12
+ :members:
13
+ :undoc-members:
14
+ :show-inheritance:
15
+
16
+ Connections
17
+ ~~~~~~~~~~~
18
+
19
+ .. automodule :: gcloud.connection
20
+ :members:
21
+ :undoc-members:
22
+ :show-inheritance:
23
+
24
+ Credentials
25
+ ~~~~~~~~~~~
26
+
27
+ .. automodule :: gcloud.credentials
28
+ :members:
29
+ :undoc-members:
30
+ :show-inheritance:
Original file line number Diff line number Diff line change 2
2
:maxdepth: 0
3
3
:hidden:
4
4
5
+ gcloud-api
5
6
datastore-api
6
7
datastore-entities
7
8
datastore-keys
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ def get_credentials():
27
27
28
28
Checks environment in order of precedence:
29
29
- Google App Engine (production and testing)
30
- - Environment variable GOOGLE_APPLICATION_CREDENTIALS pointing to
31
- a file with stored credentials information.
30
+ - Env. var. GOOGLE_APPLICATION_CREDENTIALS pointing to stored credentials.
32
31
- Stored "well known" file associated with ``gcloud`` command line tool.
33
32
- Google Compute Engine production environment.
34
33
You can’t perform that action at this time.
0 commit comments