Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2020
1 parent 1cb38af commit e15df98
Show file tree
Hide file tree
Showing 14 changed files with 1,051 additions and 322 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
*.ts text eol=lf
*.js text eol=lf
protos/* linguist-generated
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -8,13 +8,18 @@ Thanks for stopping by to let us know something could be better!

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":
1) Is this a client library issue or a product issue?
This is the client library for . We will only be able to assist with issues that pertain to the behaviors of this library. If the issue you're experiencing is due to the behavior of the product itself, please visit the [ Support page]() to reach the most relevant engineers.

2) Did someone already solve this?
- Search the issues already opened: https://github.com/googleapis/google-api-nodejs-client/issues
- Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
- Search or ask on StackOverflow (engineers monitor these tags): http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js

If you are still having issues, please be sure to include as much information as possible:
3) Do you have a support contract?
Please create an issue in the [support console](https://cloud.google.com/support/) to ensure a timely response.

If the support paths suggested above still do not result in a resolution, please provide the following details.

#### Environment details

Expand Down
6 changes: 5 additions & 1 deletion disclaimers.json
Expand Up @@ -69,12 +69,16 @@
},
{
"api": "firestore",
"package": "@google-cloud/firestore-session"
"package": "@google-cloud/connect-firestore"
},
{
"api": "gameservices",
"package": "@google-cloud/game-servers"
},
{
"api": "bigqueryconnection",
"package": "@google-cloud/bigquery-connection"
},
{
"api": "bigquerydatatransfer",
"package": "@google-cloud/bigquery-data-transfer"
Expand Down

0 comments on commit e15df98

Please sign in to comment.