Skip to content

Commit

Permalink
feat: add from_service_account_info (#66)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yoshi-automation committed Mar 24, 2021
1 parent 9951efb commit 537d54f
Show file tree
Hide file tree
Showing 28 changed files with 3,306 additions and 1,579 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClusterManager
--------------------------------

.. automodule:: google.cloud.container_v1.services.cluster_manager
:members:
:inherited-members:


.. automodule:: google.cloud.container_v1.services.cluster_manager.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Services for Google Container v1 API
====================================
.. toctree::
:maxdepth: 2

.. automodule:: google.cloud.container_v1.services.cluster_manager
:members:
:inherited-members:
cluster_manager
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Types for Google Container v1 API

.. automodule:: google.cloud.container_v1.types
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClusterManager
--------------------------------

.. automodule:: google.cloud.container_v1beta1.services.cluster_manager
:members:
:inherited-members:


.. automodule:: google.cloud.container_v1beta1.services.cluster_manager.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Services for Google Container v1beta1 API
=========================================
.. toctree::
:maxdepth: 2

.. automodule:: google.cloud.container_v1beta1.services.cluster_manager
:members:
:inherited-members:
cluster_manager
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Types for Google Container v1beta1 API

.. automodule:: google.cloud.container_v1beta1.types
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 537d54f

Please sign in to comment.