diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/common/.prettierrc.js b/.prettierrc.cjs similarity index 100% rename from core/common/.prettierrc.js rename to .prettierrc.cjs diff --git a/core/common/.prettierignore b/core/common/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/common/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/common/package.json b/core/common/package.json index 2c4463dc5216..9a61243762bc 100644 --- a/core/common/package.json +++ b/core/common/package.json @@ -41,7 +41,7 @@ "arrify": "^2.0.0", "duplexify": "^4.1.3", "extend": "^3.0.2", - "google-auth-library": "^10.0.0-rc.1", + "google-auth-library": "^10.6.2", "html-entities": "^2.5.2", "retry-request": "^8.0.0", "teeny-request": "^10.0.0" diff --git a/core/dev-packages/jsdoc-fresh/.prettierignore b/core/dev-packages/jsdoc-fresh/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/dev-packages/jsdoc-fresh/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/dev-packages/jsdoc-fresh/.prettierrc.js b/core/dev-packages/jsdoc-fresh/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/core/dev-packages/jsdoc-fresh/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/dev-packages/jsdoc-region-tag/.prettierignore b/core/dev-packages/jsdoc-region-tag/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/dev-packages/jsdoc-region-tag/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/dev-packages/jsdoc-region-tag/.prettierrc.js b/core/dev-packages/jsdoc-region-tag/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/dev-packages/jsdoc-region-tag/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/dev-packages/pack-n-play/.prettierignore b/core/dev-packages/pack-n-play/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/dev-packages/pack-n-play/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/dev-packages/pack-n-play/.prettierrc.js b/core/dev-packages/pack-n-play/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/core/dev-packages/pack-n-play/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/dev-packages/pack-n-play/test/fixtures/leaky/.prettierignore b/core/dev-packages/pack-n-play/test/fixtures/leaky/.prettierignore deleted file mode 100644 index b3204ffac287..000000000000 --- a/core/dev-packages/pack-n-play/test/fixtures/leaky/.prettierignore +++ /dev/null @@ -1,2 +0,0 @@ -**/node_modules -**/build diff --git a/core/dev-packages/pack-n-play/test/fixtures/leaky/.prettierrc.js b/core/dev-packages/pack-n-play/test/fixtures/leaky/.prettierrc.js deleted file mode 100644 index c634ea72949c..000000000000 --- a/core/dev-packages/pack-n-play/test/fixtures/leaky/.prettierrc.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - ...require('gts/.prettierrc.json') -} \ No newline at end of file diff --git a/core/dev-packages/pack-n-play/test/fixtures/pass/.prettierignore b/core/dev-packages/pack-n-play/test/fixtures/pass/.prettierignore deleted file mode 100644 index 085c2cbbe570..000000000000 --- a/core/dev-packages/pack-n-play/test/fixtures/pass/.prettierignore +++ /dev/null @@ -1,3 +0,0 @@ -**/node_modules -**/build -test/fixtures diff --git a/core/generator/gapic-generator-typescript/.prettierignore b/core/generator/gapic-generator-typescript/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/generator/gapic-generator-typescript/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierignore b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierrc.js b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierignore b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierrc.js b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierignore b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierrc.js b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech/.prettierignore b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech/.prettierrc.js b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-speech/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-tasks-nodejs/tasks-v2-nodejs/.prettierignore b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-tasks-nodejs/tasks-v2-nodejs/.prettierignore deleted file mode 100644 index a27d1f92d1b7..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-tasks-nodejs/tasks-v2-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ \ No newline at end of file diff --git a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-tasks-nodejs/tasks-v2beta2-nodejs/.prettierignore b/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-tasks-nodejs/tasks-v2beta2-nodejs/.prettierignore deleted file mode 100644 index a27d1f92d1b7..000000000000 --- a/core/generator/gapic-generator-typescript/test-fixtures/google-cloud-tasks-nodejs/tasks-v2beta2-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ \ No newline at end of file diff --git a/core/packages/gax/.prettierignore b/core/packages/gax/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/gax/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/gax/.prettierrc.js b/core/packages/gax/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/gax/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/gaxios/.prettierignore b/core/packages/gaxios/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/gaxios/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/gaxios/.prettierrc.js b/core/packages/gaxios/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/gaxios/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/gaxios/package.json b/core/packages/gaxios/package.json index 1c368af76698..8039ad36aea0 100644 --- a/core/packages/gaxios/package.json +++ b/core/packages/gaxios/package.json @@ -40,8 +40,8 @@ }, "repository": { "type": "git", - "directory": "packages/gaxios", - "url": "https://github.com/googleapis/google-cloud-node-core.git" + "directory": "core/packages/gaxios", + "url": "https://github.com/googleapis/google-cloud-node.git" }, "keywords": [ "google" diff --git a/core/packages/gcp-metadata/.prettierignore b/core/packages/gcp-metadata/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/gcp-metadata/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/gcp-metadata/.prettierrc.js b/core/packages/gcp-metadata/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/gcp-metadata/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/google-auth-library-nodejs/.prettierignore b/core/packages/google-auth-library-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/google-auth-library-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/google-auth-library-nodejs/.prettierrc.js b/core/packages/google-auth-library-nodejs/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/google-auth-library-nodejs/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/logging-utils/.prettierignore b/core/packages/logging-utils/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/logging-utils/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/logging-utils/.prettierrc.js b/core/packages/logging-utils/.prettierrc.js deleted file mode 100644 index 120c6aa3e6e2..000000000000 --- a/core/packages/logging-utils/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2024 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/logging-utils/samples/package.json b/core/packages/logging-utils/samples/package.json index e2e9611563a4..b73be80981da 100644 --- a/core/packages/logging-utils/samples/package.json +++ b/core/packages/logging-utils/samples/package.json @@ -30,6 +30,7 @@ }, "devDependencies": { "@google-cloud/typeless-sample-bot": "^2.1.0", + "@types/node": "^25.6.0", "gts": "^5.0.0", "mocha": "^10.0.0" } diff --git a/core/packages/logging-utils/samples/system-test/test.quickstart.ts b/core/packages/logging-utils/samples/system-test/test.quickstart.ts index 37edb0abe06f..2dfc232b6b00 100644 --- a/core/packages/logging-utils/samples/system-test/test.quickstart.ts +++ b/core/packages/logging-utils/samples/system-test/test.quickstart.ts @@ -14,10 +14,10 @@ * limitations under the License. */ -import * as path from 'path'; -import * as assert from 'assert'; +import path from 'path'; +import assert from 'assert'; import {describe, it} from 'mocha'; -import * as cp from 'child_process'; +import cp from 'child_process'; const cwd = path.join(__dirname, '../..'); diff --git a/core/packages/logging-utils/samples/tsconfig.json b/core/packages/logging-utils/samples/tsconfig.json index 5f890add8fa4..f61fa972d601 100644 --- a/core/packages/logging-utils/samples/tsconfig.json +++ b/core/packages/logging-utils/samples/tsconfig.json @@ -8,7 +8,9 @@ "es2018", "dom" ], - "moduleResolution": "node" + "types": [ + "node" + ] }, "include": [ "system-test/*.ts" diff --git a/core/packages/nodejs-googleapis-common/.prettierignore b/core/packages/nodejs-googleapis-common/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/nodejs-googleapis-common/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/nodejs-googleapis-common/.prettierrc.js b/core/packages/nodejs-googleapis-common/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/nodejs-googleapis-common/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/nodejs-proto-files/.prettierignore b/core/packages/nodejs-proto-files/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/nodejs-proto-files/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/nodejs-proto-files/.prettierrc.js b/core/packages/nodejs-proto-files/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/nodejs-proto-files/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/proto3-json-serializer-nodejs/.prettierignore b/core/packages/proto3-json-serializer-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/proto3-json-serializer-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/proto3-json-serializer-nodejs/.prettierrc.js b/core/packages/proto3-json-serializer-nodejs/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/core/packages/proto3-json-serializer-nodejs/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/retry-request/.prettierignore b/core/packages/retry-request/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/retry-request/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/retry-request/.prettierrc.js b/core/packages/retry-request/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/retry-request/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/teeny-request/.prettierignore b/core/packages/teeny-request/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/teeny-request/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/teeny-request/.prettierrc.js b/core/packages/teeny-request/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/core/packages/teeny-request/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/packages/tools/.prettierignore b/core/packages/tools/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/packages/tools/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/packages/tools/.prettierrc.js b/core/packages/tools/.prettierrc.js deleted file mode 100644 index 1e6cec783e40..000000000000 --- a/core/packages/tools/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2023 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/paginator/.prettierignore b/core/paginator/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/paginator/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/paginator/.prettierrc.js b/core/paginator/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/core/paginator/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/precise-date/.prettierignore b/core/precise-date/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/precise-date/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/precise-date/.prettierrc.js b/core/precise-date/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/core/precise-date/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/projectify/.prettierignore b/core/projectify/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/projectify/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/projectify/.prettierrc.js b/core/projectify/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/core/projectify/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/core/promisify/.prettierignore b/core/promisify/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/core/promisify/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/core/promisify/.prettierrc.js b/core/promisify/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/core/promisify/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/bigquery-storage/.prettierignore b/handwritten/bigquery-storage/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/bigquery-storage/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/bigquery-storage/.prettierrc.js b/handwritten/bigquery-storage/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/bigquery-storage/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/bigquery/.prettierignore b/handwritten/bigquery/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/bigquery/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/bigquery/.prettierrc.js b/handwritten/bigquery/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/bigquery/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/bigtable/.prettierignore b/handwritten/bigtable/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/bigtable/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/bigtable/.prettierrc.js b/handwritten/bigtable/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/bigtable/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/cloud-profiler/.prettierignore b/handwritten/cloud-profiler/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/cloud-profiler/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/cloud-profiler/.prettierrc.js b/handwritten/cloud-profiler/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/cloud-profiler/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/datastore/.prettierignore b/handwritten/datastore/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/datastore/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/datastore/.prettierrc.js b/handwritten/datastore/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/handwritten/datastore/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/error-reporting/.prettierignore b/handwritten/error-reporting/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/error-reporting/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/error-reporting/.prettierrc.js b/handwritten/error-reporting/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/error-reporting/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/firestore/.prettierignore b/handwritten/firestore/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/firestore/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/firestore/.prettierrc.js b/handwritten/firestore/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/firestore/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/firestore/dev/.prettierignore b/handwritten/firestore/dev/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/firestore/dev/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/logging-bunyan/.prettierignore b/handwritten/logging-bunyan/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/logging-bunyan/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/logging-bunyan/.prettierrc.js b/handwritten/logging-bunyan/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/handwritten/logging-bunyan/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/logging-bunyan/package.json b/handwritten/logging-bunyan/package.json index 8dc70c37e8be..c2447ca7cc1f 100644 --- a/handwritten/logging-bunyan/package.json +++ b/handwritten/logging-bunyan/package.json @@ -56,10 +56,10 @@ }, "dependencies": { "@google-cloud/logging": "^11.0.0", - "google-auth-library": "^9.0.0" + "google-auth-library": "^10.6.2" }, "devDependencies": { - "@google-cloud/common": "^5.0.0", + "@google-cloud/common": "^6.0.0", "@types/bunyan": "^1.8.4", "@types/express": "^4.16.0", "@types/mocha": "^9.0.0", @@ -72,7 +72,7 @@ "cpy-cli": "^4.0.0", "delay": "^5.0.0", "express": "^4.16.3", - "gts": "^5.0.0", + "gts": "^7.0.0", "jsdoc": "^4.0.0", "jsdoc-fresh": "^3.0.0", "jsdoc-region-tag": "^3.0.0", @@ -86,5 +86,8 @@ "peerDependencies": { "bunyan": "*" }, + "overrides": { + "whatwg-url": "^14.0.0" + }, "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/handwritten/logging-bunyan" } diff --git a/handwritten/logging-winston/.prettierignore b/handwritten/logging-winston/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/logging-winston/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/logging-winston/.prettierrc.js b/handwritten/logging-winston/.prettierrc.js deleted file mode 100644 index d1b95106f4ce..000000000000 --- a/handwritten/logging-winston/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/logging/.prettierignore b/handwritten/logging/.prettierignore deleted file mode 100644 index 971b25656bb6..000000000000 --- a/handwritten/logging/.prettierignore +++ /dev/null @@ -1,7 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ -**/env-tests-logging diff --git a/handwritten/logging/.prettierrc.js b/handwritten/logging/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/logging/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index 4e4b5caf722b..817e2661fb3a 100644 --- a/handwritten/logging/package.json +++ b/handwritten/logging/package.json @@ -49,7 +49,7 @@ "postpublish": "./.kokoro/publish-min.sh" }, "dependencies": { - "@google-cloud/common": "^5.0.0", + "@google-cloud/common": "^6.0.0", "@google-cloud/paginator": "^5.0.0", "@google-cloud/projectify": "^4.0.0", "@google-cloud/promisify": "4.0.0", @@ -60,7 +60,7 @@ "eventid": "^2.0.0", "extend": "^3.0.2", "gcp-metadata": "^6.0.0", - "google-auth-library": "^9.0.0", + "google-auth-library": "^10.6.2", "google-gax": "^4.0.3", "long": "^5.3.2", "on-finished": "^2.3.0", diff --git a/handwritten/pubsub/.eslintignore b/handwritten/pubsub/.eslintignore index cfc348ec4d11..ccc4237c28ae 100644 --- a/handwritten/pubsub/.eslintignore +++ b/handwritten/pubsub/.eslintignore @@ -1,5 +1,6 @@ **/node_modules **/.coverage +bin/ build/ docs/ protos/ diff --git a/handwritten/pubsub/.prettierignore b/handwritten/pubsub/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/pubsub/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/pubsub/.prettierrc.js b/handwritten/pubsub/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/pubsub/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/pubsub/bin/README.md b/handwritten/pubsub/bin/README.md index c7e6274589ec..628c5b6ca17c 100644 --- a/handwritten/pubsub/bin/README.md +++ b/handwritten/pubsub/bin/README.md @@ -1,12 +1,12 @@ # benchwrapper benchwrapper is a lightweight gRPC server that wraps the pubsub library for -bencharmking purposes. +benchmarking purposes. ## Running ``` -cd nodejs-pubsub +cd handwritten/pubsub npm install export PUBSUB_EMULATOR_HOST=localhost:8080 npm run benchwrapper -- --port 50051 diff --git a/handwritten/pubsub/test/publisher/index.ts b/handwritten/pubsub/test/publisher/index.ts index af693c65ebff..6930b3baa67e 100644 --- a/handwritten/pubsub/test/publisher/index.ts +++ b/handwritten/pubsub/test/publisher/index.ts @@ -166,6 +166,10 @@ describe('Publisher', () => { it('should call through to publishMessage', () => { const stub = sandbox.stub(publisher, 'publishMessage'); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises publisher.publish(buffer, spy); const [{data}, callback] = stub.lastCall.args; @@ -177,6 +181,10 @@ describe('Publisher', () => { const stub = sandbox.stub(publisher, 'publishMessage'); const attrs = {}; + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises publisher.publish(buffer, attrs, spy); const [{attributes}, callback] = stub.lastCall.args; diff --git a/handwritten/pubsub/test/pubsub.ts b/handwritten/pubsub/test/pubsub.ts index facc216299c5..c231deae118d 100644 --- a/handwritten/pubsub/test/pubsub.ts +++ b/handwritten/pubsub/test/pubsub.ts @@ -170,8 +170,9 @@ describe('PubSub', () => { // tslint:disable-next-line variable-name let PubSub: typeof pubsubTypes.PubSub; const PROJECT_ID = 'test-project'; + const PROJECT_ID_PLACEHOLDER = '{{projectId}}'; - let pubsub: Partial; + let pubsub: pubsubTypes.PubSub; const OPTIONS = { projectId: PROJECT_ID, } as pubsubTypes.ClientConfig; @@ -317,7 +318,7 @@ describe('PubSub', () => { }); it('should not be in the opened state after close()', async () => { - await pubsub.close?.(); + await pubsub.close(); assert.strictEqual(pubsub.isOpen, false); }); @@ -413,13 +414,13 @@ describe('PubSub', () => { it('should throw if no Topic is provided', async () => { await assert.rejects(async () => { - await pubsub.createSubscription?.(undefined!, undefined!); + await pubsub.createSubscription(undefined!, undefined!); }, /A Topic is required for a new subscription\./); }); it('should throw if no subscription name is provided', async () => { await assert.rejects(async () => { - await pubsub.createSubscription?.(TOPIC_NAME, undefined!); + await pubsub.createSubscription(TOPIC_NAME, undefined!); }, /A subscription name is required./); }); @@ -428,7 +429,11 @@ describe('PubSub', () => { callback(null, apiResponse); }; - pubsub.createSubscription?.(TOPIC, SUB_NAME, done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + pubsub.createSubscription(TOPIC, SUB_NAME, done); }); it('should allow undefined/optional configuration options', done => { @@ -450,7 +455,7 @@ describe('PubSub', () => { setImmediate(done); return SUBSCRIPTION as subby.Subscription; }; - pubsub.createSubscription?.(TOPIC, SUB_NAME, opts, assert.ifError); + pubsub.createSubscription(TOPIC, SUB_NAME, opts, assert.ifError); }); it('should create a Topic object from a string', done => { @@ -462,7 +467,7 @@ describe('PubSub', () => { return TOPIC; }; - pubsub.createSubscription?.(TOPIC_NAME, SUB_NAME, assert.ifError); + pubsub.createSubscription(TOPIC_NAME, SUB_NAME, assert.ifError); }); it('should send correct request', done => { @@ -491,7 +496,7 @@ describe('PubSub', () => { done(); }; - pubsub.createSubscription?.(TOPIC, SUB_NAME, options, assert.ifError); + pubsub.createSubscription(TOPIC, SUB_NAME, options, assert.ifError); }); it('should pass options to the api request', done => { @@ -523,7 +528,7 @@ describe('PubSub', () => { done(); }; - pubsub.createSubscription?.(TOPIC, SUB_NAME, options, assert.ifError); + pubsub.createSubscription(TOPIC, SUB_NAME, options, assert.ifError); }); it('should discard flow control options', done => { @@ -554,7 +559,7 @@ describe('PubSub', () => { done(); }; - pubsub.createSubscription?.(TOPIC, SUB_NAME, options, assert.ifError); + pubsub.createSubscription(TOPIC, SUB_NAME, options, assert.ifError); }); it('should format the metadata', done => { @@ -573,12 +578,7 @@ describe('PubSub', () => { done(); }; - pubsub.createSubscription?.( - TOPIC, - SUB_NAME, - fakeMetadata, - assert.ifError, - ); + pubsub.createSubscription(TOPIC, SUB_NAME, fakeMetadata, assert.ifError); }); describe('error', () => { @@ -607,7 +607,7 @@ describe('PubSub', () => { done(); } - pubsub.createSubscription?.(TOPIC_NAME, SUB_NAME, callback); + pubsub.createSubscription(TOPIC_NAME, SUB_NAME, callback); }); }); @@ -643,7 +643,7 @@ describe('PubSub', () => { done(); } - pubsub.createSubscription?.(TOPIC_NAME, SUB_NAME, callback); + pubsub.createSubscription(TOPIC_NAME, SUB_NAME, callback); }); it('should fill the subscription object name if projectId was empty', async () => { @@ -704,7 +704,7 @@ describe('PubSub', () => { }); it('should return an error & API response', done => { - pubsub.createTopic?.('new-topic', (err, topic, apiResponse_) => { + pubsub.createTopic('new-topic', (err, topic, apiResponse_) => { assert.strictEqual(err, error); assert.strictEqual(topic, null); assert.strictEqual(apiResponse_, apiResponse); @@ -739,7 +739,7 @@ describe('PubSub', () => { return topicInstance as Topic; }; - pubsub.createTopic?.(topicName, (err, topic) => { + pubsub.createTopic(topicName, (err, topic) => { assert.ifError(err); assert.strictEqual(topic, topicInstance); done(); @@ -747,7 +747,7 @@ describe('PubSub', () => { }); it('should pass apiResponse to callback', done => { - pubsub.createTopic?.('new-topic', (err, topic, apiResponse_) => { + pubsub.createTopic('new-topic', (err, topic, apiResponse_) => { assert.ifError(err); assert.strictEqual(apiResponse_, apiResponse); done(); @@ -785,7 +785,7 @@ describe('PubSub', () => { it('should throw if no subscription name is provided', async () => { await assert.rejects(async () => { - await pubsub.detachSubscription?.(undefined!); + await pubsub.detachSubscription(undefined!); }, /A subscription name is required./); }); @@ -794,7 +794,7 @@ describe('PubSub', () => { .stub(pubsub, 'request') .callsArgOnWith(1, undefined, undefined, apiResponse); - pubsub.detachSubscription?.(SUB_NAME, (err, response) => { + pubsub.detachSubscription(SUB_NAME, (err, response) => { assert.strictEqual(response, apiResponse); done(); }); @@ -805,7 +805,7 @@ describe('PubSub', () => { .stub(pubsub, 'request') .callsArgOnWith(1, undefined, undefined, apiResponse); - pubsub.detachSubscription?.(SUB_NAME, undefined!, (_err, _response) => { + pubsub.detachSubscription(SUB_NAME, undefined!, (_err, _response) => { assert.strictEqual(_response, apiResponse); done(); }); @@ -818,7 +818,7 @@ describe('PubSub', () => { return SUBSCRIPTION as subby.Subscription; }); - await pubsub.detachSubscription?.(SUB_NAME); + await pubsub.detachSubscription(SUB_NAME); }); it('should send correct request', done => { @@ -839,7 +839,7 @@ describe('PubSub', () => { done(); }); - pubsub.detachSubscription?.(SUB_NAME, options, assert.ifError); + pubsub.detachSubscription(SUB_NAME, options, assert.ifError); }); it('should pass options to the api request', done => { @@ -858,7 +858,7 @@ describe('PubSub', () => { done(); }); - pubsub.detachSubscription?.(SUB_NAME, options, assert.ifError); + pubsub.detachSubscription(SUB_NAME, options, assert.ifError); }); }); @@ -881,7 +881,7 @@ describe('PubSub', () => { }); it('should do nothing if correct options are not set', () => { - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, undefined); assert.strictEqual(pubsub.options?.port, undefined); @@ -893,18 +893,18 @@ describe('PubSub', () => { setHost(defaultBaseUrl_); pubsub!.options!.apiEndpoint = testingUrl; - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); - assert.strictEqual(pubsub.options.port, 8085); - assert.strictEqual(pubsub.options.sslCreds, fakeCreds); + assert.strictEqual(pubsub.options?.port, 8085); + assert.strictEqual(pubsub.options?.sslCreds, fakeCreds); assert.strictEqual(pubsub.isEmulator, true); }); it('should allow overriding fake cred mode (on)', () => { pubsub!.options!.apiEndpoint = 'something.googleapis.com'; pubsub!.options!.emulatorMode = true; - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options!.sslCreds, fakeCreds); assert.strictEqual(pubsub.isEmulator, true); @@ -917,7 +917,7 @@ describe('PubSub', () => { setHost(defaultBaseUrl_); pubsub!.options!.apiEndpoint = testingUrl; pubsub!.options!.emulatorMode = false; - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); assert.strictEqual(pubsub.options.port, 8085); @@ -927,35 +927,35 @@ describe('PubSub', () => { it('should remove slashes from the baseUrl', () => { setHost('localhost:8080/'); - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); - assert.strictEqual(pubsub.options.port, 8080); + assert.strictEqual(pubsub.options?.port, 8080); setHost('localhost:8081//'); - pubsub.determineBaseUrl_?.(); - assert.strictEqual(pubsub.options.servicePath, 'localhost'); - assert.strictEqual(pubsub.options.port, 8081); + pubsub.determineBaseUrl_(); + assert.strictEqual(pubsub.options?.servicePath, 'localhost'); + assert.strictEqual(pubsub.options?.port, 8081); }); it('should set the port to undefined if not set', () => { setHost('localhost'); - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); - assert.strictEqual(pubsub.options.port, undefined); + assert.strictEqual(pubsub.options?.port, undefined); }); it('should set the port to 80 for http with no port specified', () => { setHost('http://localhost/'); - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); assert.strictEqual(pubsub.options?.port, 80); }); it('should set the port to 443 for https with no port specified', () => { setHost('https://localhost/'); - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); - assert.strictEqual(pubsub.options.port, 443); + assert.strictEqual(pubsub.options?.port, 443); }); it('should create credentials from local grpc if present', () => { @@ -968,7 +968,7 @@ describe('PubSub', () => { setHost('localhost'); pubsub!.options!.grpc = fakeGrpc as unknown as typeof gax.grpc; - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.sslCreds, fakeCredentials); }); @@ -986,9 +986,9 @@ describe('PubSub', () => { }); it('should use the PUBSUB_EMULATOR_HOST env var', () => { - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, 'localhost'); - assert.strictEqual(pubsub.options.port, 9090); + assert.strictEqual(pubsub.options?.port, 9090); assert.strictEqual(pubsub.isEmulator, true); }); }); @@ -1008,7 +1008,7 @@ describe('PubSub', () => { }); it('should use the CLOUDSDK_API_ENDPOINT_OVERRIDES_PUBSUB env var', () => { - pubsub.determineBaseUrl_?.(); + pubsub.determineBaseUrl_(); assert.strictEqual(pubsub.options?.servicePath, server); assert.strictEqual(pubsub.options?.port, 443); assert.strictEqual(pubsub.isEmulator, false); @@ -1028,11 +1028,15 @@ describe('PubSub', () => { }); it('should accept a query and a callback', done => { - pubsub.getSnapshots?.({}, done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + pubsub.getSnapshots({}, done); }); it('should accept just a callback', done => { - pubsub.getSnapshots?.(done); + pubsub.getSnapshots(done); }); it('should build the right request', done => { @@ -1067,7 +1071,7 @@ describe('PubSub', () => { done(); }; - pubsub.getSnapshots?.(options, assert.ifError); + pubsub.getSnapshots(options, assert.ifError); }); it('should return Snapshot instances with metadata', done => { @@ -1079,7 +1083,7 @@ describe('PubSub', () => { }); // eslint-disable-next-line @typescript-eslint/no-explicit-any - pubsub.getSnapshots?.((err: any, snapshots: any) => { + pubsub.getSnapshots((err: any, snapshots: any) => { assert.ifError(err); assert.strictEqual(snapshots![0], snapshot); assert.strictEqual( @@ -1101,7 +1105,7 @@ describe('PubSub', () => { callback(err_, snapshots_, nextQuery_, apiResponse_); }; - pubsub.getSnapshots?.((err, snapshots, apiResponse) => { + pubsub.getSnapshots((err, snapshots, apiResponse) => { assert.strictEqual(err, err_); assert.deepStrictEqual(snapshots, snapshots_); assert.strictEqual(apiResponse, nextQuery_); @@ -1120,11 +1124,19 @@ describe('PubSub', () => { }); it('should accept a query and a callback', done => { - pubsub.getSubscriptions?.({}, done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + pubsub.getSubscriptions({}, done); }); it('should accept just a callback', done => { - pubsub.getSubscriptions?.(done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + pubsub.getSubscriptions(done); }); it('should pass the correct arguments to the API', done => { @@ -1152,7 +1164,7 @@ describe('PubSub', () => { done(); }; - pubsub.getSubscriptions?.(options, assert.ifError); + pubsub.getSubscriptions(options, assert.ifError); }); it('should pass options to API request', done => { @@ -1167,11 +1179,11 @@ describe('PubSub', () => { done(); }; - pubsub.getSubscriptions?.(opts, assert.ifError); + pubsub.getSubscriptions(opts, assert.ifError); }); it('should return Subscription instances', done => { - pubsub.getSubscriptions?.( + pubsub.getSubscriptions( ( err: gax.grpc.ServiceError | null, subscriptions?: subby.Subscription[] | null, @@ -1193,7 +1205,7 @@ describe('PubSub', () => { callback(err_, subs_, nextQuery_, apiResponse_); }; - pubsub.getSubscriptions?.( + pubsub.getSubscriptions( ( err: gax.grpc.ServiceError | null, subs?: subby.Subscription[] | null, @@ -1222,7 +1234,7 @@ describe('PubSub', () => { done(); }; - pubsub.getSubscriptions?.(opts, assert.ifError); + pubsub.getSubscriptions(opts, assert.ifError); }); it('should create a topic instance from a name', done => { @@ -1242,7 +1254,7 @@ describe('PubSub', () => { return fakeTopic as Topic; }; - pubsub.getSubscriptions?.(opts, assert.ifError); + pubsub.getSubscriptions(opts, assert.ifError); }); }); }); @@ -1258,11 +1270,19 @@ describe('PubSub', () => { }); it('should accept a query and a callback', done => { - pubsub.getTopics?.({}, done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + pubsub.getTopics({}, done); }); it('should accept just a callback', done => { - pubsub.getTopics?.(done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + pubsub.getTopics(done); }); it('should build the right request', done => { @@ -1297,7 +1317,7 @@ describe('PubSub', () => { done(); }; - pubsub.getTopics?.(options, assert.ifError); + pubsub.getTopics(options, assert.ifError); }); it('should return Topic instances with metadata', done => { @@ -1309,7 +1329,7 @@ describe('PubSub', () => { }; // eslint-disable-next-line @typescript-eslint/no-explicit-any - pubsub.getTopics?.((err: any, topics: any) => { + pubsub.getTopics((err: any, topics: any) => { assert.ifError(err); assert.strictEqual(topics![0], topic); // eslint-disable-next-line @typescript-eslint/no-explicit-any @@ -1328,7 +1348,7 @@ describe('PubSub', () => { callback(err_, topics_, nextQuery_, apiResponse_); }; - pubsub.getTopics?.((err, topics, apiResponse) => { + pubsub.getTopics((err, topics, apiResponse) => { assert.strictEqual(err, err_); assert.deepStrictEqual(topics, topics_); assert.strictEqual(apiResponse, nextQuery_); @@ -1346,7 +1366,7 @@ describe('PubSub', () => { } as pubsubTypes.RequestConfig; beforeEach(() => { - delete pubsub.projectId; + pubsub.projectId = PROJECT_ID_PLACEHOLDER; afterEach(() => sandbox.restore()); sandbox.stub(pubsub, 'auth').value({ @@ -1360,10 +1380,10 @@ describe('PubSub', () => { }); it('should throw if the PubSub is already closed', done => { - pubsub.close?.((err: Error | null) => { + pubsub.close((err: Error | null) => { assert.strictEqual(err, null); - pubsub.request?.(CONFIG, (errInner: Error | null) => { + pubsub.request(CONFIG, (errInner: Error | null) => { assert.notStrictEqual(errInner, null); assert.strictEqual( errInner!.message.indexOf('closed PubSub object') >= 0, @@ -1380,7 +1400,7 @@ describe('PubSub', () => { done(); }; - pubsub.request?.(CONFIG, assert.ifError); + pubsub.request(CONFIG, assert.ifError); }); it('should return error from getClient_', done => { @@ -1389,7 +1409,7 @@ describe('PubSub', () => { callback(expectedError); }; - pubsub.request?.(CONFIG, (err: gax.grpc.ServiceError | null) => { + pubsub.request(CONFIG, (err: gax.grpc.ServiceError | null) => { assert.strictEqual(expectedError, err); done(); }); @@ -1410,7 +1430,7 @@ describe('PubSub', () => { pubsub.getClient_ = (config, callback: Function) => { callback(null, fakeClient); }; - pubsub.request?.(CONFIG, assert.ifError); + pubsub.request(CONFIG, assert.ifError); }); it('should replace the project id token on reqOpts', done => { @@ -1420,7 +1440,7 @@ describe('PubSub', () => { assert.strictEqual(projectId, PROJECT_ID); done(); }; - pubsub.request?.(CONFIG, assert.ifError); + pubsub.request(CONFIG, assert.ifError); }); }); @@ -1446,7 +1466,7 @@ describe('PubSub', () => { // Stub out its close method, and verify it gets called. const stub = sandbox.stub(client, 'close').resolves(); - await pubsub.closeAllClients_?.(); + await pubsub.closeAllClients_(); assert.strictEqual(stub.called, true); }); @@ -1454,24 +1474,24 @@ describe('PubSub', () => { describe('project ID', () => { beforeEach(() => { - delete pubsub.projectId; + pubsub.projectId = PROJECT_ID_PLACEHOLDER; pubsub.isEmulator = false; }); it('should get and cache the project ID', async () => { sandbox.stub(pubsub!.auth!, 'getProjectId').resolves(PROJECT_ID); - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); assert.strictEqual(pubsub.projectId, PROJECT_ID); assert.strictEqual(pubsub.options?.projectId, PROJECT_ID); }); it('should get the project ID if placeholder', async () => { - pubsub.projectId = '{{projectId}}'; + pubsub.projectId = PROJECT_ID_PLACEHOLDER; sandbox.stub(pubsub!.auth!, 'getProjectId').resolves(PROJECT_ID); - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); assert.strictEqual(pubsub.projectId, PROJECT_ID); }); @@ -1481,7 +1501,7 @@ describe('PubSub', () => { sandbox.stub(pubsub!.auth!, 'getProjectId').rejects(error); try { - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); throw new Error('getClientAsync_ should have thrown an error'); } catch (e) { assert.strictEqual(e, error); @@ -1494,7 +1514,7 @@ describe('PubSub', () => { const error = new Error('err'); sandbox.stub(pubsub!.auth!, 'getProjectId').rejects(error); - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); assert.strictEqual(pubsub.projectId, ''); }); @@ -1504,7 +1524,7 @@ describe('PubSub', () => { const error = new Error('getProjectId should not be called.'); sandbox.stub(pubsub!.auth!, 'getProjectId').rejects(error); - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); }); }); @@ -1519,10 +1539,10 @@ describe('PubSub', () => { return FAKE_CLIENT_INSTANCE; }; - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); assert.strictEqual(pubsub.api?.FakeClient, FAKE_CLIENT_INSTANCE); - await pubsub.getClientAsync_?.(CONFIG); + await pubsub.getClientAsync_(CONFIG); assert.strictEqual(numTimesFakeClientInstantiated, 1); }); @@ -1535,7 +1555,7 @@ describe('PubSub', () => { return FAKE_CLIENT_INSTANCE; }; - const client = await pubsub.getClientAsync_?.(CONFIG); + const client = await pubsub.getClientAsync_(CONFIG); assert.strictEqual(client, FAKE_CLIENT_INSTANCE); }); }); @@ -1552,7 +1572,7 @@ describe('PubSub', () => { .withArgs(CONFIG) .resolves(FAKE_CLIENT_INSTANCE); - pubsub.getClient_?.(CONFIG, (err, client) => { + pubsub.getClient_(CONFIG, (err, client) => { assert.ifError(err); assert.strictEqual(client, FAKE_CLIENT_INSTANCE); done(); @@ -1563,7 +1583,7 @@ describe('PubSub', () => { const error = new Error('err'); sandbox.stub(pubsub, 'getClientAsync_').rejects(error); - pubsub.getClient_?.(CONFIG, err => { + pubsub.getClient_(CONFIG, err => { assert.strictEqual(err, error); done(); }); @@ -1599,7 +1619,7 @@ describe('PubSub', () => { done(); }; - pubsub.request?.(CONFIG, assert.ifError); + pubsub.request(CONFIG, assert.ifError); }); it('should return error from getting the client', done => { @@ -1609,7 +1629,7 @@ describe('PubSub', () => { callback(error); }; - pubsub.request?.(CONFIG, (err: gax.ServiceError | null) => { + pubsub.request(CONFIG, (err: gax.ServiceError | null) => { assert.strictEqual(err, error); done(); }); @@ -1623,7 +1643,7 @@ describe('PubSub', () => { done(); }; - pubsub.request?.(CONFIG, assert.ifError); + pubsub.request(CONFIG, assert.ifError); }); it('should call the client method correctly', done => { @@ -1653,7 +1673,7 @@ describe('PubSub', () => { callback(null, fakeClient); }; - pubsub.request?.(CONFIG, assert.ifError); + pubsub.request(CONFIG, assert.ifError); }); }); @@ -1667,7 +1687,7 @@ describe('PubSub', () => { it('should return a Snapshot object', () => { const SNAPSHOT_NAME = 'new-snapshot'; - const snapshot = pubsub.snapshot?.(SNAPSHOT_NAME); + const snapshot = pubsub.snapshot(SNAPSHOT_NAME); const args = (snapshot as {} as FakeSnapshot).calledWith_; assert(snapshot instanceof FakeSnapshot); @@ -1683,7 +1703,7 @@ describe('PubSub', () => { it('should return a Subscription object', () => { // tslint:disable-next-line only-arrow-functions subscriptionOverride = function () {}; - const subscription = pubsub.subscription?.(SUB_NAME, {}); + const subscription = pubsub.subscription(SUB_NAME, {}); assert(subscription instanceof subscriptionOverride); }); @@ -1696,7 +1716,7 @@ describe('PubSub', () => { assert.strictEqual(name, SUB_NAME); done(); }; - pubsub.subscription?.(SUB_NAME); + pubsub.subscription(SUB_NAME); }); it('should honor settings', done => { @@ -1709,7 +1729,7 @@ describe('PubSub', () => { assert.strictEqual(options, CONFIG); done(); }; - pubsub.subscription?.(SUB_NAME, CONFIG); + pubsub.subscription(SUB_NAME, CONFIG); }); it('should throw if a name is not provided', () => { @@ -1729,13 +1749,13 @@ describe('PubSub', () => { }); it('should return a Topic object', () => { - assert(pubsub.topic?.('new-topic') instanceof FakeTopic); + assert(pubsub.topic('new-topic') instanceof FakeTopic); }); it('should pass the correct args', () => { const fakeName = 'with-options'; const fakeOptions = {}; - const topic = pubsub.topic?.(fakeName, fakeOptions); + const topic = pubsub.topic(fakeName, fakeOptions); const [ps, name, options] = (topic as {} as FakeTopic).calledWith_; @@ -1754,9 +1774,9 @@ describe('PubSub', () => { it('should close the schema client when it has been opened', async () => { // Force it to create a client. - const client = await pubsub.getSchemaClient?.(); + const client = await pubsub.getSchemaClient(); sandbox.stub(client!, 'close').resolves(); - await pubsub.close?.(); + await pubsub.close(); }); // I feel like this ought to be a test, but something in getSchemaClient_() @@ -1822,7 +1842,7 @@ describe('PubSub', () => { it('defaults to BASIC for listSchemas', async () => { // Grab the schema client it'll be using so we can stub it. - const client = await pubsub.getSchemaClient?.(); + const client = await pubsub.getSchemaClient(); sandbox.stub(client!, 'listSchemasAsync').callsFake(req => { assert.strictEqual(req!.view, 'BASIC'); @@ -1837,7 +1857,7 @@ describe('PubSub', () => { }); it('returns a proper Schema object from schema()', async () => { - const schema = pubsub.schema?.('foo'); + const schema = pubsub.schema('foo'); assert.strictEqual(schema!.id, 'foo'); const name = await schema!.getName(); diff --git a/handwritten/pubsub/test/subscription.ts b/handwritten/pubsub/test/subscription.ts index aee0a9f90cf7..4855ec9217a5 100644 --- a/handwritten/pubsub/test/subscription.ts +++ b/handwritten/pubsub/test/subscription.ts @@ -97,7 +97,7 @@ class FakeSubscriber extends EventEmitter { describe('Subscription', () => { // tslint:disable-next-line variable-name let Subscription: typeof subby.Subscription; - let subscription: Partial; + let subscription: subby.Subscription; const PROJECT_ID = 'test-project'; const SUB_NAME = 'test-subscription'; @@ -185,7 +185,7 @@ describe('Subscription', () => { it('should open the subscriber when a listener is attached', () => { const stub = sandbox.stub(subscriber, 'open'); - subscription.on?.('message', () => {}); + subscription.on('message', () => {}); assert.strictEqual(stub.callCount, 1); }); @@ -193,8 +193,8 @@ describe('Subscription', () => { const stub = sandbox.stub(subscriber, 'close'); const cb = () => {}; - subscription.on?.('message', cb); - subscription.removeListener?.('message', cb); + subscription.on('message', cb); + subscription.removeListener('message', cb); assert.strictEqual(stub.callCount, 1); }); @@ -207,7 +207,7 @@ describe('Subscription', () => { }, }; - subscription.on?.('message', (msg: Message) => { + subscription.on('message', (msg: Message) => { assert.strictEqual(msg, message); done(); }); @@ -218,7 +218,7 @@ describe('Subscription', () => { it('should emit errors', done => { const error = new Error('err'); - subscription.on?.('error', (err: Error) => { + subscription.on('error', (err: Error) => { assert.strictEqual(err, error); done(); }); @@ -227,7 +227,7 @@ describe('Subscription', () => { }); it('should emit close events', done => { - subscription.on?.('close', done); + subscription.on('close', done); subscriber.emit('close'); }); }); @@ -337,7 +337,7 @@ describe('Subscription', () => { describe('close', () => { it('should call the success callback', done => { sandbox.stub(subscriber, 'close').resolves(); - subscription.close?.(done); + subscription.close(done); }); it('should pass back any errors that occurs', done => { @@ -345,7 +345,7 @@ describe('Subscription', () => { sandbox.stub(subscriber, 'close').rejects(fakeErr); - subscription!.close!((err: Error | undefined) => { + subscription.close((err: Error | undefined) => { assert.strictEqual(err, fakeErr); done(); }); @@ -363,14 +363,14 @@ describe('Subscription', () => { const expectedError = /Subscriptions can only be created when accessed through Topics/; delete subscription.topic; - await assert.rejects(subscription.create!(), expectedError); + await assert.rejects(subscription.create(), expectedError); }); it('should pass the correct params', () => { const fakeOptions = {}; const stub = sandbox.stub(PUBSUB, 'createSubscription'); - subscription.create?.(fakeOptions, assert.ifError); + subscription.create(fakeOptions, assert.ifError); const [topic, name, options] = stub.lastCall.args; assert.strictEqual(topic, TOPIC_NAME); @@ -381,7 +381,7 @@ describe('Subscription', () => { it('should optionally accept options', () => { const stub = sandbox.stub(PUBSUB, 'createSubscription'); - subscription.create?.(assert.ifError); + subscription.create(assert.ifError); const options = stub.lastCall.args[2]; assert.deepStrictEqual(options, {}); @@ -392,7 +392,7 @@ describe('Subscription', () => { const fakeResponse = {}; const stub = sandbox.stub(PUBSUB, 'createSubscription'); - subscription.create?.((err, sub, resp) => { + subscription.create((err, sub, resp) => { assert.strictEqual(err, fakeErr); assert.strictEqual(sub, null); assert.strictEqual(resp, fakeResponse); @@ -408,7 +408,7 @@ describe('Subscription', () => { const fakeSub = new Subscription(PUBSUB, SUB_FULL_NAME); const fakeResponse = {}; - subscription.create?.(err => { + subscription.create(err => { assert.ifError(err); assert.strictEqual(subscription.metadata, fakeResponse); done(); @@ -423,7 +423,7 @@ describe('Subscription', () => { const fakeResponse = {}; const stub = sandbox.stub(PUBSUB, 'createSubscription'); - subscription.create?.((err, sub, resp) => { + subscription.create((err, sub, resp) => { assert.ifError(err); assert.strictEqual(sub, subscription); assert.strictEqual(resp, fakeResponse); @@ -464,7 +464,7 @@ describe('Subscription', () => { done(); }; - subscription.createSnapshot?.(SNAPSHOT_NAME, assert.ifError); + subscription.createSnapshot(SNAPSHOT_NAME, assert.ifError); }); it('should optionally accept gax options', done => { @@ -475,7 +475,7 @@ describe('Subscription', () => { done(); }; - subscription.createSnapshot?.(SNAPSHOT_NAME, gaxOpts, assert.ifError); + subscription.createSnapshot(SNAPSHOT_NAME, gaxOpts, assert.ifError); }); it('should pass back any errors to the callback', done => { @@ -486,7 +486,7 @@ describe('Subscription', () => { callback(error, apiResponse); }; - subscription.createSnapshot?.(SNAPSHOT_NAME, (err, snapshot, resp) => { + subscription.createSnapshot(SNAPSHOT_NAME, (err, snapshot, resp) => { assert.strictEqual(err, error); assert.strictEqual(snapshot, null); assert.strictEqual(resp, apiResponse); @@ -506,7 +506,7 @@ describe('Subscription', () => { callback(null, apiResponse); }; - subscription.createSnapshot?.(SNAPSHOT_NAME, (err, snapshot, resp) => { + subscription.createSnapshot(SNAPSHOT_NAME, (err, snapshot, resp) => { assert.ifError(err); assert.strictEqual(snapshot, fakeSnapshot); assert.strictEqual(snapshot!.metadata, apiResponse); @@ -527,7 +527,7 @@ describe('Subscription', () => { }); it('should return the debug events to the callback', done => { - subscription.on?.('debug', (msg: DebugMessage) => { + subscription.on('debug', (msg: DebugMessage) => { assert.strictEqual(msg.error, error); done(); }); @@ -552,7 +552,7 @@ describe('Subscription', () => { done(); }; - subscription.delete?.(assert.ifError); + subscription.delete(assert.ifError); }); it('should optionally accept gax options', done => { @@ -563,7 +563,7 @@ describe('Subscription', () => { done(); }; - subscription.delete?.(gaxOpts, assert.ifError); + subscription.delete(gaxOpts, assert.ifError); }); describe('success', () => { @@ -576,7 +576,7 @@ describe('Subscription', () => { }); it('should return the api response', done => { - subscription.delete?.((err, resp) => { + subscription.delete((err, resp) => { assert.ifError(err); assert.strictEqual(resp, apiResponse); done(); @@ -586,9 +586,9 @@ describe('Subscription', () => { it('should close the subscriber if open', done => { const stub = sandbox.stub(subscriber, 'close'); - subscription.open?.(); + subscription.open(); - subscription.delete?.(err => { + subscription.delete(err => { assert.ifError(err); assert.strictEqual(stub.callCount, 1); done(); @@ -606,7 +606,7 @@ describe('Subscription', () => { }); it('should return the error to the callback', done => { - subscription.delete?.(err => { + subscription.delete(err => { assert.strictEqual(err, error); done(); }); @@ -618,7 +618,7 @@ describe('Subscription', () => { done(new Error('Should not be called.')); }; - subscription.delete?.(() => { + subscription.delete(() => { done(); }); }); @@ -628,7 +628,7 @@ describe('Subscription', () => { done(new Error('Should not be called.')); }; - subscription.delete?.(() => { + subscription.delete(() => { done(); }); }); @@ -639,7 +639,7 @@ describe('Subscription', () => { it('should return true if it finds metadata', done => { sandbox.stub(subscription, 'getMetadata').yields(null, {}); - subscription.exists?.((err, exists) => { + subscription.exists((err, exists) => { assert.ifError(err); assert(exists); done(); @@ -650,7 +650,7 @@ describe('Subscription', () => { const error = {code: 5} as ServiceError; sandbox.stub(subscription, 'getMetadata').yields(error); - subscription.exists?.((err, exists) => { + subscription.exists((err, exists) => { assert.ifError(err); assert.strictEqual(exists, false); done(); @@ -661,7 +661,7 @@ describe('Subscription', () => { const error = {code: 4} as ServiceError; sandbox.stub(subscription, 'getMetadata').yields(error); - subscription.exists?.((err, exists) => { + subscription.exists((err, exists) => { assert.strictEqual(err, error); assert.strictEqual(exists, undefined); done(); @@ -682,7 +682,7 @@ describe('Subscription', () => { done(); }); - subscription.get?.(options, assert.ifError); + subscription.get(options, assert.ifError); }); describe('success', () => { @@ -695,7 +695,7 @@ describe('Subscription', () => { callback(null, fakeMetadata); }); - subscription.get?.((err, sub, resp) => { + subscription.get((err, sub, resp) => { assert.ifError(err); assert.strictEqual(sub, subscription); assert.strictEqual(resp, fakeMetadata); @@ -712,7 +712,7 @@ describe('Subscription', () => { callback(null); // the done fn }); - subscription.get?.(options, done); + subscription.get(options, done); }); }); @@ -724,7 +724,7 @@ describe('Subscription', () => { .stub(subscription, 'getMetadata') .callsArgWith(1, error, apiResponse); - subscription.get?.((err, sub, resp) => { + subscription.get((err, sub, resp) => { assert.strictEqual(err, error); assert.strictEqual(sub, null); assert.strictEqual(resp, apiResponse); @@ -739,7 +739,7 @@ describe('Subscription', () => { .stub(subscription, 'getMetadata') .callsArgWith(1, error, apiResponse); - subscription.get?.((err, sub, resp) => { + subscription.get((err, sub, resp) => { assert.strictEqual(err, error); assert.strictEqual(sub, null); assert.strictEqual(resp, apiResponse); @@ -754,9 +754,9 @@ describe('Subscription', () => { .stub(subscription, 'getMetadata') .callsArgWith(1, error, apiResponse); - delete subscription.create; + delete (subscription as Partial).create; - subscription.get?.((err, sub, resp) => { + subscription.get((err, sub, resp) => { assert.strictEqual(err, error); assert.strictEqual(sub, null); assert.strictEqual(resp, apiResponse); @@ -781,7 +781,7 @@ describe('Subscription', () => { }); subscription.topic = 'hi-ho-silver'; - subscription.get?.(fakeOptions, assert.ifError); + subscription.get(fakeOptions, assert.ifError); }); }); }); @@ -797,7 +797,7 @@ describe('Subscription', () => { done(); }; - subscription.getMetadata?.(assert.ifError); + subscription.getMetadata(assert.ifError); }); it('should optionally accept gax options', done => { @@ -808,7 +808,7 @@ describe('Subscription', () => { done(); }; - subscription.getMetadata?.(gaxOpts, assert.ifError); + subscription.getMetadata(gaxOpts, assert.ifError); }); it('should pass back any errors that occur', done => { @@ -819,7 +819,7 @@ describe('Subscription', () => { callback(error, apiResponse); }; - subscription.getMetadata?.((err, metadata) => { + subscription.getMetadata((err, metadata) => { assert.strictEqual(err, error); assert.strictEqual(metadata, apiResponse); done(); @@ -833,7 +833,7 @@ describe('Subscription', () => { callback(null, apiResponse); }; - subscription.getMetadata?.((err, metadata) => { + subscription.getMetadata((err, metadata) => { assert.ifError(err); assert.strictEqual(metadata, apiResponse); assert.strictEqual(subscription.metadata, apiResponse); @@ -856,7 +856,7 @@ describe('Subscription', () => { done(); }; - subscription.modifyPushConfig?.(fakeConfig, assert.ifError); + subscription.modifyPushConfig(fakeConfig, assert.ifError); }); it('should optionally accept gaxOpts', done => { @@ -867,7 +867,7 @@ describe('Subscription', () => { done(); }; - subscription.modifyPushConfig?.(fakeConfig, gaxOpts, assert.ifError); + subscription.modifyPushConfig(fakeConfig, gaxOpts, assert.ifError); }); }); @@ -875,7 +875,7 @@ describe('Subscription', () => { it('should open the subscriber', () => { const stub = sandbox.stub(subscriber, 'open'); - subscription.open?.(); + subscription.open(); assert.strictEqual(stub.callCount, 1); }); @@ -883,8 +883,8 @@ describe('Subscription', () => { it('should noop if already open', () => { const spy = sandbox.spy(subscriber, 'open'); - subscription.open?.(); - subscription.open?.(); + subscription.open(); + subscription.open(); assert.strictEqual(spy.callCount, 1); }); @@ -924,7 +924,7 @@ describe('Subscription', () => { done(); }; - subscription.seek?.(FAKE_SNAPSHOT_NAME, assert.ifError); + subscription.seek(FAKE_SNAPSHOT_NAME, assert.ifError); }); it('should optionally accept a Date object', done => { @@ -941,7 +941,7 @@ describe('Subscription', () => { done(); }; - subscription.seek?.(date, assert.ifError); + subscription.seek(date, assert.ifError); }); it('should optionally accept gax options', done => { @@ -952,7 +952,7 @@ describe('Subscription', () => { done(); }; - subscription.seek?.(FAKE_SNAPSHOT_NAME, gaxOpts, assert.ifError); + subscription.seek(FAKE_SNAPSHOT_NAME, gaxOpts, assert.ifError); }); }); @@ -1003,7 +1003,11 @@ describe('Subscription', () => { done(); }; - subscription.setMetadata?.(METADATA, done); + // This warning is not real, but it should be resolved by future work + // on the linting config. + // + // eslint-disable-next-line @typescript-eslint/no-floating-promises + subscription.setMetadata(METADATA, done); }); it('should optionally accept gax options', done => { @@ -1013,7 +1017,7 @@ describe('Subscription', () => { assert.strictEqual(config.gaxOpts, gaxOpts); done(); }; - subscription.setMetadata?.(METADATA, gaxOpts, done); + subscription.setMetadata(METADATA, gaxOpts, done); }); }); @@ -1021,7 +1025,7 @@ describe('Subscription', () => { it('should pass the options to the subscriber', () => { const options = {}; const stub = sandbox.stub(subscriber, 'setOptions').withArgs(options); - subscription.setOptions?.(options); + subscription.setOptions(options); assert.strictEqual(stub.callCount, 1); }); }); @@ -1037,7 +1041,7 @@ describe('Subscription', () => { done(); }; - subscription.snapshot?.(SNAPSHOT_NAME); + subscription.snapshot(SNAPSHOT_NAME); }); }); }); diff --git a/handwritten/spanner/.prettierignore b/handwritten/spanner/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/spanner/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/spanner/.prettierrc.js b/handwritten/spanner/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/spanner/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/storage/.prettierignore b/handwritten/storage/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/storage/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/package.json b/package.json index 821e84b0a6fe..d14984434c95 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,10 @@ "gaxios": "^7.0.0-rc", "parse-link-header": "^2.0.0" }, - "devDependencies": {}, + "devDependencies": { + "gts": "^7.0.0" + }, "engines": { "node": ">=18" } -} \ No newline at end of file +} diff --git a/packages/gapic-node-processing/.prettierignore b/packages/gapic-node-processing/.prettierignore deleted file mode 100644 index 875811edb566..000000000000 --- a/packages/gapic-node-processing/.prettierignore +++ /dev/null @@ -1,7 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ -__snapshots__/ diff --git a/packages/gapic-node-processing/.prettierrc.js b/packages/gapic-node-processing/.prettierrc.js deleted file mode 100644 index d546a4ad5460..000000000000 --- a/packages/gapic-node-processing/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2022 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/combine-libraries.test.ts b/packages/gapic-node-processing/test/combine-libraries.test.ts index cf7915f0c51b..5d2bb6efab82 100644 --- a/packages/gapic-node-processing/test/combine-libraries.test.ts +++ b/packages/gapic-node-processing/test/combine-libraries.test.ts @@ -84,7 +84,7 @@ describe('combine libraries', () => { it('should generate unique final directory paths', async () => { const libraryPaths = await generateFinalDirectoryPath(libraryConfigCJS); // This should be the amount of unique file paths in the tree directory - assert.deepStrictEqual(libraryPaths.length, 103); + assert.deepStrictEqual(libraryPaths.length, 102); // Confirm there are only unique items in the array assert.deepStrictEqual( diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/analytics-data-v1alpha-nodejs/.prettierignore b/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/analytics-data-v1alpha-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/analytics-data-v1alpha-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/analytics-data-v1alpha-nodejs/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/analytics-data-v1alpha-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/analytics-data-v1alpha-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/google-analytics-data-v1beta-nodejs/.prettierignore b/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/google-analytics-data-v1beta-nodejs/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/google-analytics-data-v1beta-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/google-analytics-data-v1beta-nodejs/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/google-analytics-data-v1beta-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data-nodejs/google-analytics-data-v1beta-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data/.prettierignore b/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-analytics-data/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v1-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v1p1beta1-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech-nodejs/speech-v2-nodejs/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech/.prettierrc.js b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-speech/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks-nodejs/tasks-v2-nodejs/.prettierignore b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks-nodejs/tasks-v2-nodejs/.prettierignore deleted file mode 100644 index a27d1f92d1b7..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks-nodejs/tasks-v2-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ \ No newline at end of file diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks-nodejs/tasks-v2beta2-nodejs/.prettierignore b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks-nodejs/tasks-v2beta2-nodejs/.prettierignore deleted file mode 100644 index a27d1f92d1b7..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks-nodejs/tasks-v2beta2-nodejs/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ \ No newline at end of file diff --git a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks/.prettierignore b/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks/.prettierignore deleted file mode 100644 index a27d1f92d1b7..000000000000 --- a/packages/gapic-node-processing/test/fixtures/combined-library/google-cloud-tasks/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ \ No newline at end of file diff --git a/packages/google-ads-admanager/.prettierignore b/packages/google-ads-admanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-ads-admanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-ads-admanager/.prettierrc.js b/packages/google-ads-admanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-ads-admanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-ads-datamanager/.prettierignore b/packages/google-ads-datamanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-ads-datamanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-ads-datamanager/.prettierrc.js b/packages/google-ads-datamanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-ads-datamanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-ai-generativelanguage/.prettierignore b/packages/google-ai-generativelanguage/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-ai-generativelanguage/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-ai-generativelanguage/.prettierrc.js b/packages/google-ai-generativelanguage/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-ai-generativelanguage/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-analytics-admin/.prettierignore b/packages/google-analytics-admin/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-analytics-admin/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-analytics-admin/.prettierrc.js b/packages/google-analytics-admin/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-analytics-admin/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-analytics-data/.prettierignore b/packages/google-analytics-data/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-analytics-data/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-analytics-data/.prettierrc.js b/packages/google-analytics-data/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-analytics-data/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-api-apikeys/.prettierignore b/packages/google-api-apikeys/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-api-apikeys/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-api-apikeys/.prettierrc.js b/packages/google-api-apikeys/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-api-apikeys/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-api-cloudquotas/.prettierignore b/packages/google-api-cloudquotas/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-api-cloudquotas/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-api-cloudquotas/.prettierrc.js b/packages/google-api-cloudquotas/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-api-cloudquotas/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-api-servicecontrol/.prettierignore b/packages/google-api-servicecontrol/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-api-servicecontrol/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-api-servicecontrol/.prettierrc.js b/packages/google-api-servicecontrol/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-api-servicecontrol/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-api-servicemanagement/.prettierignore b/packages/google-api-servicemanagement/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-api-servicemanagement/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-api-servicemanagement/.prettierrc.js b/packages/google-api-servicemanagement/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-api-servicemanagement/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-api-serviceusage/.prettierignore b/packages/google-api-serviceusage/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-api-serviceusage/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-api-serviceusage/.prettierrc.js b/packages/google-api-serviceusage/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-api-serviceusage/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-appengine/.prettierignore b/packages/google-appengine/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-appengine/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-appengine/.prettierrc.js b/packages/google-appengine/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-appengine/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-apps-events-subscriptions/.prettierignore b/packages/google-apps-events-subscriptions/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-apps-events-subscriptions/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-apps-events-subscriptions/.prettierrc.js b/packages/google-apps-events-subscriptions/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-apps-events-subscriptions/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-apps-meet/.prettierignore b/packages/google-apps-meet/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-apps-meet/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-apps-meet/.prettierrc.js b/packages/google-apps-meet/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-apps-meet/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-area120-tables/.prettierignore b/packages/google-area120-tables/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-area120-tables/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-area120-tables/.prettierrc.js b/packages/google-area120-tables/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-area120-tables/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-chat/.prettierignore b/packages/google-chat/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-chat/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-chat/.prettierrc.js b/packages/google-chat/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-chat/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-accessapproval/.prettierignore b/packages/google-cloud-accessapproval/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-accessapproval/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-accessapproval/.prettierrc.js b/packages/google-cloud-accessapproval/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-accessapproval/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-advisorynotifications/.prettierignore b/packages/google-cloud-advisorynotifications/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-advisorynotifications/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-advisorynotifications/.prettierrc.js b/packages/google-cloud-advisorynotifications/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-advisorynotifications/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-aiplatform/.prettierignore b/packages/google-cloud-aiplatform/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-aiplatform/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-aiplatform/.prettierrc.js b/packages/google-cloud-aiplatform/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-aiplatform/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-alloydb/.prettierignore b/packages/google-cloud-alloydb/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-alloydb/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-alloydb/.prettierrc.js b/packages/google-cloud-alloydb/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-alloydb/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-apigateway/.prettierignore b/packages/google-cloud-apigateway/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-apigateway/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-apigateway/.prettierrc.js b/packages/google-cloud-apigateway/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-apigateway/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-apigeeconnect/.prettierignore b/packages/google-cloud-apigeeconnect/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-apigeeconnect/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-apigeeconnect/.prettierrc.js b/packages/google-cloud-apigeeconnect/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-apigeeconnect/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-apigeeregistry/.prettierignore b/packages/google-cloud-apigeeregistry/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-apigeeregistry/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-apigeeregistry/.prettierrc.js b/packages/google-cloud-apigeeregistry/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-apigeeregistry/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-apihub/.prettierignore b/packages/google-cloud-apihub/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-apihub/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-apihub/.prettierrc.js b/packages/google-cloud-apihub/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-apihub/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-apiregistry/.prettierignore b/packages/google-cloud-apiregistry/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-apiregistry/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-apiregistry/.prettierrc.js b/packages/google-cloud-apiregistry/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-apiregistry/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-apphub/.prettierignore b/packages/google-cloud-apphub/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-apphub/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-apphub/.prettierrc.js b/packages/google-cloud-apphub/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-apphub/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-asset/.prettierignore b/packages/google-cloud-asset/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-asset/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-asset/.prettierrc.js b/packages/google-cloud-asset/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-asset/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-assuredworkloads/.prettierignore b/packages/google-cloud-assuredworkloads/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-assuredworkloads/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-assuredworkloads/.prettierrc.js b/packages/google-cloud-assuredworkloads/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-assuredworkloads/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-auditmanager/.prettierignore b/packages/google-cloud-auditmanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-auditmanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-auditmanager/.prettierrc.js b/packages/google-cloud-auditmanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-auditmanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-automl/.prettierignore b/packages/google-cloud-automl/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-automl/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-automl/.prettierrc.js b/packages/google-cloud-automl/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-automl/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-backupdr/.prettierignore b/packages/google-cloud-backupdr/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-backupdr/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-backupdr/.prettierrc.js b/packages/google-cloud-backupdr/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-backupdr/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-baremetalsolution/.prettierignore b/packages/google-cloud-baremetalsolution/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-baremetalsolution/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-baremetalsolution/.prettierrc.js b/packages/google-cloud-baremetalsolution/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-baremetalsolution/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-batch/.prettierignore b/packages/google-cloud-batch/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-batch/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-batch/.prettierrc.js b/packages/google-cloud-batch/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-batch/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-beyondcorp-appconnections/.prettierignore b/packages/google-cloud-beyondcorp-appconnections/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-beyondcorp-appconnections/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-beyondcorp-appconnections/.prettierrc.js b/packages/google-cloud-beyondcorp-appconnections/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-beyondcorp-appconnections/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-beyondcorp-appconnectors/.prettierignore b/packages/google-cloud-beyondcorp-appconnectors/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-beyondcorp-appconnectors/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-beyondcorp-appconnectors/.prettierrc.js b/packages/google-cloud-beyondcorp-appconnectors/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-beyondcorp-appconnectors/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-beyondcorp-appgateways/.prettierignore b/packages/google-cloud-beyondcorp-appgateways/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-beyondcorp-appgateways/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-beyondcorp-appgateways/.prettierrc.js b/packages/google-cloud-beyondcorp-appgateways/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-beyondcorp-appgateways/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-beyondcorp-clientconnectorservices/.prettierignore b/packages/google-cloud-beyondcorp-clientconnectorservices/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-beyondcorp-clientconnectorservices/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-beyondcorp-clientconnectorservices/.prettierrc.js b/packages/google-cloud-beyondcorp-clientconnectorservices/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-beyondcorp-clientconnectorservices/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-beyondcorp-clientgateways/.prettierignore b/packages/google-cloud-beyondcorp-clientgateways/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-beyondcorp-clientgateways/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-beyondcorp-clientgateways/.prettierrc.js b/packages/google-cloud-beyondcorp-clientgateways/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-beyondcorp-clientgateways/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-analyticshub/.prettierignore b/packages/google-cloud-bigquery-analyticshub/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-analyticshub/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-analyticshub/.prettierrc.js b/packages/google-cloud-bigquery-analyticshub/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-analyticshub/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-connection/.prettierignore b/packages/google-cloud-bigquery-connection/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-connection/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-connection/.prettierrc.js b/packages/google-cloud-bigquery-connection/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-connection/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-dataexchange/.prettierignore b/packages/google-cloud-bigquery-dataexchange/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-dataexchange/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-dataexchange/.prettierrc.js b/packages/google-cloud-bigquery-dataexchange/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-dataexchange/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-datapolicies/.prettierignore b/packages/google-cloud-bigquery-datapolicies/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-datapolicies/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-datapolicies/.prettierrc.js b/packages/google-cloud-bigquery-datapolicies/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-datapolicies/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-datatransfer/.prettierignore b/packages/google-cloud-bigquery-datatransfer/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-datatransfer/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-datatransfer/.prettierrc.js b/packages/google-cloud-bigquery-datatransfer/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-datatransfer/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-migration/.prettierignore b/packages/google-cloud-bigquery-migration/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-migration/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-migration/.prettierrc.js b/packages/google-cloud-bigquery-migration/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-migration/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-bigquery-reservation/.prettierignore b/packages/google-cloud-bigquery-reservation/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-bigquery-reservation/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-bigquery-reservation/.prettierrc.js b/packages/google-cloud-bigquery-reservation/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-bigquery-reservation/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-billing-budgets/.prettierignore b/packages/google-cloud-billing-budgets/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-billing-budgets/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-billing-budgets/.prettierrc.js b/packages/google-cloud-billing-budgets/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-billing-budgets/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-billing/.prettierignore b/packages/google-cloud-billing/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-billing/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-billing/.prettierrc.js b/packages/google-cloud-billing/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-billing/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-binaryauthorization/.prettierignore b/packages/google-cloud-binaryauthorization/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-binaryauthorization/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-binaryauthorization/.prettierrc.js b/packages/google-cloud-binaryauthorization/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-binaryauthorization/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-capacityplanner/.prettierignore b/packages/google-cloud-capacityplanner/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-capacityplanner/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-capacityplanner/.prettierrc.js b/packages/google-cloud-capacityplanner/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/google-cloud-capacityplanner/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-certificatemanager/.prettierignore b/packages/google-cloud-certificatemanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-certificatemanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-certificatemanager/.prettierrc.js b/packages/google-cloud-certificatemanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-certificatemanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-ces/.prettierignore b/packages/google-cloud-ces/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-ces/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-ces/.prettierrc.js b/packages/google-cloud-ces/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-ces/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-channel/.prettierignore b/packages/google-cloud-channel/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-channel/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-channel/.prettierrc.js b/packages/google-cloud-channel/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-channel/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-chronicle/.prettierignore b/packages/google-cloud-chronicle/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-chronicle/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-chronicle/.prettierrc.js b/packages/google-cloud-chronicle/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-chronicle/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-cloudcontrolspartner/.prettierignore b/packages/google-cloud-cloudcontrolspartner/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-cloudcontrolspartner/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-cloudcontrolspartner/.prettierrc.js b/packages/google-cloud-cloudcontrolspartner/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-cloudcontrolspartner/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-clouddms/.prettierignore b/packages/google-cloud-clouddms/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-clouddms/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-clouddms/.prettierrc.js b/packages/google-cloud-clouddms/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-clouddms/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-cloudsecuritycompliance/.prettierignore b/packages/google-cloud-cloudsecuritycompliance/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-cloudsecuritycompliance/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-cloudsecuritycompliance/.prettierrc.js b/packages/google-cloud-cloudsecuritycompliance/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-cloudsecuritycompliance/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-commerce-consumer-procurement/.prettierignore b/packages/google-cloud-commerce-consumer-procurement/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-commerce-consumer-procurement/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-commerce-consumer-procurement/.prettierrc.js b/packages/google-cloud-commerce-consumer-procurement/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-commerce-consumer-procurement/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-compute/.prettierignore b/packages/google-cloud-compute/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-compute/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-compute/.prettierrc.js b/packages/google-cloud-compute/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-compute/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-confidentialcomputing/.prettierignore b/packages/google-cloud-confidentialcomputing/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-confidentialcomputing/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-confidentialcomputing/.prettierrc.js b/packages/google-cloud-confidentialcomputing/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-confidentialcomputing/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-config/.prettierignore b/packages/google-cloud-config/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-config/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-config/.prettierrc.js b/packages/google-cloud-config/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-config/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-configdelivery/.prettierignore b/packages/google-cloud-configdelivery/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-configdelivery/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-configdelivery/.prettierrc.js b/packages/google-cloud-configdelivery/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-configdelivery/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-connectors/.prettierignore b/packages/google-cloud-connectors/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-connectors/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-connectors/.prettierrc.js b/packages/google-cloud-connectors/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-connectors/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-contactcenterinsights/.prettierignore b/packages/google-cloud-contactcenterinsights/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-contactcenterinsights/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-contactcenterinsights/.prettierrc.js b/packages/google-cloud-contactcenterinsights/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-contactcenterinsights/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-contentwarehouse/.prettierignore b/packages/google-cloud-contentwarehouse/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-contentwarehouse/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-contentwarehouse/.prettierrc.js b/packages/google-cloud-contentwarehouse/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-contentwarehouse/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-datacatalog-lineage-configmanagement/.prettierignore b/packages/google-cloud-datacatalog-lineage-configmanagement/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-datacatalog-lineage-configmanagement/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-datacatalog-lineage-configmanagement/.prettierrc.js b/packages/google-cloud-datacatalog-lineage-configmanagement/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-datacatalog-lineage-configmanagement/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-datacatalog-lineage/.prettierignore b/packages/google-cloud-datacatalog-lineage/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-datacatalog-lineage/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-datacatalog-lineage/.prettierrc.js b/packages/google-cloud-datacatalog-lineage/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-datacatalog-lineage/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-datacatalog/.prettierignore b/packages/google-cloud-datacatalog/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-datacatalog/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-datacatalog/.prettierrc.js b/packages/google-cloud-datacatalog/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-datacatalog/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dataform/.prettierignore b/packages/google-cloud-dataform/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dataform/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dataform/.prettierrc.js b/packages/google-cloud-dataform/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-dataform/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-datafusion/.prettierignore b/packages/google-cloud-datafusion/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-datafusion/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-datafusion/.prettierrc.js b/packages/google-cloud-datafusion/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-datafusion/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-datalabeling/.prettierignore b/packages/google-cloud-datalabeling/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-datalabeling/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-datalabeling/.prettierrc.js b/packages/google-cloud-datalabeling/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-datalabeling/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dataplex/.prettierignore b/packages/google-cloud-dataplex/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dataplex/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dataplex/.prettierrc.js b/packages/google-cloud-dataplex/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-dataplex/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dataproc/.prettierignore b/packages/google-cloud-dataproc/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dataproc/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dataproc/.prettierrc.js b/packages/google-cloud-dataproc/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-dataproc/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dataqna/.prettierignore b/packages/google-cloud-dataqna/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dataqna/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dataqna/.prettierrc.js b/packages/google-cloud-dataqna/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-dataqna/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-datastream/.prettierignore b/packages/google-cloud-datastream/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-datastream/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-datastream/.prettierrc.js b/packages/google-cloud-datastream/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-datastream/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-deploy/.prettierignore b/packages/google-cloud-deploy/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-deploy/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-deploy/.prettierrc.js b/packages/google-cloud-deploy/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-deploy/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-developerconnect/.prettierignore b/packages/google-cloud-developerconnect/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-developerconnect/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-developerconnect/.prettierrc.js b/packages/google-cloud-developerconnect/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-developerconnect/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-devicestreaming/.prettierignore b/packages/google-cloud-devicestreaming/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-devicestreaming/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-devicestreaming/.prettierrc.js b/packages/google-cloud-devicestreaming/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-devicestreaming/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dialogflow-cx/.prettierignore b/packages/google-cloud-dialogflow-cx/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dialogflow-cx/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dialogflow-cx/.prettierrc.js b/packages/google-cloud-dialogflow-cx/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-dialogflow-cx/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dialogflow/.prettierignore b/packages/google-cloud-dialogflow/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dialogflow/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dialogflow/.prettierrc.js b/packages/google-cloud-dialogflow/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-dialogflow/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-discoveryengine/.prettierignore b/packages/google-cloud-discoveryengine/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-discoveryengine/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-discoveryengine/.prettierrc.js b/packages/google-cloud-discoveryengine/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-discoveryengine/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-dns/.prettierignore b/packages/google-cloud-dns/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-dns/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-dns/.prettierrc.js b/packages/google-cloud-dns/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/google-cloud-dns/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-documentai/.prettierignore b/packages/google-cloud-documentai/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-documentai/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-documentai/.prettierrc.js b/packages/google-cloud-documentai/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-documentai/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-domains/.prettierignore b/packages/google-cloud-domains/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-domains/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-domains/.prettierrc.js b/packages/google-cloud-domains/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/google-cloud-domains/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-edgecontainer/.prettierignore b/packages/google-cloud-edgecontainer/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-edgecontainer/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-edgecontainer/.prettierrc.js b/packages/google-cloud-edgecontainer/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-edgecontainer/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-edgenetwork/.prettierignore b/packages/google-cloud-edgenetwork/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-edgenetwork/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-edgenetwork/.prettierrc.js b/packages/google-cloud-edgenetwork/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-edgenetwork/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-essentialcontacts/.prettierignore b/packages/google-cloud-essentialcontacts/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-essentialcontacts/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-essentialcontacts/.prettierrc.js b/packages/google-cloud-essentialcontacts/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-essentialcontacts/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-eventarc-publishing/.prettierignore b/packages/google-cloud-eventarc-publishing/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-eventarc-publishing/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-eventarc-publishing/.prettierrc.js b/packages/google-cloud-eventarc-publishing/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-eventarc-publishing/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-eventarc/.prettierignore b/packages/google-cloud-eventarc/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-eventarc/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-eventarc/.prettierrc.js b/packages/google-cloud-eventarc/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-eventarc/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-filestore/.prettierignore b/packages/google-cloud-filestore/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-filestore/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-filestore/.prettierrc.js b/packages/google-cloud-filestore/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-filestore/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-financialservices/.prettierignore b/packages/google-cloud-financialservices/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-financialservices/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-financialservices/.prettierrc.js b/packages/google-cloud-financialservices/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-financialservices/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-functions/.prettierignore b/packages/google-cloud-functions/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-functions/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-functions/.prettierrc.js b/packages/google-cloud-functions/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-functions/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gdchardwaremanagement/.prettierignore b/packages/google-cloud-gdchardwaremanagement/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gdchardwaremanagement/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gdchardwaremanagement/.prettierrc.js b/packages/google-cloud-gdchardwaremanagement/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gdchardwaremanagement/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-geminidataanalytics/.prettierignore b/packages/google-cloud-geminidataanalytics/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-geminidataanalytics/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-geminidataanalytics/.prettierrc.js b/packages/google-cloud-geminidataanalytics/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-geminidataanalytics/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gkebackup/.prettierignore b/packages/google-cloud-gkebackup/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gkebackup/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gkebackup/.prettierrc.js b/packages/google-cloud-gkebackup/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gkebackup/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gkeconnect-gateway/.prettierignore b/packages/google-cloud-gkeconnect-gateway/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gkeconnect-gateway/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gkeconnect-gateway/.prettierrc.js b/packages/google-cloud-gkeconnect-gateway/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gkeconnect-gateway/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gkehub/.prettierignore b/packages/google-cloud-gkehub/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gkehub/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gkehub/.prettierrc.js b/packages/google-cloud-gkehub/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gkehub/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gkemulticloud/.prettierignore b/packages/google-cloud-gkemulticloud/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gkemulticloud/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gkemulticloud/.prettierrc.js b/packages/google-cloud-gkemulticloud/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gkemulticloud/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gkerecommender/.prettierignore b/packages/google-cloud-gkerecommender/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gkerecommender/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gkerecommender/.prettierrc.js b/packages/google-cloud-gkerecommender/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gkerecommender/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-gsuiteaddons/.prettierignore b/packages/google-cloud-gsuiteaddons/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-gsuiteaddons/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-gsuiteaddons/.prettierrc.js b/packages/google-cloud-gsuiteaddons/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-gsuiteaddons/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-hypercomputecluster/.prettierignore b/packages/google-cloud-hypercomputecluster/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-hypercomputecluster/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-hypercomputecluster/.prettierrc.js b/packages/google-cloud-hypercomputecluster/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-hypercomputecluster/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-iap/.prettierignore b/packages/google-cloud-iap/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-iap/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-iap/.prettierrc.js b/packages/google-cloud-iap/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-iap/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-ids/.prettierignore b/packages/google-cloud-ids/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-ids/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-ids/.prettierrc.js b/packages/google-cloud-ids/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-ids/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-iot/.prettierignore b/packages/google-cloud-iot/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-iot/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-iot/.prettierrc.js b/packages/google-cloud-iot/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-iot/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-kms-inventory/.prettierignore b/packages/google-cloud-kms-inventory/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-kms-inventory/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-kms-inventory/.prettierrc.js b/packages/google-cloud-kms-inventory/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-kms-inventory/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-kms/.prettierignore b/packages/google-cloud-kms/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-kms/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-kms/.prettierrc.js b/packages/google-cloud-kms/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-kms/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-language/.prettierignore b/packages/google-cloud-language/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-language/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-language/.prettierrc.js b/packages/google-cloud-language/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-language/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-licensemanager/.prettierignore b/packages/google-cloud-licensemanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-licensemanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-licensemanager/.prettierrc.js b/packages/google-cloud-licensemanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-licensemanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-lifesciences/.prettierignore b/packages/google-cloud-lifesciences/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-lifesciences/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-lifesciences/.prettierrc.js b/packages/google-cloud-lifesciences/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-lifesciences/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-locationfinder/$1/.prettierignore b/packages/google-cloud-locationfinder/$1/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-locationfinder/$1/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-locationfinder/$1/.prettierrc.js b/packages/google-cloud-locationfinder/$1/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-locationfinder/$1/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-locationfinder/.prettierignore b/packages/google-cloud-locationfinder/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-locationfinder/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-locationfinder/.prettierrc.js b/packages/google-cloud-locationfinder/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/google-cloud-locationfinder/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-lustre/.prettierignore b/packages/google-cloud-lustre/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-lustre/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-lustre/.prettierrc.js b/packages/google-cloud-lustre/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-lustre/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-maintenance-api/.prettierignore b/packages/google-cloud-maintenance-api/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-maintenance-api/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-maintenance-api/.prettierrc.js b/packages/google-cloud-maintenance-api/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-maintenance-api/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-managedidentities/.prettierignore b/packages/google-cloud-managedidentities/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-managedidentities/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-managedidentities/.prettierrc.js b/packages/google-cloud-managedidentities/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-managedidentities/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-managedkafka-schemaregistry/.prettierignore b/packages/google-cloud-managedkafka-schemaregistry/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-managedkafka-schemaregistry/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-managedkafka-schemaregistry/.prettierrc.js b/packages/google-cloud-managedkafka-schemaregistry/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-managedkafka-schemaregistry/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-managedkafka/.prettierignore b/packages/google-cloud-managedkafka/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-managedkafka/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-managedkafka/.prettierrc.js b/packages/google-cloud-managedkafka/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-managedkafka/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-managedkafka/v1/.prettierignore b/packages/google-cloud-managedkafka/v1/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-managedkafka/v1/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-managedkafka/v1/.prettierrc.js b/packages/google-cloud-managedkafka/v1/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/google-cloud-managedkafka/v1/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-mediatranslation/.prettierignore b/packages/google-cloud-mediatranslation/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-mediatranslation/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-mediatranslation/.prettierrc.js b/packages/google-cloud-mediatranslation/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-mediatranslation/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-memcache/.prettierignore b/packages/google-cloud-memcache/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-memcache/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-memcache/.prettierrc.js b/packages/google-cloud-memcache/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-memcache/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-memorystore/.prettierignore b/packages/google-cloud-memorystore/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-memorystore/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-memorystore/.prettierrc.js b/packages/google-cloud-memorystore/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-memorystore/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-metastore/.prettierignore b/packages/google-cloud-metastore/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-metastore/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-metastore/.prettierrc.js b/packages/google-cloud-metastore/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-metastore/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-migrationcenter/.prettierignore b/packages/google-cloud-migrationcenter/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-migrationcenter/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-migrationcenter/.prettierrc.js b/packages/google-cloud-migrationcenter/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-migrationcenter/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-modelarmor/.prettierignore b/packages/google-cloud-modelarmor/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-modelarmor/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-modelarmor/.prettierrc.js b/packages/google-cloud-modelarmor/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-modelarmor/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-monitoring/.prettierignore b/packages/google-cloud-monitoring/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-monitoring/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-monitoring/.prettierrc.js b/packages/google-cloud-monitoring/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/google-cloud-monitoring/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-netapp/.prettierignore b/packages/google-cloud-netapp/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-netapp/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-netapp/.prettierrc.js b/packages/google-cloud-netapp/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-netapp/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-networkconnectivity/.prettierignore b/packages/google-cloud-networkconnectivity/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-networkconnectivity/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-networkconnectivity/.prettierrc.js b/packages/google-cloud-networkconnectivity/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-networkconnectivity/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-networkmanagement/.prettierignore b/packages/google-cloud-networkmanagement/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-networkmanagement/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-networkmanagement/.prettierrc.js b/packages/google-cloud-networkmanagement/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-networkmanagement/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-networksecurity/.prettierignore b/packages/google-cloud-networksecurity/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-networksecurity/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-networksecurity/.prettierrc.js b/packages/google-cloud-networksecurity/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-networksecurity/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-networkservices/.prettierignore b/packages/google-cloud-networkservices/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-networkservices/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-networkservices/.prettierrc.js b/packages/google-cloud-networkservices/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-networkservices/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-notebooks/.prettierignore b/packages/google-cloud-notebooks/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-notebooks/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-notebooks/.prettierrc.js b/packages/google-cloud-notebooks/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-notebooks/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-oracledatabase/.prettierignore b/packages/google-cloud-oracledatabase/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-oracledatabase/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-oracledatabase/.prettierrc.js b/packages/google-cloud-oracledatabase/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-oracledatabase/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-orchestration-airflow-service/.prettierignore b/packages/google-cloud-orchestration-airflow-service/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-orchestration-airflow-service/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-orchestration-airflow-service/.prettierrc.js b/packages/google-cloud-orchestration-airflow-service/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-orchestration-airflow-service/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-orgpolicy/.prettierignore b/packages/google-cloud-orgpolicy/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-orgpolicy/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-orgpolicy/.prettierrc.js b/packages/google-cloud-orgpolicy/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-orgpolicy/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-osconfig/.prettierignore b/packages/google-cloud-osconfig/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-osconfig/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-osconfig/.prettierrc.js b/packages/google-cloud-osconfig/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-osconfig/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-oslogin/.prettierignore b/packages/google-cloud-oslogin/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-oslogin/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-oslogin/.prettierrc.js b/packages/google-cloud-oslogin/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-oslogin/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-parallelstore/.prettierignore b/packages/google-cloud-parallelstore/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-parallelstore/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-parallelstore/.prettierrc.js b/packages/google-cloud-parallelstore/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-parallelstore/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-parametermanager/.prettierignore b/packages/google-cloud-parametermanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-parametermanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-parametermanager/.prettierrc.js b/packages/google-cloud-parametermanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-parametermanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-phishingprotection/.prettierignore b/packages/google-cloud-phishingprotection/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-phishingprotection/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-phishingprotection/.prettierrc.js b/packages/google-cloud-phishingprotection/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-phishingprotection/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-policysimulator/.prettierignore b/packages/google-cloud-policysimulator/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-policysimulator/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-policysimulator/.prettierrc.js b/packages/google-cloud-policysimulator/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-policysimulator/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-policytroubleshooter-iam/.prettierignore b/packages/google-cloud-policytroubleshooter-iam/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-policytroubleshooter-iam/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-policytroubleshooter-iam/.prettierrc.js b/packages/google-cloud-policytroubleshooter-iam/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-policytroubleshooter-iam/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-policytroubleshooter/.prettierignore b/packages/google-cloud-policytroubleshooter/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-policytroubleshooter/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-policytroubleshooter/.prettierrc.js b/packages/google-cloud-policytroubleshooter/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-policytroubleshooter/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-privatecatalog/.prettierignore b/packages/google-cloud-privatecatalog/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-privatecatalog/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-privatecatalog/.prettierrc.js b/packages/google-cloud-privatecatalog/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-privatecatalog/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-privilegedaccessmanager/.prettierignore b/packages/google-cloud-privilegedaccessmanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-privilegedaccessmanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-privilegedaccessmanager/.prettierrc.js b/packages/google-cloud-privilegedaccessmanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-privilegedaccessmanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-rapidmigrationassessment/.prettierignore b/packages/google-cloud-rapidmigrationassessment/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-rapidmigrationassessment/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-rapidmigrationassessment/.prettierrc.js b/packages/google-cloud-rapidmigrationassessment/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-rapidmigrationassessment/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-recaptchaenterprise/.prettierignore b/packages/google-cloud-recaptchaenterprise/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-recaptchaenterprise/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-recaptchaenterprise/.prettierrc.js b/packages/google-cloud-recaptchaenterprise/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-recaptchaenterprise/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-recommender/.prettierignore b/packages/google-cloud-recommender/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-recommender/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-recommender/.prettierrc.js b/packages/google-cloud-recommender/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-recommender/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-redis-cluster/.prettierignore b/packages/google-cloud-redis-cluster/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-redis-cluster/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-redis-cluster/.prettierrc.js b/packages/google-cloud-redis-cluster/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-redis-cluster/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-redis/.prettierignore b/packages/google-cloud-redis/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-redis/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-redis/.prettierrc.js b/packages/google-cloud-redis/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-redis/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-resourcemanager/.prettierignore b/packages/google-cloud-resourcemanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-resourcemanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-resourcemanager/.prettierrc.js b/packages/google-cloud-resourcemanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-resourcemanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-retail/.prettierignore b/packages/google-cloud-retail/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-retail/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-retail/.prettierrc.js b/packages/google-cloud-retail/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-retail/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-run/.prettierignore b/packages/google-cloud-run/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-run/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-run/.prettierrc.js b/packages/google-cloud-run/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-run/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-saasplatform-saasservicemgmt/.prettierignore b/packages/google-cloud-saasplatform-saasservicemgmt/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-saasplatform-saasservicemgmt/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-saasplatform-saasservicemgmt/.prettierrc.js b/packages/google-cloud-saasplatform-saasservicemgmt/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-saasplatform-saasservicemgmt/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-scheduler/.prettierignore b/packages/google-cloud-scheduler/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-scheduler/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-scheduler/.prettierrc.js b/packages/google-cloud-scheduler/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-scheduler/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-secretmanager/.prettierignore b/packages/google-cloud-secretmanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-secretmanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-secretmanager/.prettierrc.js b/packages/google-cloud-secretmanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-secretmanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-securesourcemanager/.prettierignore b/packages/google-cloud-securesourcemanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-securesourcemanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-securesourcemanager/.prettierrc.js b/packages/google-cloud-securesourcemanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-securesourcemanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-security-privateca/.prettierignore b/packages/google-cloud-security-privateca/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-security-privateca/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-security-privateca/.prettierrc.js b/packages/google-cloud-security-privateca/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-security-privateca/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-security-publicca/.prettierignore b/packages/google-cloud-security-publicca/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-security-publicca/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-security-publicca/.prettierrc.js b/packages/google-cloud-security-publicca/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-security-publicca/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-securitycenter/.prettierignore b/packages/google-cloud-securitycenter/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-securitycenter/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-securitycenter/.prettierrc.js b/packages/google-cloud-securitycenter/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-securitycenter/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-securitycentermanagement/.prettierignore b/packages/google-cloud-securitycentermanagement/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-securitycentermanagement/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-securitycentermanagement/.prettierrc.js b/packages/google-cloud-securitycentermanagement/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-securitycentermanagement/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-servicedirectory/.prettierignore b/packages/google-cloud-servicedirectory/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-servicedirectory/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-servicedirectory/.prettierrc.js b/packages/google-cloud-servicedirectory/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-servicedirectory/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-servicehealth/.prettierignore b/packages/google-cloud-servicehealth/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-servicehealth/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-servicehealth/.prettierrc.js b/packages/google-cloud-servicehealth/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-servicehealth/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-shell/.prettierignore b/packages/google-cloud-shell/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-shell/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-shell/.prettierrc.js b/packages/google-cloud-shell/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-shell/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-speech/.prettierignore b/packages/google-cloud-speech/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-speech/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-speech/.prettierrc.js b/packages/google-cloud-speech/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-speech/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-sql/.prettierignore b/packages/google-cloud-sql/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-sql/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-sql/.prettierrc.js b/packages/google-cloud-sql/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-sql/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-storagebatchoperations/.prettierignore b/packages/google-cloud-storagebatchoperations/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-storagebatchoperations/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-storagebatchoperations/.prettierrc.js b/packages/google-cloud-storagebatchoperations/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-storagebatchoperations/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-storageinsights/.prettierignore b/packages/google-cloud-storageinsights/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-storageinsights/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-storageinsights/.prettierrc.js b/packages/google-cloud-storageinsights/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-storageinsights/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-support/.prettierignore b/packages/google-cloud-support/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-support/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-support/.prettierrc.js b/packages/google-cloud-support/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-support/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-talent/.prettierignore b/packages/google-cloud-talent/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-talent/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-talent/.prettierrc.js b/packages/google-cloud-talent/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-talent/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-tasks/.prettierignore b/packages/google-cloud-tasks/.prettierignore deleted file mode 100644 index a27d1f92d1b7..000000000000 --- a/packages/google-cloud-tasks/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ \ No newline at end of file diff --git a/packages/google-cloud-telcoautomation/.prettierignore b/packages/google-cloud-telcoautomation/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-telcoautomation/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-telcoautomation/.prettierrc.js b/packages/google-cloud-telcoautomation/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-telcoautomation/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-texttospeech/.prettierignore b/packages/google-cloud-texttospeech/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-texttospeech/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-texttospeech/.prettierrc.js b/packages/google-cloud-texttospeech/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-texttospeech/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-tpu/.prettierignore b/packages/google-cloud-tpu/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-tpu/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-tpu/.prettierrc.js b/packages/google-cloud-tpu/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-tpu/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-translate/.prettierignore b/packages/google-cloud-translate/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-translate/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-translate/.prettierrc.js b/packages/google-cloud-translate/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-translate/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-vectorsearch/.prettierignore b/packages/google-cloud-vectorsearch/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-vectorsearch/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-vectorsearch/.prettierrc.js b/packages/google-cloud-vectorsearch/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-vectorsearch/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-video-livestream/.prettierignore b/packages/google-cloud-video-livestream/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-video-livestream/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-video-livestream/.prettierrc.js b/packages/google-cloud-video-livestream/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-video-livestream/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-video-stitcher/.prettierignore b/packages/google-cloud-video-stitcher/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-video-stitcher/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-video-stitcher/.prettierrc.js b/packages/google-cloud-video-stitcher/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-video-stitcher/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-video-transcoder/.prettierignore b/packages/google-cloud-video-transcoder/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-video-transcoder/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-video-transcoder/.prettierrc.js b/packages/google-cloud-video-transcoder/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-video-transcoder/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-videointelligence/.prettierignore b/packages/google-cloud-videointelligence/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-videointelligence/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-videointelligence/.prettierrc.js b/packages/google-cloud-videointelligence/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-videointelligence/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-vision/.prettierignore b/packages/google-cloud-vision/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-vision/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-vision/.prettierrc.js b/packages/google-cloud-vision/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-vision/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-visionai/.prettierignore b/packages/google-cloud-visionai/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-visionai/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-visionai/.prettierrc.js b/packages/google-cloud-visionai/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-visionai/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-vmmigration/.prettierignore b/packages/google-cloud-vmmigration/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-vmmigration/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-vmmigration/.prettierrc.js b/packages/google-cloud-vmmigration/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-vmmigration/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-vmwareengine/.prettierignore b/packages/google-cloud-vmwareengine/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-vmwareengine/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-vmwareengine/.prettierrc.js b/packages/google-cloud-vmwareengine/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-vmwareengine/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-vpcaccess/.prettierignore b/packages/google-cloud-vpcaccess/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-vpcaccess/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-vpcaccess/.prettierrc.js b/packages/google-cloud-vpcaccess/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-vpcaccess/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-webrisk/.prettierignore b/packages/google-cloud-webrisk/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-webrisk/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-webrisk/.prettierrc.js b/packages/google-cloud-webrisk/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-webrisk/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-websecurityscanner/.prettierignore b/packages/google-cloud-websecurityscanner/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-websecurityscanner/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-websecurityscanner/.prettierrc.js b/packages/google-cloud-websecurityscanner/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-websecurityscanner/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-workflows/.prettierignore b/packages/google-cloud-workflows/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-workflows/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-workflows/.prettierrc.js b/packages/google-cloud-workflows/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-workflows/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-workloadmanager/.prettierignore b/packages/google-cloud-workloadmanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-workloadmanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-workloadmanager/.prettierrc.js b/packages/google-cloud-workloadmanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-workloadmanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-cloud-workstations/.prettierignore b/packages/google-cloud-workstations/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-cloud-workstations/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-cloud-workstations/.prettierrc.js b/packages/google-cloud-workstations/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-cloud-workstations/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-container/.prettierignore b/packages/google-container/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-container/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-container/.prettierrc.js b/packages/google-container/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-container/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-dataflow/.prettierignore b/packages/google-dataflow/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-dataflow/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-dataflow/.prettierrc.js b/packages/google-dataflow/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-dataflow/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-devtools-artifactregistry/.prettierignore b/packages/google-devtools-artifactregistry/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-devtools-artifactregistry/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-devtools-artifactregistry/.prettierrc.js b/packages/google-devtools-artifactregistry/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-devtools-artifactregistry/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-devtools-cloudbuild/.prettierignore b/packages/google-devtools-cloudbuild/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-devtools-cloudbuild/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-devtools-cloudbuild/.prettierrc.js b/packages/google-devtools-cloudbuild/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-devtools-cloudbuild/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-devtools-cloudprofiler/.prettierignore b/packages/google-devtools-cloudprofiler/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-devtools-cloudprofiler/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-devtools-cloudprofiler/.prettierrc.js b/packages/google-devtools-cloudprofiler/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-devtools-cloudprofiler/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-devtools-containeranalysis/.prettierignore b/packages/google-devtools-containeranalysis/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-devtools-containeranalysis/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-devtools-containeranalysis/.prettierrc.js b/packages/google-devtools-containeranalysis/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-devtools-containeranalysis/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-iam-credentials/.prettierignore b/packages/google-iam-credentials/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-iam-credentials/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-iam-credentials/.prettierrc.js b/packages/google-iam-credentials/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-iam-credentials/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-iam/.prettierignore b/packages/google-iam/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-iam/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-iam/.prettierrc.js b/packages/google-iam/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-iam/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-identity-accesscontextmanager/.prettierignore b/packages/google-identity-accesscontextmanager/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-identity-accesscontextmanager/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-identity-accesscontextmanager/.prettierrc.js b/packages/google-identity-accesscontextmanager/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-identity-accesscontextmanager/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-addressvalidation/.prettierignore b/packages/google-maps-addressvalidation/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-addressvalidation/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-addressvalidation/.prettierrc.js b/packages/google-maps-addressvalidation/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-addressvalidation/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-areainsights/.prettierignore b/packages/google-maps-areainsights/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-areainsights/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-areainsights/.prettierrc.js b/packages/google-maps-areainsights/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-areainsights/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-fleetengine-delivery/.prettierignore b/packages/google-maps-fleetengine-delivery/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-fleetengine-delivery/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-fleetengine-delivery/.prettierrc.js b/packages/google-maps-fleetengine-delivery/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-fleetengine-delivery/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-fleetengine/.prettierignore b/packages/google-maps-fleetengine/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-fleetengine/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-fleetengine/.prettierrc.js b/packages/google-maps-fleetengine/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-fleetengine/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-fleetengine/v1/.prettierignore b/packages/google-maps-fleetengine/v1/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-fleetengine/v1/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-fleetengine/v1/.prettierrc.js b/packages/google-maps-fleetengine/v1/.prettierrc.js deleted file mode 100644 index d89a632f90b0..000000000000 --- a/packages/google-maps-fleetengine/v1/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2025 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-geocode/.prettierignore b/packages/google-maps-geocode/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-geocode/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-geocode/.prettierrc.js b/packages/google-maps-geocode/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-geocode/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-mapsplatformdatasets/.prettierignore b/packages/google-maps-mapsplatformdatasets/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-mapsplatformdatasets/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-mapsplatformdatasets/.prettierrc.js b/packages/google-maps-mapsplatformdatasets/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-mapsplatformdatasets/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-navconnect/.prettierignore b/packages/google-maps-navconnect/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-navconnect/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-navconnect/.prettierrc.js b/packages/google-maps-navconnect/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-navconnect/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-places/.prettierignore b/packages/google-maps-places/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-places/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-places/.prettierrc.js b/packages/google-maps-places/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-places/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-routeoptimization/.prettierignore b/packages/google-maps-routeoptimization/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-routeoptimization/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-routeoptimization/.prettierrc.js b/packages/google-maps-routeoptimization/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-routeoptimization/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-routing/.prettierignore b/packages/google-maps-routing/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-routing/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-routing/.prettierrc.js b/packages/google-maps-routing/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-routing/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-maps-solar/.prettierignore b/packages/google-maps-solar/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-maps-solar/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-maps-solar/.prettierrc.js b/packages/google-maps-solar/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-maps-solar/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-marketingplatform-admin/.prettierignore b/packages/google-marketingplatform-admin/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-marketingplatform-admin/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-marketingplatform-admin/.prettierrc.js b/packages/google-marketingplatform-admin/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-marketingplatform-admin/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-monitoring-dashboard/.prettierignore b/packages/google-monitoring-dashboard/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-monitoring-dashboard/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-monitoring-dashboard/.prettierrc.js b/packages/google-monitoring-dashboard/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/google-monitoring-dashboard/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-privacy-dlp/.prettierignore b/packages/google-privacy-dlp/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-privacy-dlp/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-privacy-dlp/.prettierrc.js b/packages/google-privacy-dlp/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-privacy-dlp/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-css/.prettierignore b/packages/google-shopping-css/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-css/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-css/.prettierrc.js b/packages/google-shopping-css/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-css/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-accounts/.prettierignore b/packages/google-shopping-merchant-accounts/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-accounts/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-accounts/.prettierrc.js b/packages/google-shopping-merchant-accounts/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-accounts/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-conversions/.prettierignore b/packages/google-shopping-merchant-conversions/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-conversions/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-conversions/.prettierrc.js b/packages/google-shopping-merchant-conversions/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-conversions/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-datasources/.prettierignore b/packages/google-shopping-merchant-datasources/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-datasources/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-datasources/.prettierrc.js b/packages/google-shopping-merchant-datasources/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-datasources/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-inventories/.prettierignore b/packages/google-shopping-merchant-inventories/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-inventories/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-inventories/.prettierrc.js b/packages/google-shopping-merchant-inventories/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-inventories/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-issueresolution/.prettierignore b/packages/google-shopping-merchant-issueresolution/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-issueresolution/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-issueresolution/.prettierrc.js b/packages/google-shopping-merchant-issueresolution/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-issueresolution/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-lfp/.prettierignore b/packages/google-shopping-merchant-lfp/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-lfp/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-lfp/.prettierrc.js b/packages/google-shopping-merchant-lfp/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-lfp/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-notifications/.prettierignore b/packages/google-shopping-merchant-notifications/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-notifications/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-notifications/.prettierrc.js b/packages/google-shopping-merchant-notifications/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-notifications/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-ordertracking/.prettierignore b/packages/google-shopping-merchant-ordertracking/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-ordertracking/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-ordertracking/.prettierrc.js b/packages/google-shopping-merchant-ordertracking/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-ordertracking/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-products/.prettierignore b/packages/google-shopping-merchant-products/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-products/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-products/.prettierrc.js b/packages/google-shopping-merchant-products/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-products/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-promotions/.prettierignore b/packages/google-shopping-merchant-promotions/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-promotions/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-promotions/.prettierrc.js b/packages/google-shopping-merchant-promotions/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-promotions/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-quota/.prettierignore b/packages/google-shopping-merchant-quota/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-quota/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-quota/.prettierrc.js b/packages/google-shopping-merchant-quota/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-quota/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-reports/.prettierignore b/packages/google-shopping-merchant-reports/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-reports/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-reports/.prettierrc.js b/packages/google-shopping-merchant-reports/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-reports/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-shopping-merchant-reviews/.prettierignore b/packages/google-shopping-merchant-reviews/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-shopping-merchant-reviews/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-shopping-merchant-reviews/.prettierrc.js b/packages/google-shopping-merchant-reviews/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-shopping-merchant-reviews/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-storage-control/.prettierignore b/packages/google-storage-control/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-storage-control/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-storage-control/.prettierrc.js b/packages/google-storage-control/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-storage-control/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-storagetransfer/.prettierignore b/packages/google-storagetransfer/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-storagetransfer/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-storagetransfer/.prettierrc.js b/packages/google-storagetransfer/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-storagetransfer/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/google-streetview-publish/.prettierignore b/packages/google-streetview-publish/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/google-streetview-publish/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/google-streetview-publish/.prettierrc.js b/packages/google-streetview-publish/.prettierrc.js deleted file mode 100644 index 7649ee3c254e..000000000000 --- a/packages/google-streetview-publish/.prettierrc.js +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2026 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/packages/grafeas/.prettierignore b/packages/grafeas/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/packages/grafeas/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/packages/grafeas/.prettierrc.js b/packages/grafeas/.prettierrc.js deleted file mode 100644 index b189724933b2..000000000000 --- a/packages/grafeas/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2025 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. - -module.exports = { - ...require('gts/.prettierrc.json') -}