We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c389e commit 6b879a0Copy full SHA for 6b879a0
2 files changed
filestore/CHANGES.md
@@ -1,5 +1,6 @@
1
# Changes
2
3
+
4
## v0.1.0
5
6
- feat(filestore): start generating clients
internal/gapicgen/generator/config.go
@@ -1304,8 +1304,7 @@ var microgenGapicConfigs = []*microgenConfig{
1304
importPath: "cloud.google.com/go/filestore/apiv1",
1305
gRPCServiceConfigPath: "file_grpc_service_config.json",
1306
apiServiceConfigPath: "file_v1.yaml",
1307
- // GA after 2021/10/30
1308
- releaseLevel: "beta",
+ releaseLevel: "ga",
1309
},
1310
{
1311
inputDirectoryPath: "google/cloud/deploy/v1",
0 commit comments