Skip to content

Commit

Permalink
feat: Update Compute Engine API to revision 20240220 (#886)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/googleapis@0df0f51

Source-Link: googleapis/googleapis-gen@b0b8f14
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImIwYjhmMTQ3YTc3MTYyYmJjNjAzY2MxZTA0NzUyYTM2MjFlMTJlYjUifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Feb 29, 2024
1 parent 456a190 commit bce1e71
Show file tree
Hide file tree
Showing 1,528 changed files with 1,042,453 additions and 0 deletions.
13 changes: 13 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[run]
branch = True

[report]
show_missing = True
omit =
google/cloud/compute/__init__.py
google/cloud/compute/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
33 changes: 33 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
#
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Generated by synthtool. DO NOT EDIT!
[flake8]
ignore = E203, E266, E501, W503
exclude =
# Exclude generated code.
**/proto/**
**/gapic/**
**/services/**
**/types/**
*_pb2.py

# Standard linting exemptions.
**/.nox/**
__pycache__,
.git,
*.pyc,
conf.py
2 changes: 2 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include google/cloud/compute *.py
recursive-include google/cloud/compute_v1 *.py
49 changes: 49 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Python Client for Google Cloud Compute API
=================================================

Quick Start
-----------

In order to use this library, you first need to go through the following steps:

1. `Select or create a Cloud Platform project.`_
2. `Enable billing for your project.`_
3. Enable the Google Cloud Compute API.
4. `Setup Authentication.`_

.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html

Installation
~~~~~~~~~~~~

Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to
create isolated Python environments. The basic problem it addresses is one of
dependencies and versions, and indirectly permissions.

With `virtualenv`_, it's possible to install this library without needing system
install permissions, and without clashing with the installed system
dependencies.

.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Mac/Linux
^^^^^^^^^

.. code-block:: console
python3 -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install /path/to/library
Windows
^^^^^^^

.. code-block:: console
python3 -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install \path\to\library
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dl.field-list > dt {
min-width: 100px
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
AcceleratorTypes
----------------------------------

.. automodule:: google.cloud.compute_v1.services.accelerator_types
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.accelerator_types.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Addresses
---------------------------

.. automodule:: google.cloud.compute_v1.services.addresses
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.addresses.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Autoscalers
-----------------------------

.. automodule:: google.cloud.compute_v1.services.autoscalers
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.autoscalers.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BackendBuckets
--------------------------------

.. automodule:: google.cloud.compute_v1.services.backend_buckets
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.backend_buckets.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BackendServices
---------------------------------

.. automodule:: google.cloud.compute_v1.services.backend_services
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.backend_services.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DiskTypes
---------------------------

.. automodule:: google.cloud.compute_v1.services.disk_types
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.disk_types.pagers
:members:
:inherited-members:
10 changes: 10 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/docs/compute_v1/disks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Disks
-----------------------

.. automodule:: google.cloud.compute_v1.services.disks
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.disks.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ExternalVpnGateways
-------------------------------------

.. automodule:: google.cloud.compute_v1.services.external_vpn_gateways
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.external_vpn_gateways.pagers
:members:
:inherited-members:
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:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Firewalls
---------------------------

.. automodule:: google.cloud.compute_v1.services.firewalls
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.firewalls.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ForwardingRules
---------------------------------

.. automodule:: google.cloud.compute_v1.services.forwarding_rules
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.forwarding_rules.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GlobalAddresses
---------------------------------

.. automodule:: google.cloud.compute_v1.services.global_addresses
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.global_addresses.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GlobalForwardingRules
---------------------------------------

.. automodule:: google.cloud.compute_v1.services.global_forwarding_rules
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.global_forwarding_rules.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GlobalNetworkEndpointGroups
---------------------------------------------

.. automodule:: google.cloud.compute_v1.services.global_network_endpoint_groups
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.global_network_endpoint_groups.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GlobalOperations
----------------------------------

.. automodule:: google.cloud.compute_v1.services.global_operations
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.global_operations.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GlobalOrganizationOperations
----------------------------------------------

.. automodule:: google.cloud.compute_v1.services.global_organization_operations
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.global_organization_operations.pagers
:members:
:inherited-members:
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:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
HealthChecks
------------------------------

.. automodule:: google.cloud.compute_v1.services.health_checks
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.health_checks.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ImageFamilyViews
----------------------------------

.. automodule:: google.cloud.compute_v1.services.image_family_views
:members:
:inherited-members:
10 changes: 10 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/docs/compute_v1/images.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Images
------------------------

.. automodule:: google.cloud.compute_v1.services.images
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.images.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InstanceGroupManagers
---------------------------------------

.. automodule:: google.cloud.compute_v1.services.instance_group_managers
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.instance_group_managers.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InstanceGroups
--------------------------------

.. automodule:: google.cloud.compute_v1.services.instance_groups
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.instance_groups.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InstanceTemplates
-----------------------------------

.. automodule:: google.cloud.compute_v1.services.instance_templates
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.instance_templates.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Instances
---------------------------

.. automodule:: google.cloud.compute_v1.services.instances
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.instances.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InstantSnapshots
----------------------------------

.. automodule:: google.cloud.compute_v1.services.instant_snapshots
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.instant_snapshots.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InterconnectAttachments
-----------------------------------------

.. automodule:: google.cloud.compute_v1.services.interconnect_attachments
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.interconnect_attachments.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
InterconnectLocations
---------------------------------------

.. automodule:: google.cloud.compute_v1.services.interconnect_locations
:members:
:inherited-members:

.. automodule:: google.cloud.compute_v1.services.interconnect_locations.pagers
:members:
:inherited-members:
Loading

0 comments on commit bce1e71

Please sign in to comment.