8000 feat: add `from_service_account_info` (#66) · googleapis/google-cloud-python@537d54f · GitHub
[go: up one dir, main page]

Skip to content

Commit 537d54f

Browse files
feat: add from_service_account_info (#66)
* chore: upgrade gapic-generator-python to 0.39.1 feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jan 5 16:44:11 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 520682435235d9c503983a360a2090025aa47cd1 Source-Link: googleapis/googleapis@5206824 * chore: update Go generator, rules_go, and protobuf PiperOrigin-RevId: 352816749 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jan 20 10:06:23 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: ceaaf31b3d13badab7cf9d3b570f5639db5593d9 Source-Link: googleapis/googleapis@ceaaf31 * chore: upgrade gapic-generator-python to 0.40.5 PiperOrigin-RevId: 354996675 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Feb 1 12:11:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 20712b8fe95001b312f62c6c5f33e3e3ec92cfaf Source-Link: googleapis/googleapis@20712b8 * chore: update gapic-generator-python PiperOrigin-RevId: 355923884 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Feb 5 14:04:52 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5e3dacee19405529b841b53797df799c2383536c Source-Link: googleapis/googleapis@5e3dace * chore: update gapic-generator-python to 0.40.11 PiperOrigin-RevId: 359562873 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Feb 25 10:52:32 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c Source-Link: googleapis/googleapis@07932bb * docs: Fixed broken links in the reference documentation PiperOrigin-RevId: 361597303 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 8 10:18:21 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: d060a12e9731b05fccb56aee4d4bf176892b7911 Source-Link: googleapis/googleapis@d060a12 * chore: upgrade gapic-generator-python to 0.42.2 PiperOrigin-RevId: 361662015 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 8 14:47:18 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf Source-Link: googleapis/googleapis@28a5919 * chore: upgrade gapic-generator-python to 0.43.1 PiperOrigin-RevId: 364411656 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 22 14:40:22 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 149a3a84c29c9b8189576c7442ccb6dcf6a8f95b Source-Link: googleapis/googleapis@149a3a8
1 parent 9951efb commit 537d54f

File tree

28 files changed

+3306
-1579
lines changed

28 files changed

+3306
-1579
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ClusterManager
2+
--------------------------------
3+
4+
.. automodule:: google.cloud.container_v1.services.cluster_manager
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.container_v1.services.cluster_manager.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Services for Google Container v1 API
22
====================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.cloud.container_v1.services.cluster_manager
5-
:members:
6-
:inherited-members:
6+
cluster_manager

packages/google-cloud-container/docs/container_v1/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Container v1 API
33

44
.. automodule:: google.cloud.container_v1.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ClusterManager
2+
--------------------------------
3+
4+
.. automodule:: google.cloud.container_v1beta1.services.cluster_manager
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.container_v1beta1.services.cluster_manager.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Services for Google Container v1beta1 API
22
=========================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.cloud.container_v1beta1.services.cluster_manager
5-
:members:
6-
:inherited-members:
6+
cluster_manager

packages/google-cloud-container/docs/container_v1beta1/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Container v1beta1 API
33

44
.. automodule:: google.cloud.container_v1beta1.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:

0 commit comments

Comments
 (0)
0