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(certificatemanager): release 1.0.0 #6638

Merged
merged 4 commits into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 4 additions & 2 deletions certificatemanager/apiv1/certificate_manager_client.go

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

135 changes: 135 additions & 0 deletions certificatemanager/apiv1/certificate_manager_client_example_test.go

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

12 changes: 10 additions & 2 deletions certificatemanager/apiv1/doc.go

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

2 changes: 1 addition & 1 deletion internal/.repo-metadata-full.json
Expand Up @@ -410,7 +410,7 @@
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/certificatemanager/latest/apiv1",
"release_level": "beta",
"release_level": "ga",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/channel/apiv1": {
Expand Down
3 changes: 1 addition & 2 deletions internal/gapicgen/generator/config.go
Expand Up @@ -1476,8 +1476,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/certificatemanager/apiv1",
GRPCServiceConfigPath: "certificatemanager_grpc_service_config.json",
ApiServiceConfigPath: "certificatemanager_v1.yaml",
// GA after 2022/08/10
ReleaseLevel: "beta",
ReleaseLevel: "ga",
},
{
InputDirectoryPath: "google/cloud/optimization/v1",
Expand Down