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

feat(notebooks): start generating apiv1 #6004

Merged
merged 2 commits into from May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -989,6 +989,15 @@
"release_level": "beta",
"library_type": ""
},
"cloud.google.com/go/notebooks/apiv1": {
"distribution_name": "cloud.google.com/go/notebooks/apiv1",
"description": "Notebooks API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/notebooks/latest/apiv1",
"release_level": "beta",
"library_type": ""
},
"cloud.google.com/go/notebooks/apiv1beta1": {
"distribution_name": "cloud.google.com/go/notebooks/apiv1beta1",
"description": "Notebooks API",
Expand Down
9 changes: 9 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -1436,6 +1436,15 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
// GA after 2022/06/05
ReleaseLevel: "beta",
},
{
InputDirectoryPath: "google/cloud/notebooks/v1",
Pkg: "notebooks",
ImportPath: "cloud.google.com/go/notebooks/apiv1",
GRPCServiceConfigPath: "notebooks_grpc_service_config.json",
ApiServiceConfigPath: "notebooks_v1.yaml",
// GA after 2022/06/05
ReleaseLevel: "beta",
},

// Non-Cloud APIs
{
Expand Down
167 changes: 167 additions & 0 deletions notebooks/apiv1/doc.go

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