Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93993d3

Browse filesBrowse files
docs: update location in docstrings to use us-central1 (#10815)
* docs: update location in docstrings to use `us-central1` PiperOrigin-RevId: 501066392 Source-Link: googleapis/googleapis@8a7b363 Source-Link: googleapis/googleapis-gen@e86bb9e Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZtd2FyZWVuZ2luZS8uT3dsQm90LnlhbWwiLCJoIjoiZTg2YmI5ZWU5MDllZGQ2OTllMDUyMTdiMjdhMGMyNzAzZjliNjhjZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c3cc104 commit 93993d3
Copy full SHA for 93993d3

File tree

Expand file treeCollapse file tree

4 files changed

+74
-74
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+74
-74
lines changed

‎packages/google-cloud-vmwareengine/google/cloud/vmwareengine_v1/services/vmware_engine/async_client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-vmwareengine/google/cloud/vmwareengine_v1/services/vmware_engine/async_client.py
+25-25Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ async def sample_list_private_clouds():
290290
queried for clusters. Resource names are schemeless URIs
291291
that follow the conventions in
292292
https://cloud.google.com/apis/design/resource_names. For
293-
example: ``projects/my-project/locations/us-west1-a``
293+
example: ``projects/my-project/locations/us-central1-a``
294294
295295
This corresponds to the ``parent`` field
296296
on the ``request`` instance; if ``request`` is provided, this
@@ -304,7 +304,7 @@ async def sample_list_private_clouds():
304304
Returns:
305305
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListPrivateCloudsAsyncPager:
306306
Response message for
307-
[VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
307+
[VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
308308
309309
Iterating over this object will yield results and
310310
resolve additional pages automatically.
@@ -417,7 +417,7 @@ async def sample_get_private_cloud():
417417
the conventions in
418418
https://cloud.google.com/apis/design/resource_names. For
419419
example:
420-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
420+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
421421
422422
This corresponds to the ``name`` field
423423
on the ``request`` instance; if ``request`` is provided, this
@@ -548,7 +548,7 @@ async def sample_create_private_cloud():
548548
the new private cloud in. Resource names are schemeless
549549
URIs that follow the conventions in
550550
https://cloud.google.com/apis/design/resource_names. For
551-
example: ``projects/my-project/locations/us-west1-a``
551+
example: ``projects/my-project/locations/us-central1-a``
552552
553553
This corresponds to the ``parent`` field
554554
on the ``request`` instance; if ``request`` is provided, this
@@ -860,7 +860,7 @@ async def sample_delete_private_cloud():
860860
the conventions in
861861
https://cloud.google.com/apis/design/resource_names. For
862862
example:
863-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
863+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
864864
865865
This corresponds to the ``name`` field
866866
on the ``request`` instance; if ``request`` is provided, this
@@ -986,7 +986,7 @@ async def sample_undelete_private_cloud():
986986
URIs that follow the conventions in
987987
https://cloud.google.com/apis/design/resource_names. For
988988
example:
989-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
989+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
990990
991991
This corresponds to the ``name`` field
992992
on the ``request`` instance; if ``request`` is provided, this
@@ -1105,7 +1105,7 @@ async def sample_list_clusters():
11051105
that follow the conventions in
11061106
https://cloud.google.com/apis/design/resource_names. For
11071107
example:
1108-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
1108+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
11091109
11101110
This corresponds to the ``parent`` field
11111111
on the ``request`` instance; if ``request`` is provided, this
@@ -1119,7 +1119,7 @@ async def sample_list_clusters():
11191119
Returns:
11201120
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListClustersAsyncPager:
11211121
Response message for
1122-
[VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
1122+
[VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]
11231123
11241124
Iterating over this object will yield results and
11251125
resolve additional pages automatically.
@@ -1232,7 +1232,7 @@ async def sample_get_cluster():
12321232
conventions in
12331233
https://cloud.google.com/apis/design/resource_names. For
12341234
example:
1235-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster``
1235+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster``
12361236
12371237
This corresponds to the ``name`` field
12381238
on the ``request`` instance; if ``request`` is provided, this
@@ -1355,7 +1355,7 @@ async def sample_create_cluster():
13551355
URIs that follow the conventions in
13561356
https://cloud.google.com/apis/design/resource_names. For
13571357
example:
1358-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
1358+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
13591359
13601360
This corresponds to the ``parent`` field
13611361
on the ``request`` instance; if ``request`` is provided, this
@@ -1648,7 +1648,7 @@ async def sample_delete_cluster():
16481648
conventions in
16491649
https://cloud.google.com/apis/design/resource_names. For
16501650
example:
1651-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster``
1651+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster``
16521652
16531653
This corresponds to the ``name`` field
16541654
on the ``request`` instance; if ``request`` is provided, this
@@ -1773,7 +1773,7 @@ async def sample_list_subnets():
17731773
that follow the conventions in
17741774
https://cloud.google.com/apis/design/resource_names. For
17751775
example:
1776-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
1776+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
17771777
17781778
This corresponds to the ``parent`` field
17791779
on the ``request`` instance; if ``request`` is provided, this
@@ -1787,7 +1787,7 @@ async def sample_list_subnets():
17871787
Returns:
17881788
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListSubnetsAsyncPager:
17891789
Response message for
1790-
[VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
1790+
[VmwareEngine.ListSubnets][google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets]
17911791
17921792
Iterating over this object will yield results and
17931793
resolve additional pages automatically.
@@ -1900,7 +1900,7 @@ async def sample_list_node_types():
19001900
queried for node types. Resource names are schemeless
19011901
URIs that follow the conventions in
19021902
https://cloud.google.com/apis/design/resource_names. For
1903-
example: ``projects/my-project/locations/us-west1-a``
1903+
example: ``projects/my-project/locations/us-central1-a``
19041904
19051905
This corresponds to the ``parent`` field
19061906
on the ``request`` instance; if ``request`` is provided, this
@@ -1914,7 +1914,7 @@ async def sample_list_node_types():
19141914
Returns:
19151915
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListNodeTypesAsyncPager:
19161916
Response message for
1917-
[VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
1917+
[VmwareEngine.ListNodeTypes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodeTypes]
19181918
19191919
Iterating over this object will yield results and
19201920
resolve additional pages automatically.
@@ -2027,7 +2027,7 @@ async def sample_get_node_type():
20272027
the conventions in
20282028
https://cloud.google.com/apis/design/resource_names. For
20292029
example:
2030-
``projects/my-proj/locations/us-west1-a/nodeTypes/standard-72``
2030+
``projects/my-proj/locations/us-central1-a/nodeTypes/standard-72``
20312031
20322032
This corresponds to the ``name`` field
20332033
on the ``request`` instance; if ``request`` is provided, this
@@ -2140,7 +2140,7 @@ async def sample_show_nsx_credentials():
21402140
URIs that follow the conventions in
21412141
https://cloud.google.com/apis/design/resource_names. For
21422142
example:
2143-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
2143+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
21442144
21452145
This corresponds to the ``private_cloud`` field
21462146
on the ``request`` instance; if ``request`` is provided, this
@@ -2257,7 +2257,7 @@ async def sample_show_vcenter_credentials():
22572257
URIs that follow the conventions in
22582258
https://cloud.google.com/apis/design/resource_names. For
22592259
example:
2260-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
2260+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
22612261
22622262
This corresponds to the ``private_cloud`` field
22632263
on the ``request`` instance; if ``request`` is provided, this
@@ -2376,7 +2376,7 @@ async def sample_reset_nsx_credentials():
23762376
URIs that follow the conventions in
23772377
https://cloud.google.com/apis/design/resource_names. For
23782378
example:
2379-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
2379+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
23802380
23812381
This corresponds to the ``private_cloud`` field
23822382
on the ``request`` instance; if ``request`` is provided, this
@@ -2502,7 +2502,7 @@ async def sample_reset_vcenter_credentials():
25022502
URIs that follow the conventions in
25032503
https://cloud.google.com/apis/design/resource_names. For
25042504
example:
2505-
``projects/my-project/locations/us-west1-a/privateClouds/my-cloud``
2505+
``projects/my-project/locations/us-central1-a/privateClouds/my-cloud``
25062506
25072507
This corresponds to the ``private_cloud`` field
25082508
on the ``request`` instance; if ``request`` is provided, this
@@ -2803,7 +2803,7 @@ async def sample_list_hcx_activation_keys():
28032803
Returns:
28042804
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListHcxActivationKeysAsyncPager:
28052805
Response message for
2806-
[VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
2806+
[VmwareEngine.ListHcxActivationKeys][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys]
28072807
28082808
Iterating over this object will yield results and
28092809
resolve additional pages automatically.
@@ -2916,7 +2916,7 @@ async def sample_get_hcx_activation_key():
29162916
the conventions in
29172917
https://cloud.google.com/apis/design/resource_names. For
29182918
example:
2919-
``projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key``
2919+
``projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key``
29202920
29212921
This corresponds to the ``name`` field
29222922
on the ``request`` instance; if ``request`` is provided, this
@@ -3176,7 +3176,7 @@ async def sample_list_network_policies():
31763176
Returns:
31773177
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListNetworkPoliciesAsyncPager:
31783178
Response message for
3179-
[VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
3179+
[VmwareEngine.ListNetworkPolicies][google.cloud.vmwareengine.v1.VmwareEngine.ListNetworkPolicies]
31803180
31813181
Iterating over this object will yield results and
31823182
resolve additional pages automatically.
@@ -3775,7 +3775,7 @@ async def sample_create_vmware_engine_network():
37753775
- For networks of type LEGACY, adheres to the format:
37763776
``{region-id}-default``. Replace ``{region-id}`` with
37773777
the region where you want to create the VMware Engine
3778-
network. For example, "us-west1-default".
3778+
network. For example, "us-central1-default".
37793779
- Only contains 1-63 alphanumeric characters and
37803780
hyphens
37813781
- Begins with an alphabetical character
@@ -4318,7 +4318,7 @@ async def sample_list_vmware_engine_networks():
43184318
Returns:
43194319
google.cloud.vmwareengine_v1.services.vmware_engine.pagers.ListVmwareEngineNetworksAsyncPager:
43204320
Response message for
4321-
[VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
4321+
[VmwareEngine.ListVmwareEngineNetworks][google.cloud.vmwareengine.v1.VmwareEngine.ListVmwareEngineNetworks]
43224322
43234323
Iterating over this object will yield results and
43244324
resolve additional pages automatically.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.