Skip to content

Commit

Permalink
feat(notebooks): start generating apiv1 (#6004)
Browse files Browse the repository at this point in the history
refs: #5961
  • Loading branch information
quartzmo committed May 5, 2022
1 parent 0c9e0f9 commit 1084ab1
Show file tree
Hide file tree
Showing 11 changed files with 5,869 additions and 4 deletions.
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.

0 comments on commit 1084ab1

Please sign in to comment.