-
Notifications
You must be signed in to change notification settings - Fork 682
feat: migrate google-cloud-beyondcorp-clientconnectorservices to librarian #8490
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,15 @@ | ||
| { | ||
| "name": "clientconnectorservices", | ||
| "name_pretty": "BeyondCorp API", | ||
| "product_documentation": "", | ||
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/clientconnectorservices/latest", | ||
| "issue_tracker": "https://github.com/googleapis/google-cloud-node/issues", | ||
| "release_level": "preview", | ||
| "language": "nodejs", | ||
| "repo": "googleapis/google-cloud-node", | ||
| "distribution_name": "@google-cloud/clientconnectorservices", | ||
| "api_id": "beyondcorp.googleapis.com", | ||
| "default_version": "v1", | ||
| "requires_billing": true, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pearigee do you know what this field is used for? We will need to add it back.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't believe it's used any more - we removed it from the few places it occurred in Python.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I remember it's used for README.md generation, especially whether adding
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My memory is from Java. As I see no change in README.md in this pull request, I would say the removal of requires_billing is fine.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But that would apply to basically all APIs, wouldn't it? I don't think we have any real signal for this, and would suggest we should stop pretending we do :)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right. Let's remove this field. |
||
| "library_type": "GAPIC_AUTO", | ||
| "api_shortname": "beyondcorp" | ||
| } | ||
|
|
||
| "api_description": "Beyondcorp Enterprise provides identity and context aware access controls\nfor enterprise resources and enables zero-trust access. Using the\nBeyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem\nconnectivity using the App Connector hybrid connectivity solution.", | ||
| "api_id": "beyondcorp.googleapis.com", | ||
| "api_shortname": "beyondcorp", | ||
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/clientconnectorservices/latest", | ||
| "default_version": "v1", | ||
| "distribution_name": "@google-cloud/clientconnectorservices", | ||
| "language": "nodejs", | ||
| "library_type": "GAPIC_AUTO", | ||
| "name": "beyondcorp", | ||
| "name_pretty": "BeyondCorp", | ||
|
Comment on lines
+10
to
+11
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "product_documentation": "https://cloud.google.com/beyondcorp/docs", | ||
| "release_level": "stable", | ||
| "repo": "googleapis/google-cloud-node" | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.