Skip to content

Commit

Permalink
chore: extend GA after dates for preview clients (#6225)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Jun 21, 2022
1 parent 8308f8c commit 676faaa
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions internal/gapicgen/generator/config.go
Expand Up @@ -1358,7 +1358,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/eventarc/publishing/apiv1",
GRPCServiceConfigPath: "eventarcpublishing_grpc_service_config.json",
ApiServiceConfigPath: "eventarcpublishing_v1.yaml",
// GA after 2022/02/13
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand Down Expand Up @@ -1394,7 +1394,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/certificatemanager/apiv1",
GRPCServiceConfigPath: "certificatemanager_grpc_service_config.json",
ApiServiceConfigPath: "certificatemanager_v1.yaml",
// GA after 2022/04/04
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand All @@ -1412,7 +1412,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/run/apiv2",
GRPCServiceConfigPath: "run_grpc_service_config.json",
ApiServiceConfigPath: "run_v2.yaml",
// GA after 2022/04/30
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand Down Expand Up @@ -1466,7 +1466,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/gkebackup/apiv1",
GRPCServiceConfigPath: "gkebackup_grpc_service_config.json",
ApiServiceConfigPath: "gkebackup_v1.yaml",
// GA after 2022/06/16
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand All @@ -1475,7 +1475,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/gkemulticloud/apiv1",
GRPCServiceConfigPath: "gkemulticloud_grpc_service_config.json",
ApiServiceConfigPath: "gkemulticloud_v1.yaml",
// GA after 2022/06/16
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand All @@ -1484,25 +1484,23 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/retail/apiv2alpha",
GRPCServiceConfigPath: "retail_grpc_service_config.json",
ApiServiceConfigPath: "retail_v2alpha.yaml",
// GA after 2022/06/23
ReleaseLevel: "alpha",
ReleaseLevel: "alpha",
},
{
InputDirectoryPath: "google/cloud/retail/v2beta",
Pkg: "retail",
ImportPath: "cloud.google.com/go/retail/apiv2beta",
GRPCServiceConfigPath: "retail_grpc_service_config.json",
ApiServiceConfigPath: "retail_v2beta.yaml",
// GA after 2022/06/23
ReleaseLevel: "beta",
ReleaseLevel: "beta",
},
{
InputDirectoryPath: "google/cloud/batch/v1",
Pkg: "batch",
ImportPath: "cloud.google.com/go/batch/apiv1",
GRPCServiceConfigPath: "batch_grpc_service_config.json",
ApiServiceConfigPath: "batch_v1.yaml",
// GA after 2022/07/10
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand All @@ -1511,7 +1509,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
ImportPath: "cloud.google.com/go/baremetalsolution/apiv2",
GRPCServiceConfigPath: "baremetalsolution_grpc_service_config.json",
ApiServiceConfigPath: "baremetalsolution_v2.yaml",
// GA after 2022/07/10
// GA after 2022/08/10
ReleaseLevel: "beta",
},
{
Expand Down

0 comments on commit 676faaa

Please sign in to comment.