Skip to content

Commit

Permalink
chore: ga clients (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Mar 23, 2021
1 parent ab4824a commit 630cf1b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions internal/gapicgen/generator/config.go
Expand Up @@ -96,8 +96,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/memcache/apiv1",
gRPCServiceConfigPath: "google/cloud/memcache/v1/memcache_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/memcache/v1/memcache_v1.yaml",
// GA after 2021/02/20
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/memcache/v1beta2",
Expand Down Expand Up @@ -923,8 +922,7 @@ var microgenGapicConfigs = []*microgenConfig{
pkg: "resourcemanager",
importPath: "cloud.google.com/go/resourcemanager/apiv2",
apiServiceConfigPath: "google/cloud/resourcemanager/v2/cloudresourcemanager_v2.yaml",
// GA after 2021/02/19
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/datalabeling/v1beta1",
Expand Down Expand Up @@ -956,8 +954,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/servicemanagement/apiv1",
gRPCServiceConfigPath: "google/api/servicemanagement/v1/servicemanagement_grpc_service_config.json",
apiServiceConfigPath: "google/api/servicemanagement/v1/servicemanagement_gapic.yaml",
// GA after 2021/02/26
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/domains/v1beta1",
Expand All @@ -980,17 +977,15 @@ var microgenGapicConfigs = []*microgenConfig{
pkg: "servicecontrol",
importPath: "cloud.google.com/go/servicecontrol/apiv1",
apiServiceConfigPath: "google/api/servicecontrol/v1/servicecontrol_gapic.yaml",
// GA after 2021/03/01
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/orgpolicy/v2",
pkg: "orgpolicy",
importPath: "cloud.google.com/go/orgpolicy/apiv2",
gRPCServiceConfigPath: "google/cloud/orgpolicy/v2/orgpolicy_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/orgpolicy/v2/orgpolicy_v2.yaml",
// GA after 2021/03/02
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/recommendationengine/v1beta1",
Expand All @@ -1014,8 +1009,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/apigateway/apiv1",
gRPCServiceConfigPath: "google/cloud/apigateway/v1/apigateway_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/apigateway/v1/apigateway_v1.yaml",
// GA after 2021/03/23
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/metastore/v1alpha",
Expand Down

0 comments on commit 630cf1b

Please sign in to comment.