-
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: Re-generated to pick up changes from googleapis-discovery with …
…latest fixes (#60) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/0f625f7b-442c-437d-b302-e058ae94a188/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/googleapis-discovery@6b01eb5 Source-Link: googleapis/googleapis-discovery@347a817 Source-Link: googleapis/googleapis-discovery@0e4b428 chore: add x-goog-api-client header to rest clients feat: Raise GoogleAPICallError on REST response errors feat: remove support for google-api-core < 1.26.0
- Loading branch information
1 parent
cb36daf
commit e715ec2
Showing
346 changed files
with
32,730 additions
and
7,653 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 |
---|---|---|
|
@@ -26,6 +26,6 @@ repos: | |
hooks: | ||
- id: black | ||
- repo: https://gitlab.com/pycqa/flake8 | ||
rev: 3.9.1 | ||
rev: 3.9.2 | ||
hooks: | ||
- id: flake8 |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-compute/docs/compute_v1/firewall_policies.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,10 @@ | ||
FirewallPolicies | ||
---------------------------------- | ||
|
||
.. automodule:: google.cloud.compute_v1.services.firewall_policies | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.compute_v1.services.firewall_policies.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-compute/docs/compute_v1/global_public_delegated_prefixes.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,10 @@ | ||
GlobalPublicDelegatedPrefixes | ||
----------------------------------------------- | ||
|
||
.. automodule:: google.cloud.compute_v1.services.global_public_delegated_prefixes | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.compute_v1.services.global_public_delegated_prefixes.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-compute/docs/compute_v1/public_advertised_prefixes.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,10 @@ | ||
PublicAdvertisedPrefixes | ||
------------------------------------------ | ||
|
||
.. automodule:: google.cloud.compute_v1.services.public_advertised_prefixes | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.compute_v1.services.public_advertised_prefixes.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-compute/docs/compute_v1/public_delegated_prefixes.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,10 @@ | ||
PublicDelegatedPrefixes | ||
----------------------------------------- | ||
|
||
.. automodule:: google.cloud.compute_v1.services.public_delegated_prefixes | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.compute_v1.services.public_delegated_prefixes.pagers | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-compute/docs/compute_v1/region_instances.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 @@ | ||
RegionInstances | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.compute_v1.services.region_instances | ||
: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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.. note:: | ||
|
||
Because this client uses :mod:`grpcio` library, it is safe to | ||
Because this client uses :mod:`grpc` library, it is safe to | ||
share instances across threads. In multiprocessing scenarios, the best | ||
practice is to create client instances *after* the invocation of | ||
:func:`os.fork` by :class:`multiprocessing.Pool` or | ||
:func:`os.fork` by :class:`multiprocessing.pool.Pool` or | ||
:class:`multiprocessing.Process`. |
214 changes: 214 additions & 0 deletions
214
packages/google-cloud-compute/google/cloud/compute/__init__.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.