Skip to content

Commit

Permalink
chore: update copyrights, protos, and config (#15)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* chore: generate GAPIC metadata JSON file

PiperOrigin-RevId: 345596855

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Dec 3 21:00:34 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: d189e871205fea665a9648f7c4676f027495ccaf
Source-Link: googleapis/googleapis@d189e87

* build: change package name to correct name

PiperOrigin-RevId: 355768415

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Feb 4 20:11:51 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: bc89fd90b0dc87b387d83a56b27789f807d9da11
Source-Link: googleapis/googleapis@bc89fd9
  • Loading branch information
yoshi-automation authored Feb 6, 2021
1 parent 5ad87a8 commit 1fb14d8
Show file tree
Hide file tree
Showing 18 changed files with 394 additions and 24 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-managedidentities/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// 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.
Expand Down Expand Up @@ -40,10 +40,10 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2020 Google LLC',
copyright: 'Copyright 2021 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'managedidentities',
systemName: '@google-cloud/managed-identities',
theme: 'lumen',
default: {
outputSourceFiles: false
Expand Down
3 changes: 1 addition & 2 deletions packages/google-cloud-managedidentities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ listDomains();

## Samples

Samples are in the [`samples/`](https://github.com/googleapis/nodejs-managed-identities/tree/master/samples) directory. The samples' `README.md`
has instructions for running the samples.
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-managed-identities/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
Expand Down
11 changes: 10 additions & 1 deletion packages/google-cloud-managedidentities/linkinator.config.json
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{"recurse":true,"skip":["https://googleapis.dev/nodejs/managedidentities/latest/","https://github.com/googleapis/nodejs-managed-identities/blob/master/CHANGELOG.md","https://github.com/googleapis/nodejs-managed-identities/tree/master/samples","https://github.com/googleapis/nodejs-managed-identities/blob/master/samples/quickstart.js","http://localhost:5542/","https://codecov.io/gh/googleapis/","www.googleapis.com","img.shields.io"],"silent":true,"concurrency":10}
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
],
"silent": true,
"concurrency": 10
}
17 changes: 15 additions & 2 deletions packages/google-cloud-managedidentities/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 85 additions & 2 deletions packages/google-cloud-managedidentities/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions packages/google-cloud-managedidentities/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fb14d8

Please sign in to comment.