Skip to content

Commit 33020f1

Browse files
chore: use gapic-generator-python 0.63.4 (#198)
* 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>
1 parent 507d16d commit 33020f1

136 files changed

Lines changed: 650 additions & 715 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/google-cloud-container/google/cloud/container_v1/services/cluster_manager/async_client.py

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async def list_clusters(
219219
specified zone or all zones.
220220
221221
222-
.. code-block::
222+
.. code-block:: python
223223
224224
from google.cloud import container_v1
225225
@@ -346,7 +346,7 @@ async def get_cluster(
346346
) -> cluster_service.Cluster:
347347
r"""Gets the details of a specific cluster.
348348
349-
.. code-block::
349+
.. code-block:: python
350350
351351
from google.cloud import container_v1
352352
@@ -494,7 +494,7 @@ async def create_cluster(
494494
indicating which CIDR range the cluster is using.
495495
496496
497-
.. code-block::
497+
.. code-block:: python
498498
499499
from google.cloud import container_v1
500500
@@ -622,7 +622,7 @@ async def update_cluster(
622622
) -> cluster_service.Operation:
623623
r"""Updates the settings of a specific cluster.
624624
625-
.. code-block::
625+
.. code-block:: python
626626
627627
from google.cloud import container_v1
628628
@@ -758,7 +758,7 @@ async def update_node_pool(
758758
specified node pool.
759759
760760
761-
.. code-block::
761+
.. code-block:: python
762762
763763
from google.cloud import container_v1
764764
@@ -831,7 +831,7 @@ async def set_node_pool_autoscaling(
831831
pool.
832832
833833
834-
.. code-block::
834+
.. code-block:: python
835835
836836
from google.cloud import container_v1
837837
@@ -905,7 +905,7 @@ async def set_logging_service(
905905
) -> cluster_service.Operation:
906906
r"""Sets the logging service for a specific cluster.
907907
908-
.. code-block::
908+
.. code-block:: python
909909
910910
from google.cloud import container_v1
911911
@@ -1059,7 +1059,7 @@ async def set_monitoring_service(
10591059
) -> cluster_service.Operation:
10601060
r"""Sets the monitoring service for a specific cluster.
10611061
1062-
.. code-block::
1062+
.. code-block:: python
10631063
10641064
from google.cloud import container_v1
10651065
@@ -1215,7 +1215,7 @@ async def set_addons_config(
12151215
) -> cluster_service.Operation:
12161216
r"""Sets the addons for a specific cluster.
12171217
1218-
.. code-block::
1218+
.. code-block:: python
12191219
12201220
from google.cloud import container_v1
12211221
@@ -1358,7 +1358,7 @@ async def set_locations(
13581358
instead.
13591359
13601360
1361-
.. code-block::
1361+
.. code-block:: python
13621362
13631363
from google.cloud import container_v1
13641364
@@ -1509,7 +1509,7 @@ async def update_master(
15091509
) -> cluster_service.Operation:
15101510
r"""Updates the master for a specific cluster.
15111511
1512-
.. code-block::
1512+
.. code-block:: python
15131513
15141514
from google.cloud import container_v1
15151515
@@ -1660,7 +1660,7 @@ async def set_master_auth(
16601660
password.
16611661
16621662
1663-
.. code-block::
1663+
.. code-block:: python
16641664
16651665
from google.cloud import container_v1
16661666
@@ -1744,7 +1744,7 @@ async def delete_cluster(
17441744
initially created.
17451745
17461746
1747-
.. code-block::
1747+
.. code-block:: python
17481748
17491749
from google.cloud import container_v1
17501750
@@ -1883,7 +1883,7 @@ async def list_operations(
18831883
or all zones.
18841884
18851885
1886-
.. code-block::
1886+
.. code-block:: python
18871887
18881888
from google.cloud import container_v1
18891889
@@ -2000,7 +2000,7 @@ async def get_operation(
20002000
) -> cluster_service.Operation:
20012001
r"""Gets the specified operation.
20022002
2003-
.. code-block::
2003+
.. code-block:: python
20042004
20052005
from google.cloud import container_v1
20062006
@@ -2138,7 +2138,7 @@ async def cancel_operation(
21382138
) -> None:
21392139
r"""Cancels the specified operation.
21402140
2141-
.. code-block::
2141+
.. code-block:: python
21422142
21432143
from google.cloud import container_v1
21442144
@@ -2255,7 +2255,7 @@ async def get_server_config(
22552255
Kubernetes Engine service.
22562256
22572257
2258-
.. code-block::
2258+
.. code-block:: python
22592259
22602260
from google.cloud import container_v1
22612261
@@ -2380,7 +2380,7 @@ async def get_json_web_keys(
23802380
available for all clusters.
23812381
23822382
2383-
.. code-block::
2383+
.. code-block:: python
23842384
23852385
from google.cloud import container_v1
23862386
@@ -2455,7 +2455,7 @@ async def list_node_pools(
24552455
) -> cluster_service.ListNodePoolsResponse:
24562456
r"""Lists the node pools for a cluster.
24572457
2458-
.. code-block::
2458+
.. code-block:: python
24592459
24602460
from google.cloud import container_v1
24612461
@@ -2592,7 +2592,7 @@ async def get_node_pool(
25922592
) -> cluster_service.NodePool:
25932593
r"""Retrieves the requested node pool.
25942594
2595-
.. code-block::
2595+
.. code-block:: python
25962596
25972597
from google.cloud import container_v1
25982598
@@ -2747,7 +2747,7 @@ async def create_node_pool(
27472747
) -> cluster_service.Operation:
27482748
r"""Creates a node pool for a cluster.
27492749
2750-
.. code-block::
2750+
.. code-block:: python
27512751
27522752
from google.cloud import container_v1
27532753
@@ -2883,7 +2883,7 @@ async def delete_node_pool(
28832883
) -> cluster_service.Operation:
28842884
r"""Deletes a node pool from a cluster.
28852885
2886-
.. code-block::
2886+
.. code-block:: python
28872887
28882888
from google.cloud import container_v1
28892889
@@ -3036,7 +3036,7 @@ async def rollback_node_pool_upgrade(
30363036
successfully completed.
30373037
30383038
3039-
.. code-block::
3039+
.. code-block:: python
30403040
30413041
from google.cloud import container_v1
30423042
@@ -3175,7 +3175,7 @@ async def set_node_pool_management(
31753175
) -> cluster_service.Operation:
31763176
r"""Sets the NodeManagement options for a node pool.
31773177
3178-
.. code-block::
3178+
.. code-block:: python
31793179
31803180
from google.cloud import container_v1
31813181
@@ -3244,7 +3244,7 @@ async def set_labels(
32443244
) -> cluster_service.Operation:
32453245
r"""Sets labels on a cluster.
32463246
3247-
.. code-block::
3247+
.. code-block:: python
32483248
32493249
from google.cloud import container_v1
32503250
@@ -3323,7 +3323,7 @@ async def set_legacy_abac(
33233323
on a cluster.
33243324
33253325
3326-
.. code-block::
3326+
.. code-block:: python
33273327
33283328
from google.cloud import container_v1
33293329
@@ -3462,7 +3462,7 @@ async def start_ip_rotation(
34623462
) -> cluster_service.Operation:
34633463
r"""Starts master IP rotation.
34643464
3465-
.. code-block::
3465+
.. code-block:: python
34663466
34673467
from google.cloud import container_v1
34683468
@@ -3591,7 +3591,7 @@ async def complete_ip_rotation(
35913591
) -> cluster_service.Operation:
35923592
r"""Completes master IP rotation.
35933593
3594-
.. code-block::
3594+
.. code-block:: python
35953595
35963596
from google.cloud import container_v1
35973597
@@ -3719,7 +3719,7 @@ async def set_node_pool_size(
37193719
[NodePool.locations][google.container.v1.NodePool.locations].
37203720
37213721
3722-
.. code-block::
3722+
.. code-block:: python
37233723
37243724
from google.cloud import container_v1
37253725
@@ -3794,7 +3794,7 @@ async def set_network_policy(
37943794
) -> cluster_service.Operation:
37953795
r"""Enables or disables Network Policy for a cluster.
37963796
3797-
.. code-block::
3797+
.. code-block:: python
37983798
37993799
from google.cloud import container_v1
38003800
@@ -3932,7 +3932,7 @@ async def set_maintenance_policy(
39323932
) -> cluster_service.Operation:
39333933
r"""Sets the maintenance policy for a cluster.
39343934
3935-
.. code-block::
3935+
.. code-block:: python
39363936
39373937
from google.cloud import container_v1
39383938
@@ -4069,7 +4069,7 @@ async def list_usable_subnetworks(
40694069
clusters in a project.
40704070
40714071
4072-
.. code-block::
4072+
.. code-block:: python
40734073
40744074
from google.cloud import container_v1
40754075

0 commit comments

Comments
 (0)