-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add from_service_account_info factory and fix sphinx identifiers (
#74) 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
- Loading branch information
1 parent
2f4f05e
commit 9011a4f
Showing
9 changed files
with
316 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...google-cloud-containeranalysis/docs/containeranalysis_v1/container_analysis.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ContainerAnalysis | ||
----------------------------------- | ||
|
||
.. automodule:: google.cloud.devtools.containeranalysis_v1.services.container_analysis | ||
:members: | ||
:inherited-members: |
6 changes: 3 additions & 3 deletions
6
packages/google-cloud-containeranalysis/docs/containeranalysis_v1/services.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Services for Google Cloud Devtools Containeranalysis v1 API | ||
=========================================================== | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
.. automodule:: google.cloud.devtools.containeranalysis_v1.services.container_analysis | ||
:members: | ||
:inherited-members: | ||
container_analysis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
264 changes: 125 additions & 139 deletions
264
...is/google/cloud/devtools/containeranalysis_v1/services/container_analysis/async_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
297 changes: 149 additions & 148 deletions
297
...analysis/google/cloud/devtools/containeranalysis_v1/services/container_analysis/client.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters