Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate code from googleapis/nodejs-service-directory #3557

Merged
merged 171 commits into from
Nov 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
171 commits
Select commit Hold shift + click to select a range
278b319
chore: initial commit
bcoe Mar 12, 2020
820e903
feat!: initial generation of library (#1)
bcoe Mar 13, 2020
46f3c18
chore: release 1.0.0 (#5)
release-please[bot] Mar 13, 2020
bff72eb
fix(docs): fixed link in .repo-metadata.json (#8)
bcoe Mar 17, 2020
407c7ce
chore: release 1.0.1 (#9)
release-please[bot] Mar 17, 2020
0ac1d8d
chore(deps): update dependency @types/mocha (#6)
renovate-bot Mar 17, 2020
81bc96d
chore(deps): update dependency c8 to v7 (#7)
renovate-bot Mar 17, 2020
a664c11
docs: mention templates in contributing section of README (#10)
bcoe Mar 18, 2020
42e685f
chore: remove snippet leading whitespace (#12)
chingor13 Mar 19, 2020
6c42fcf
docs: document version support goals (#17)
bcoe Mar 24, 2020
8a28351
chore: regenerate the code (#16)
yoshi-automation Mar 25, 2020
a2dd273
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
9e2bf20
feat!: drop node8 support, support for async iterators (#22)
alexander-fenster Apr 2, 2020
f29330e
chore: remove duplicate mocha config (#24)
JustinBeckwith Apr 5, 2020
b9b43e6
chore(deps): update dependency gts to v2.0.0 (#25)
renovate-bot Apr 10, 2020
8702c93
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
03c5d3b
build: remove unused codecov config (#27)
JustinBeckwith Apr 12, 2020
a8ba117
chore: update lint ignore files (#28)
JustinBeckwith Apr 13, 2020
0aa9891
chore: remove tslint.json (#29)
JustinBeckwith Apr 14, 2020
0bce6fa
chore: remove unused dev packages (#30)
JustinBeckwith Apr 14, 2020
88f0912
chore(deps): update dependency ts-loader to v7 (#31)
renovate-bot Apr 15, 2020
8b721e5
chore(deps): update dependency null-loader to v4 (#32)
renovate-bot Apr 15, 2020
bd7c00c
chore: run fix instead of lint in synthfile (#34)
JustinBeckwith Apr 15, 2020
74d74b7
chore: linting (#35)
yoshi-automation Apr 17, 2020
af9a7f1
build: use codecov's action, now that it's authless (#499) (#36)
yoshi-automation Apr 20, 2020
fd77064
build: adopt changes to generator formatter (#37)
yoshi-automation Apr 22, 2020
9fb82a2
docs: update jsdoc annotations (#38)
yoshi-automation Apr 22, 2020
0a5dc5e
chore: update npm scripts and synth.py (#39)
alexander-fenster May 6, 2020
04ec09f
fix: regenerated unit tests (#40)
alexander-fenster May 6, 2020
8b0f6f9
build: do not fail builds on codecov errors (#528) (#43)
yoshi-automation May 8, 2020
187a7f6
feat(samples): add Service directory samples (#42)
katiehochberg May 11, 2020
36d92de
docs: add samples to CHANGELOG
yoshi-automation May 27, 2020
ac674fa
chore: release 2.0.0 (#23)
release-please[bot] Jun 2, 2020
246deae
build: update protos.js (#46)
yoshi-automation Jun 4, 2020
122face
chore(deps): update dependency mocha to v8 (#50)
renovate-bot Jun 11, 2020
4b594c1
feat(secrets): begin migration to secret manager from keystore (#49)
yoshi-automation Jun 12, 2020
a19e081
fix: handle fallback option properly (#52)
yoshi-automation Jun 12, 2020
87b5747
chore: release 2.1.0 (#51)
release-please[bot] Jun 16, 2020
9108cf3
fix: update node issue template (#53)
yoshi-automation Jun 18, 2020
5812c4f
build: add config .gitattributes (#55)
yoshi-automation Jun 29, 2020
e8c935a
build: use bazel build (#56)
alexander-fenster Jul 6, 2020
e797818
chore: release 2.1.1 (#54)
release-please[bot] Jul 7, 2020
401c987
build: typeo in nodejs .gitattribute (#60)
yoshi-automation Jul 10, 2020
adfadfb
chore(deps): update dependency ts-loader to v8 (#59)
renovate-bot Jul 10, 2020
68306cb
chore(deps): update dependency @types/mocha to v8 (#61)
renovate-bot Jul 12, 2020
01e9f19
build: add Node 8 tests (#63)
yoshi-automation Jul 20, 2020
38ca34e
build: missing parenthesis in publish script, delete Node 8 tests, ad…
yoshi-automation Jul 20, 2020
9c0d9ad
chore: add dev dependencies for cloud-rad ref docs (#65)
fhinkel Jul 21, 2020
65ceda3
build: rename _toc to toc (#66)
yoshi-automation Jul 27, 2020
cb89353
build: move gitattributes files to node templates (#67)
yoshi-automation Jul 27, 2020
c127fd6
build: config for new reference docs (#69)
yoshi-automation Jul 30, 2020
33896c2
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Aug 3, 2020
d16ff4b
build: --credential-file-override is no longer required (#71)
yoshi-automation Aug 10, 2020
16d377a
build: use gapic-generator-typescript v1.0.7. (#72)
yoshi-automation Aug 13, 2020
2543063
build: perform publish using Node 12, update cloud rad kokoro build j…
yoshi-automation Aug 14, 2020
099eb09
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
672b870
build: move system and samples test from Node 10 to Node 12 (#75)
yoshi-automation Aug 21, 2020
122cf74
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
5291c08
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
2723580
chore: update bucket for cloud-rad (#80)
yoshi-automation Oct 1, 2020
1f9653a
build(node_library): migrate to Trampoline V2 (#81)
yoshi-automation Oct 6, 2020
ce09347
build: only check --engine-strict for production deps (#82)
yoshi-automation Oct 16, 2020
75918c9
chore: clean up Node.js TOC for cloud-rad (#83)
yoshi-automation Oct 21, 2020
276afee
docs: updated code of conduct (includes update to actions) (#86)
yoshi-automation Oct 27, 2020
ea31abe
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#87)
yoshi-automation Nov 2, 2020
6205cf1
fix: do not modify options object, use defaultScopes (#88)
alexander-fenster Nov 6, 2020
48d6023
chore: release 2.1.2 (#89)
release-please[bot] Nov 11, 2020
6bc169d
fix: only fallback if fetch exists on window
yoshi-automation Nov 19, 2020
c1b6023
chore(deps): update dependency gts to v3 (#91)
renovate-bot Nov 19, 2020
fc03938
chore(deps): update dependency webpack-cli to v4 (#93)
renovate-bot Nov 19, 2020
b59a4b6
chore(deps): update dependency webpack to v5 (#92)
renovate-bot Nov 19, 2020
e0090a8
feat!: make v1 API default (#96)
bcoe Nov 19, 2020
20f7896
chore: release 3.0.0 (#97)
release-please[bot] Nov 19, 2020
f1564b3
docs: fix typo in README
yoshi-automation Nov 25, 2020
6156037
chore: generate GAPIC metadata JSON file (#99)
yoshi-automation Dec 4, 2020
4535e54
docs: add instructions for authenticating for system tests (#100)
yoshi-automation Dec 22, 2020
6f9f16d
fix(deps): update dependency json-schema to ^0.3.0 (#102)
renovate-bot Jan 7, 2021
dd7c82e
docs: update dates (#101)
yoshi-automation Jan 7, 2021
bbfe1d8
feat: adds style enumeration (#105)
yoshi-automation Jan 9, 2021
6853a75
chore: release 3.1.0 (#106)
release-please[bot] Jan 12, 2021
27221bd
refactor(nodejs): move build cop to flakybot (#108)
yoshi-automation Jan 27, 2021
9d31e57
build: adds UNORDERED_LIST enum (#109)
yoshi-automation Feb 4, 2021
2b5ebfb
build: update gapic-generator-typescript to v1.2.10. (#110)
yoshi-automation Mar 7, 2021
e4007c2
chore: migrate to owl bot (#111)
SurferJeffAtGoogle Mar 18, 2021
3879929
chore(deps): update dependency sinon to v10 (#116)
renovate-bot Mar 23, 2021
f0031bb
build: update .OwlBot.lock with new version of post-processor (#121)
gcf-owl-bot[bot] Mar 29, 2021
1e3358e
chore(deps): update dependency @types/sinon to v10 (#127)
renovate-bot Apr 14, 2021
dcbe216
chore(deps): update dependency ts-loader to v9 (#131)
renovate-bot Apr 19, 2021
8218399
fix(deps): require google-gax v2.12.0 (#135)
alexander-fenster May 7, 2021
415fb7d
chore: new owl bot post processor docker image (#137)
gcf-owl-bot[bot] May 10, 2021
7d6da5c
fix: use require() to load JSON protos (#138)
gcf-owl-bot[bot] May 11, 2021
ddd8021
chore: update gapic-generator-typescript to v1.3.2 (#139)
gcf-owl-bot[bot] May 11, 2021
b1b837d
chore: release 3.1.1 (#136)
release-please[bot] May 13, 2021
b9089ca
chore(deps): update dependency @types/node to v14 (#142)
renovate-bot May 21, 2021
0c08fd7
chore(deps): update dependency sinon to v11 (#143)
renovate-bot May 25, 2021
ad09625
fix: GoogleAdsError missing using generator version after 1.3.0 (#144)
gcf-owl-bot[bot] May 25, 2021
118752f
chore: release 3.1.2 (#145)
release-please[bot] May 25, 2021
562c0aa
chore: make generate_index_ts() deterministic (#146)
gcf-owl-bot[bot] May 29, 2021
9798d24
chore(nodejs): remove api-extractor dependencies (#151)
fhinkel Jun 10, 2021
2fcaef9
fix: make request optional in all cases (#153)
gcf-owl-bot[bot] Jun 23, 2021
52243ce
chore: release 3.1.3 (#154)
release-please[bot] Jun 23, 2021
743168b
feat: Update Service Directory v1beta1 protos to include VPC Network …
gcf-owl-bot[bot] Jun 25, 2021
8756457
chore: release 3.2.0 (#157)
release-please[bot] Jun 29, 2021
884201c
fix(deps): google-gax v2.17.0 with mTLS (#159)
bcoe Jun 30, 2021
06f1aba
chore: release 3.2.1 (#161)
release-please[bot] Jun 30, 2021
be29bb7
fix(deps): google-gax v2.17.1 (#162)
bcoe Jul 12, 2021
c21bcea
chore: release 3.2.2 (#163)
release-please[bot] Jul 13, 2021
307ffeb
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
dac09ea
chore: release 3.2.3 (#165)
release-please[bot] Jul 16, 2021
a057780
chore(nodejs): update client ref docs link in metadata (#170)
fhinkel Aug 4, 2021
be3d5e9
fix(deps): google-gax v2.24.1 (#172)
bcoe Aug 17, 2021
2eac45b
chore: release 3.2.4 (#173)
release-please[bot] Aug 17, 2021
c7987ef
feat: turns on self-signed JWT feature flag (#174)
gcf-owl-bot[bot] Aug 23, 2021
c972e35
chore: release 3.3.0 (#175)
release-please[bot] Aug 24, 2021
8fa4075
chore: disable renovate dependency dashboard (#1194) (#176)
gcf-owl-bot[bot] Aug 25, 2021
3daab7d
fix(build): set default branch to main (#177)
bcoe Sep 10, 2021
4cdc76e
chore: release 3.3.1 (#178)
release-please[bot] Sep 10, 2021
9c2742a
build(node): update deps used during postprocessing (#1243) (#186)
gcf-owl-bot[bot] Oct 14, 2021
2d519de
docs: fix docstring formatting and add generated samples (#187)
gcf-owl-bot[bot] Oct 19, 2021
7bc4533
chore(cloud-rad): delete api-extractor config (#188)
fhinkel Oct 21, 2021
e85a010
chore: fix the wrong post processor image (#190)
Oct 27, 2021
400f9f0
chore(deps): update dependency @types/node to v16 (#189)
renovate-bot Oct 27, 2021
00a07f7
chore(deps): update dependency sinon to v12 (#191)
renovate-bot Nov 4, 2021
60885fe
docs(samples): add example tags to generated samples (#193)
gcf-owl-bot[bot] Nov 10, 2021
cc2abab
fix(deps): update dependency json-schema to ^0.4.0 (#192)
renovate-bot Nov 12, 2021
3335614
chore: release 3.3.2 (#194)
release-please[bot] Nov 15, 2021
e563d48
build: add generated samples to .eslintignore (#195)
gcf-owl-bot[bot] Dec 10, 2021
24533cd
docs(node): support "stable"/"preview" release level (#1312) (#198)
gcf-owl-bot[bot] Dec 29, 2021
5727c2a
chore: add api_shortname and library_type to repo metadata (#197)
parthea Dec 30, 2021
757d1de
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
9ca9071
test(nodejs): remove 15 add 16 (#1322) (#201)
gcf-owl-bot[bot] Jan 11, 2022
a6abd80
build: update copyright year to 2022 (#203)
gcf-owl-bot[bot] Jan 20, 2022
de22315
chore: update v2.12.0 gapic-generator-typescript (#205)
gcf-owl-bot[bot] Jan 26, 2022
e8773a8
chore(deps): update dependency sinon to v13 (#207)
renovate-bot Jan 31, 2022
5cd6a0c
docs(nodejs): version support policy edits (#1346) (#209)
gcf-owl-bot[bot] Feb 4, 2022
c295132
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
1db01c1
chore: update v2.14.2 gapic-generator-typescript (#214)
gcf-owl-bot[bot] Mar 16, 2022
bb3414b
feat: AuditConfig for IAM v1 (#216)
gcf-owl-bot[bot] Apr 5, 2022
9a905bb
chore: remove unused imports (#221)
gcf-owl-bot[bot] Apr 11, 2022
b6eadaf
chore(main): release 3.4.0 (#217)
release-please[bot] Apr 11, 2022
5392151
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 20, 2022
32eff1d
chore(deps): update dependency @types/mocha to v9 (#225)
renovate-bot May 3, 2022
55408bd
chore(deps): update dependency sinon to v14 (#228)
renovate-bot May 9, 2022
f694170
build!: update library to use Node 12 (#229)
sofisl May 20, 2022
c5903f2
chore(main): release 4.0.0 (#231)
release-please[bot] Jun 6, 2022
c40a4c0
chore(deps): update dependency jsdoc-region-tag to v2 (#235)
renovate-bot Jun 10, 2022
3c57bdb
chore(deps): update dependency jsdoc-fresh to v2 (#234)
renovate-bot Jun 10, 2022
b7a664a
fix(docs): describe fallback rest option (#236)
gcf-owl-bot[bot] Jun 30, 2022
b93e763
chore(main): release 4.0.1 (#237)
release-please[bot] Jun 30, 2022
a274c02
chore(deps): update dependency linkinator to v4 (#239)
renovate-bot Jul 12, 2022
d1fab35
chore: remove unused proto imports (#240)
gcf-owl-bot[bot] Aug 19, 2022
5ee9761
fix: better support for fallback mode (#241)
gcf-owl-bot[bot] Aug 23, 2022
f98e99d
fix: change import long to require (#242)
gcf-owl-bot[bot] Aug 23, 2022
d769393
chore(main): release 4.0.2 (#243)
release-please[bot] Aug 26, 2022
90e1d35
fix: do not import the whole google-gax from proto JS (#1553) (#245)
gcf-owl-bot[bot] Aug 27, 2022
264533a
fix: allow passing gax instance to client constructor (#246)
gcf-owl-bot[bot] Sep 1, 2022
ad3e360
chore(main): release 4.0.3 (#247)
release-please[bot] Sep 7, 2022
a2a5a31
fix(deps): update dependency uuid to v9 (#248)
renovate-bot Sep 9, 2022
0ae94a9
fix: preserve default values in x-goog-request-params header (#250)
gcf-owl-bot[bot] Sep 14, 2022
e551c23
build: use fully qualified request type name in tests (#259)
gcf-owl-bot[bot] Sep 22, 2022
ccd58b0
gax 3.5.2 (#263)
alexander-fenster Nov 2, 2022
f5d2f5f
chore(deps): update dependency jsdoc to v4 (#265)
renovate-bot Nov 10, 2022
b0f0c31
chore(deps): update dependency @types/node to v18 (#261)
renovate-bot Nov 10, 2022
de646ab
fix: regenerated protos JS and TS definitions (#266)
gcf-owl-bot[bot] Nov 10, 2022
b98bec9
chore(main): release 4.0.4 (#249)
release-please[bot] Nov 11, 2022
ef35e6c
Merge remote-tracking branch 'migration/main' into nodejs-service-dir…
sofisl Nov 11, 2022
8bda9ac
build: add release-please config, fix owlbot-config
sofisl Nov 11, 2022
bfac3d5
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
62bc8bd
samples: update quickstart test
sofisl Nov 11, 2022
6e35152
Merge branch 'main' into nodejs-service-directory-migration
sofisl Nov 11, 2022
956972a
Merge branch 'main' into nodejs-service-directory-migration
sofisl Nov 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"packages/google-cloud-secretmanager": "4.1.4",
"packages/google-cloud-scheduler": "3.0.5",
"packages/google-cloud-security-publicca": "0.1.3",
"packages/google-cloud-servicedirectory": "4.0.4",
"packages/google-cloud-shell": "2.0.4",
"packages/google-cloud-texttospeech": "4.0.4",
"packages/google-cloud-translate": "7.0.4",
Expand Down
21 changes: 21 additions & 0 deletions packages/google-cloud-servicedirectory/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

deep-remove-regex:
- /owl-bot-staging

deep-copy-regex:
- source: /google/cloud/servicedirectory/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-servicedirectory/$1

7 changes: 7 additions & 0 deletions packages/google-cloud-servicedirectory/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
samples/generated/
3 changes: 3 additions & 0 deletions packages/google-cloud-servicedirectory/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/gts"
}
4 changes: 4 additions & 0 deletions packages/google-cloud-servicedirectory/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.ts text eol=lf
*.js text eol=lf
protos/* linguist-generated
**/api-extractor.json linguist-language=JSON-with-Comments
14 changes: 14 additions & 0 deletions packages/google-cloud-servicedirectory/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
package-lock.json
__pycache__
55 changes: 55 additions & 0 deletions packages/google-cloud-servicedirectory/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// 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.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

'use strict';

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
verbose: true,
destination: './docs/'
},
plugins: [
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
],
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/service-directory',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-servicedirectory/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000,
"recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
}
if (process.env.MOCHA_REPORTER) {
config.reporter = process.env.MOCHA_REPORTER;
}
if (process.env.MOCHA_REPORTER_OUTPUT) {
config['reporter-option'] = `output=${process.env.MOCHA_REPORTER_OUTPUT}`;
}
module.exports = config
24 changes: 24 additions & 0 deletions packages/google-cloud-servicedirectory/.nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"report-dir": "./.coverage",
"reporter": ["text", "lcov"],
"exclude": [
"**/*-test",
"**/.coverage",
"**/apis",
"**/benchmark",
"**/conformance",
"**/docs",
"**/samples",
"**/scripts",
"**/protos",
"**/test",
"**/*.d.ts",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
"webpack-tests.config.js",
"webpack.config.js"
],
"exclude-after-remap": false,
"all": true
}
6 changes: 6 additions & 0 deletions packages/google-cloud-servicedirectory/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
17 changes: 17 additions & 0 deletions packages/google-cloud-servicedirectory/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// 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')
}
16 changes: 16 additions & 0 deletions packages/google-cloud-servicedirectory/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/service-directory/latest",
"api_id": "servicedirectory.googleapis.com",
"distribution_name": "@google-cloud/service-directory",
"release_level": "stable",
"default_version": "v1",
"language": "nodejs",
"name_pretty": "Service Directory",
"repo": "googleapis/google-cloud-node",
"product_documentation": "",
"requires_billing": true,
"name": "servicedirectory",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"api_shortname": "servicedirectory",
"library_type": "GAPIC_AUTO"
}
Loading