Skip to content

Commit e29fbdf

Browse files
gcf-owl-bot[bot]sofislbcoe
authored
docs: update location in docstrings to use us-central1 (#3840)
* 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> Co-authored-by: sofisl <[email protected]> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent da4fb4f commit e29fbdf

File tree

45 files changed

+401
-302
lines changed

Some content is hidden

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

45 files changed

+401
-302
lines changed

packages/google-cloud-vmwareengine/.jsdoc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ module.exports = {
4040
includePattern: '\\.js$'
4141
},
4242
templates: {
43-
copyright: 'Copyright 2022 Google LLC',
43+
copyright: 'Copyright 2023 Google LLC',
4444
includeDate: false,
4545
sourceFiles: false,
4646
systemName: '@google-cloud/vmwareengine',

packages/google-cloud-vmwareengine/.mocharc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/.prettierrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/protos/google/cloud/vmwareengine/v1/vmwareengine.proto

+250-153
Large diffs are not rendered by default.

packages/google-cloud-vmwareengine/protos/protos.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-vmwareengine/protos/protos.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-vmwareengine/samples/generated/v1/snippet_metadata.google.cloud.vmwareengine.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"segments": [
223223
{
224224
"start": 25,
225-
"end": 81,
225+
"end": 82,
226226
"type": "FULL"
227227
}
228228
],

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.create_cluster.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(parent, clusterId, cluster) {
3333
* in. Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud`
36+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
3737
*/
3838
// const parent = 'abc123'
3939
/**
@@ -54,13 +54,13 @@ function main(parent, clusterId, cluster) {
5454
*/
5555
// const cluster = {}
5656
/**
57-
* Optional. The request ID must be a valid UUID with the exception that zero UUID is
58-
* not supported (00000000-0000-0000-0000-000000000000).
57+
* Optional. The request ID must be a valid UUID with the exception that zero
58+
* UUID is not supported (00000000-0000-0000-0000-000000000000).
5959
*/
6060
// const requestId = 'abc123'
6161
/**
62-
* Optional. True if you want the request to be validated and not executed; false
63-
* otherwise.
62+
* Optional. True if you want the request to be validated and not executed;
63+
* false otherwise.
6464
*/
6565
// const validateOnly = true
6666

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.create_hcx_activation_key.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.create_network_policy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.create_private_cloud.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(parent, privateCloudId, privateCloud) {
3333
* private cloud in. Resource names are schemeless URIs that follow the
3434
* conventions in https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a`
36+
* `projects/my-project/locations/us-central1-a`
3737
*/
3838
// const parent = 'abc123'
3939
/**
@@ -54,13 +54,13 @@ function main(parent, privateCloudId, privateCloud) {
5454
*/
5555
// const privateCloud = {}
5656
/**
57-
* Optional. The request ID must be a valid UUID with the exception that zero UUID is
58-
* not supported (00000000-0000-0000-0000-000000000000).
57+
* Optional. The request ID must be a valid UUID with the exception that zero
58+
* UUID is not supported (00000000-0000-0000-0000-000000000000).
5959
*/
6060
// const requestId = 'abc123'
6161
/**
62-
* Optional. True if you want the request to be validated and not executed; false
63-
* otherwise.
62+
* Optional. True if you want the request to be validated and not executed;
63+
* false otherwise.
6464
*/
6565
// const validateOnly = true
6666

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.create_vmware_engine_network.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@ function main(parent, vmwareEngineNetworkId, vmwareEngineNetwork) {
4545
* identifier must meet the following requirements:
4646
* * For networks of type LEGACY, adheres to the format:
4747
* `{region-id}-default`. Replace `{region-id}` with the region where you want
48-
* to create the VMware Engine network. For example, "us-west1-default".
48+
* to create the VMware Engine network. For example, "us-central1-default".
4949
* * Only contains 1-63 alphanumeric characters and hyphens
5050
* * Begins with an alphabetical character
5151
* * Ends with a non-hyphen character

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.delete_cluster.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,12 +33,12 @@ function main(name) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster`
36+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
3737
*/
3838
// const name = 'abc123'
3939
/**
40-
* Optional. The request ID must be a valid UUID with the exception that zero UUID is
41-
* not supported (00000000-0000-0000-0000-000000000000).
40+
* Optional. The request ID must be a valid UUID with the exception that zero
41+
* UUID is not supported (00000000-0000-0000-0000-000000000000).
4242
*/
4343
// const requestId = 'abc123'
4444

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.delete_network_policy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.delete_private_cloud.js

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,30 +33,31 @@ function main(name) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud`
36+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
3737
*/
3838
// const name = 'abc123'
3939
/**
40-
* Optional. The request ID must be a valid UUID with the exception that zero UUID is
41-
* not supported (00000000-0000-0000-0000-000000000000).
40+
* Optional. The request ID must be a valid UUID with the exception that zero
41+
* UUID is not supported (00000000-0000-0000-0000-000000000000).
4242
*/
4343
// const requestId = 'abc123'
4444
/**
45-
* Optional. If set to true, cascade delete is enabled and all children of this private
46-
* cloud resource are also deleted. When this flag is set to false, the
47-
* private cloud will not be deleted if there are any children other than the
48-
* management cluster. The management cluster is always deleted.
45+
* Optional. If set to true, cascade delete is enabled and all children of
46+
* this private cloud resource are also deleted. When this flag is set to
47+
* false, the private cloud will not be deleted if there are any children
48+
* other than the management cluster. The management cluster is always
49+
* deleted.
4950
*/
5051
// const force = true
5152
/**
5253
* Optional. Time delay of the deletion specified in hours. The default value
5354
* is `3`. Specifying a non-zero value for this field changes the value of
5455
* `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
5556
* deletion time. Deletion can be cancelled before `expire_time` elapses using
56-
* VmwareEngine.UndeletePrivateCloud google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud. Specifying a value of `0` for
57-
* this field instead begins the deletion process and ceases billing
58-
* immediately. During the final deletion process, the value of
59-
* `PrivateCloud.state` becomes `PURGING`.
57+
* VmwareEngine.UndeletePrivateCloud google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud.
58+
* Specifying a value of `0` for this field instead begins the deletion
59+
* process and ceases billing immediately. During the final deletion process,
60+
* the value of `PrivateCloud.state` becomes `PURGING`.
6061
*/
6162
// const delayHours = 1234
6263

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.delete_vmware_engine_network.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -52,10 +52,10 @@ function main(name) {
5252
*/
5353
// const requestId = 'abc123'
5454
/**
55-
* Optional. Checksum used to ensure that the user-provided value is up to date before
56-
* the server processes the request. The server compares provided checksum
57-
* with the current checksum of the resource. If the user-provided value is
58-
* out of date, this request returns an `ABORTED` error.
55+
* Optional. Checksum used to ensure that the user-provided value is up to
56+
* date before the server processes the request. The server compares provided
57+
* checksum with the current checksum of the resource. If the user-provided
58+
* value is out of date, this request returns an `ABORTED` error.
5959
*/
6060
// const etag = 'abc123'
6161

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.get_cluster.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(name) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud/clusters/my-cluster`
36+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
3737
*/
3838
// const name = 'abc123'
3939

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.get_hcx_activation_key.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(name) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1/privateClouds/my-cloud/hcxActivationKeys/my-key`
36+
* `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key`
3737
*/
3838
// const name = 'abc123'
3939

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.get_network_policy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.get_node_type.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(name) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-proj/locations/us-west1-a/nodeTypes/standard-72`
36+
* `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`
3737
*/
3838
// const name = 'abc123'
3939

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.get_private_cloud.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(name) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud`
36+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
3737
*/
3838
// const name = 'abc123'
3939

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.get_vmware_engine_network.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_clusters.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(parent) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud`
36+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
3737
*/
3838
// const parent = 'abc123'
3939
/**

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_hcx_activation_keys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_network_policies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_node_types.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(parent) {
3333
* Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a`
36+
* `projects/my-project/locations/us-central1-a`
3737
*/
3838
// const parent = 'abc123'
3939
/**

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_private_clouds.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ function main(parent) {
3333
* clusters. Resource names are schemeless URIs that follow the conventions in
3434
* https://cloud.google.com/apis/design/resource_names.
3535
* For example:
36-
* `projects/my-project/locations/us-west1-a`
36+
* `projects/my-project/locations/us-central1-a`
3737
*/
3838
// const parent = 'abc123'
3939
/**

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_subnets.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@ function main(parent) {
3434
* Resource names are schemeless URIs that follow the conventions in
3535
* https://cloud.google.com/apis/design/resource_names.
3636
* For example:
37-
* `projects/my-project/locations/us-west1-a/privateClouds/my-cloud`
37+
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
3838
*/
3939
// const parent = 'abc123'
4040
/**

packages/google-cloud-vmwareengine/samples/generated/v1/vmware_engine.list_vmware_engine_networks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)