Skip to content

Commit 78f6fad

Browse files
authored
chore(all): bump libraries to ga (#3518)
1 parent d1e3d46 commit 78f6fad

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

internal/gapicgen/generator/config.go

+7-14
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,7 @@ var microgenGapicConfigs = []*microgenConfig{
720720
importPath: "cloud.google.com/go/servicedirectory/apiv1",
721721
gRPCServiceConfigPath: "google/cloud/servicedirectory/v1/servicedirectory_grpc_service_config.json",
722722
apiServiceConfigPath: "google/cloud/servicedirectory/v1/servicedirectory_v1.yaml",
723-
// GA after 2021/01/05
724-
releaseLevel: "beta",
723+
releaseLevel: "ga",
725724
},
726725
{
727726
inputDirectoryPath: "google/cloud/servicedirectory/v1beta1",
@@ -785,8 +784,7 @@ var microgenGapicConfigs = []*microgenConfig{
785784
importPath: "cloud.google.com/go/billing/budgets/apiv1",
786785
gRPCServiceConfigPath: "google/cloud/billing/budgets/v1/billingbudgets_grpc_service_config.json",
787786
apiServiceConfigPath: "google/cloud/billing/budgets/v1/billingbudgets.yaml",
788-
// GA after 2020/11/27
789-
releaseLevel: "beta",
787+
releaseLevel: "ga",
790788
},
791789
{
792790
inputDirectoryPath: "google/cloud/billing/budgets/v1beta1",
@@ -842,44 +840,39 @@ var microgenGapicConfigs = []*microgenConfig{
842840
importPath: "cloud.google.com/go/accessapproval/apiv1",
843841
gRPCServiceConfigPath: "google/cloud/accessapproval/v1/accessapproval_grpc_service_config.json",
844842
apiServiceConfigPath: "google/cloud/accessapproval/v1/accessapproval_gapic.yaml",
845-
// GA after 2020/11/12
846-
releaseLevel: "beta",
843+
releaseLevel: "ga",
847844
},
848845
{
849846
inputDirectoryPath: "google/cloud/websecurityscanner/v1",
850847
pkg: "websecurityscanner",
851848
importPath: "cloud.google.com/go/websecurityscanner/apiv1",
852849
gRPCServiceConfigPath: "google/cloud/websecurityscanner/v1/websecurityscanner_grpc_service_config.json",
853850
apiServiceConfigPath: "google/cloud/websecurityscanner/v1/websecurityscanner_v1.yaml",
854-
// GA after 2020/11/13
855-
releaseLevel: "beta",
851+
releaseLevel: "ga",
856852
},
857853
{
858854
inputDirectoryPath: "google/cloud/managedidentities/v1",
859855
pkg: "managedidentities",
860856
importPath: "cloud.google.com/go/managedidentities/apiv1",
861857
gRPCServiceConfigPath: "google/cloud/managedidentities/v1/managedidentities_grpc_service_config.json",
862858
apiServiceConfigPath: "google/cloud/managedidentities/v1/managedidentities_v1.yaml",
863-
// GA after 2020/11/15
864-
releaseLevel: "beta",
859+
releaseLevel: "ga",
865860
},
866861
{
867862
inputDirectoryPath: "google/devtools/artifactregistry/v1beta2",
868863
pkg: "artifactregistry",
869864
importPath: "cloud.google.com/go/artifactregistry/apiv1beta2",
870865
gRPCServiceConfigPath: "google/devtools/artifactregistry/v1beta2/artifactregistry_grpc_service_config.json",
871866
apiServiceConfigPath: "google/devtools/artifactregistry/v1beta2/artifactregistry_v1beta2.yaml",
872-
// GA after 2021/01/05
873-
releaseLevel: "beta",
867+
releaseLevel: "ga",
874868
},
875869
{
876870
inputDirectoryPath: "google/cloud/retail/v2",
877871
pkg: "retail",
878872
importPath: "cloud.google.com/go/retail/apiv2",
879873
gRPCServiceConfigPath: "google/cloud/retail/v2/retail_grpc_service_config.json",
880874
apiServiceConfigPath: "google/cloud/retail/v2/retail_v2.yaml",
881-
// GA after 2021/01/10
882-
releaseLevel: "beta",
875+
releaseLevel: "ga",
883876
},
884877
{
885878
inputDirectoryPath: "google/cloud/channel/v1",

0 commit comments

Comments
 (0)