This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
a917d05
commit 2f52fa3
Showing
9 changed files
with
474 additions
and
410 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CloudBuild | ||
---------------------------- | ||
|
||
.. automodule:: google.cloud.devtools.cloudbuild_v1.services.cloud_build | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.devtools.cloudbuild_v1.services.cloud_build.pagers | ||
:members: | ||
:inherited-members: |
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 Devtools Cloudbuild v1 API | ||
============================================== | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
.. automodule:: google.cloud.devtools.cloudbuild_v1.services.cloud_build | ||
:members: | ||
:inherited-members: | ||
cloud_build |
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
300 changes: 155 additions & 145 deletions
300
google/cloud/devtools/cloudbuild_v1/services/cloud_build/async_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
359 changes: 192 additions & 167 deletions
359
google/cloud/devtools/cloudbuild_v1/services/cloud_build/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
Oops, something went wrong.