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(networkconnectivity): initial generation of apiv1alpha1 #3567

Merged
merged 7 commits into from Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from 4 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
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -519,6 +519,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/monitoring/dashboard/apiv1",
"release_level": "ga"
},
"cloud.google.com/go/networkconnectivity/v1alpha1": {
"distribution_name": "cloud.google.com/go/networkconnectivity/v1alpha1",
"description": "Network Connectivity API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/networkconnectivity/v1alpha1",
"release_level": "alpha"
},
"cloud.google.com/go/notebooks/apiv1beta1": {
"distribution_name": "cloud.google.com/go/notebooks/apiv1beta1",
"description": "Notebooks API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -770,6 +770,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/cloud/functions/v1/functions_gapic.yaml",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/networkconnectivity/v1alpha1",
pkg: "networkconnectivity",
importPath: "cloud.google.com/go/networkconnectivity/apiv1alpha1",
gRPCServiceConfigPath: "google/cloud/networkconnectivity/v1alpha1/networkconnectivity_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/networkconnectivity/v1alpha1/networkconnectivity_v1alpha1.yaml",
releaseLevel: "alpha",
},
{
inputDirectoryPath: "google/cloud/notebooks/v1beta1",
pkg: "notebooks",
Expand Down
117 changes: 117 additions & 0 deletions networkconnectivity/v1alpha1/doc.go

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