Skip to content

Commit 6b879a0

Browse files
authored
feat(filestore): to v1 (#5139)
Release-As: 1.0.0
1 parent 74c389e commit 6b879a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

filestore/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changes
22

3+
34
## v0.1.0
45

56
- feat(filestore): start generating clients

internal/gapicgen/generator/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,8 +1304,7 @@ var microgenGapicConfigs = []*microgenConfig{
13041304
importPath: "cloud.google.com/go/filestore/apiv1",
13051305
gRPCServiceConfigPath: "file_grpc_service_config.json",
13061306
apiServiceConfigPath: "file_v1.yaml",
1307-
// GA after 2021/10/30
1308-
releaseLevel: "beta",
1307+
releaseLevel: "ga",
13091308
},
13101309
{
13111310
inputDirectoryPath: "google/cloud/deploy/v1",

0 commit comments

Comments
 (0)