Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#198)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.4

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: googleapis/googleapis-gen@ca893ff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: delete duplicates

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent 507d16d commit 33020f1
Show file tree
Hide file tree
Showing 136 changed files with 650 additions and 715 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async def list_clusters(
specified zone or all zones.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -346,7 +346,7 @@ async def get_cluster(
) -> cluster_service.Cluster:
r"""Gets the details of a specific cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -494,7 +494,7 @@ async def create_cluster(
indicating which CIDR range the cluster is using.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -622,7 +622,7 @@ async def update_cluster(
) -> cluster_service.Operation:
r"""Updates the settings of a specific cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -758,7 +758,7 @@ async def update_node_pool(
specified node pool.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -831,7 +831,7 @@ async def set_node_pool_autoscaling(
pool.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -905,7 +905,7 @@ async def set_logging_service(
) -> cluster_service.Operation:
r"""Sets the logging service for a specific cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1059,7 +1059,7 @@ async def set_monitoring_service(
) -> cluster_service.Operation:
r"""Sets the monitoring service for a specific cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1215,7 +1215,7 @@ async def set_addons_config(
) -> cluster_service.Operation:
r"""Sets the addons for a specific cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1358,7 +1358,7 @@ async def set_locations(
instead.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1509,7 +1509,7 @@ async def update_master(
) -> cluster_service.Operation:
r"""Updates the master for a specific cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1660,7 +1660,7 @@ async def set_master_auth(
password.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1744,7 +1744,7 @@ async def delete_cluster(
initially created.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -1883,7 +1883,7 @@ async def list_operations(
or all zones.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2000,7 +2000,7 @@ async def get_operation(
) -> cluster_service.Operation:
r"""Gets the specified operation.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2138,7 +2138,7 @@ async def cancel_operation(
) -> None:
r"""Cancels the specified operation.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2255,7 +2255,7 @@ async def get_server_config(
Kubernetes Engine service.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2380,7 +2380,7 @@ async def get_json_web_keys(
available for all clusters.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2455,7 +2455,7 @@ async def list_node_pools(
) -> cluster_service.ListNodePoolsResponse:
r"""Lists the node pools for a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2592,7 +2592,7 @@ async def get_node_pool(
) -> cluster_service.NodePool:
r"""Retrieves the requested node pool.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2747,7 +2747,7 @@ async def create_node_pool(
) -> cluster_service.Operation:
r"""Creates a node pool for a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -2883,7 +2883,7 @@ async def delete_node_pool(
) -> cluster_service.Operation:
r"""Deletes a node pool from a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3036,7 +3036,7 @@ async def rollback_node_pool_upgrade(
successfully completed.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3175,7 +3175,7 @@ async def set_node_pool_management(
) -> cluster_service.Operation:
r"""Sets the NodeManagement options for a node pool.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3244,7 +3244,7 @@ async def set_labels(
) -> cluster_service.Operation:
r"""Sets labels on a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3323,7 +3323,7 @@ async def set_legacy_abac(
on a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3462,7 +3462,7 @@ async def start_ip_rotation(
) -> cluster_service.Operation:
r"""Starts master IP rotation.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3591,7 +3591,7 @@ async def complete_ip_rotation(
) -> cluster_service.Operation:
r"""Completes master IP rotation.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3719,7 +3719,7 @@ async def set_node_pool_size(
[NodePool.locations][google.container.v1.NodePool.locations].
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3794,7 +3794,7 @@ async def set_network_policy(
) -> cluster_service.Operation:
r"""Enables or disables Network Policy for a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -3932,7 +3932,7 @@ async def set_maintenance_policy(
) -> cluster_service.Operation:
r"""Sets the maintenance policy for a cluster.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down Expand Up @@ -4069,7 +4069,7 @@ async def list_usable_subnetworks(
clusters in a project.
.. code-block::
.. code-block:: python
from google.cloud import container_v1
Expand Down
Loading

0 comments on commit 33020f1

Please sign in to comment.