Skip to content

Commit

Permalink
feat(security/privateca): remove apiv1beta1
Browse files Browse the repository at this point in the history
closes: #7378
  • Loading branch information
quartzmo committed Mar 13, 2023
1 parent 0df63fc commit 8c2987d
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 15,538 deletions.
3 changes: 0 additions & 3 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ deep-remove-regex:
- /scheduler/apiv1beta1/
- /secretmanager/apiv1/
- /security/privateca/apiv1/
- /security/privateca/apiv1beta1/
- /security/publicca/apiv1beta1/
- /securitycenter/settings/apiv1beta1/
- /securitycenter/apiv1/
Expand Down Expand Up @@ -449,8 +448,6 @@ deep-copy-regex:
dest: /secretmanager/apiv1
- source: /google/cloud/security/privateca/v1/cloud.google.com/go/security/privateca/apiv1
dest: /security/privateca/apiv1
- source: /google/cloud/security/privateca/v1beta1/cloud.google.com/go/security/privateca/apiv1beta1
dest: /security/privateca/apiv1beta1
- source: /google/cloud/security/publicca/v1beta1/cloud.google.com/go/security/publicca/apiv1beta1
dest: /security/publicca/apiv1beta1
- source: /google/cloud/securitycenter/settings/v1beta1/cloud.google.com/go/securitycenter/settings/apiv1beta1
Expand Down
9 changes: 0 additions & 9 deletions internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1583,15 +1583,6 @@
"release_level": "ga",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/security/privateca/apiv1beta1": {
"distribution_name": "cloud.google.com/go/security/privateca/apiv1beta1",
"description": "Certificate Authority API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/security/latest/privateca/apiv1beta1",
"release_level": "beta",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/security/publicca/apiv1beta1": {
"distribution_name": "cloud.google.com/go/security/publicca/apiv1beta1",
"description": "Public Certificate Authority API",
Expand Down
4 changes: 0 additions & 4 deletions internal/aliasfix/mappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,6 @@ var GenprotoPkgMigration map[string]Pkg = map[string]Pkg{
ImportPath: "cloud.google.com/go/security/privateca/apiv1/privatecapb",
Status: StatusMigrated,
},
"google.golang.org/genproto/googleapis/cloud/security/privateca/v1beta1": {
ImportPath: "cloud.google.com/go/security/privateca/apiv1beta1/privatecapb",
Status: StatusMigrated,
},
"google.golang.org/genproto/googleapis/cloud/securitycenter/settings/v1beta1": {
ImportPath: "cloud.google.com/go/securitycenter/settings/apiv1beta1/settingspb",
Status: StatusMigrated,
Expand Down
9 changes: 0 additions & 9 deletions internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1027,15 +1027,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ReleaseLevel: "beta",
NumericEnumsDisabled: true,
},
{
InputDirectoryPath: "google/cloud/security/privateca/v1beta1",
stopGeneration: true,
Pkg: "privateca",
ImportPath: "cloud.google.com/go/security/privateca/apiv1beta1",
GRPCServiceConfigPath: "privateca_grpc_service_config.json",
ApiServiceConfigPath: "privateca_v1beta1.yaml",
ReleaseLevel: "beta",
},
{
InputDirectoryPath: "google/cloud/security/privateca/v1",
stopGeneration: true,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8c2987d

Please sign in to comment.