@@ -720,8 +720,7 @@ var microgenGapicConfigs = []*microgenConfig{
720
720
importPath : "cloud.google.com/go/servicedirectory/apiv1" ,
721
721
gRPCServiceConfigPath : "google/cloud/servicedirectory/v1/servicedirectory_grpc_service_config.json" ,
722
722
apiServiceConfigPath : "google/cloud/servicedirectory/v1/servicedirectory_v1.yaml" ,
723
- // GA after 2021/01/05
724
- releaseLevel : "beta" ,
723
+ releaseLevel : "ga" ,
725
724
},
726
725
{
727
726
inputDirectoryPath : "google/cloud/servicedirectory/v1beta1" ,
@@ -785,8 +784,7 @@ var microgenGapicConfigs = []*microgenConfig{
785
784
importPath : "cloud.google.com/go/billing/budgets/apiv1" ,
786
785
gRPCServiceConfigPath : "google/cloud/billing/budgets/v1/billingbudgets_grpc_service_config.json" ,
787
786
apiServiceConfigPath : "google/cloud/billing/budgets/v1/billingbudgets.yaml" ,
788
- // GA after 2020/11/27
789
- releaseLevel : "beta" ,
787
+ releaseLevel : "ga" ,
790
788
},
791
789
{
792
790
inputDirectoryPath : "google/cloud/billing/budgets/v1beta1" ,
@@ -842,44 +840,39 @@ var microgenGapicConfigs = []*microgenConfig{
842
840
importPath : "cloud.google.com/go/accessapproval/apiv1" ,
843
841
gRPCServiceConfigPath : "google/cloud/accessapproval/v1/accessapproval_grpc_service_config.json" ,
844
842
apiServiceConfigPath : "google/cloud/accessapproval/v1/accessapproval_gapic.yaml" ,
845
- // GA after 2020/11/12
846
- releaseLevel : "beta" ,
843
+ releaseLevel : "ga" ,
847
844
},
848
845
{
849
846
inputDirectoryPath : "google/cloud/websecurityscanner/v1" ,
850
847
pkg : "websecurityscanner" ,
851
848
importPath : "cloud.google.com/go/websecurityscanner/apiv1" ,
852
849
gRPCServiceConfigPath : "google/cloud/websecurityscanner/v1/websecurityscanner_grpc_service_config.json" ,
853
850
apiServiceConfigPath : "google/cloud/websecurityscanner/v1/websecurityscanner_v1.yaml" ,
854
- // GA after 2020/11/13
855
- releaseLevel : "beta" ,
851
+ releaseLevel : "ga" ,
856
852
},
857
853
{
858
854
inputDirectoryPath : "google/cloud/managedidentities/v1" ,
859
855
pkg : "managedidentities" ,
860
856
importPath : "cloud.google.com/go/managedidentities/apiv1" ,
861
857
gRPCServiceConfigPath : "google/cloud/managedidentities/v1/managedidentities_grpc_service_config.json" ,
862
858
apiServiceConfigPath : "google/cloud/managedidentities/v1/managedidentities_v1.yaml" ,
863
- // GA after 2020/11/15
864
- releaseLevel : "beta" ,
859
+ releaseLevel : "ga" ,
865
860
},
866
861
{
867
862
inputDirectoryPath : "google/devtools/artifactregistry/v1beta2" ,
868
863
pkg : "artifactregistry" ,
869
864
importPath : "cloud.google.com/go/artifactregistry/apiv1beta2" ,
870
865
gRPCServiceConfigPath : "google/devtools/artifactregistry/v1beta2/artifactregistry_grpc_service_config.json" ,
871
866
apiServiceConfigPath : "google/devtools/artifactregistry/v1beta2/artifactregistry_v1beta2.yaml" ,
872
- // GA after 2021/01/05
873
- releaseLevel : "beta" ,
867
+ releaseLevel : "ga" ,
874
868
},
875
869
{
876
870
inputDirectoryPath : "google/cloud/retail/v2" ,
877
871
pkg : "retail" ,
878
872
importPath : "cloud.google.com/go/retail/apiv2" ,
879
873
gRPCServiceConfigPath : "google/cloud/retail/v2/retail_grpc_service_config.json" ,
880
874
apiServiceConfigPath : "google/cloud/retail/v2/retail_v2.yaml" ,
881
- // GA after 2021/01/10
882
- releaseLevel : "beta" ,
875
+ releaseLevel : "ga" ,
883
876
},
884
877
{
885
878
inputDirectoryPath : "google/cloud/channel/v1" ,
0 commit comments