Skip to content

Commit 6a0ac6d

Browse files
Google APIscopybara-github
authored andcommitted
feat: [Cloud Memorystore for Redis] Add CMEK key field
feat: [Cloud Memorystore for Redis] Add suspension_reasons field feat: [Cloud Memorystore for Redis] Add persistence support feat: [Cloud Memorystore for Redis] Add self service update maintenance version support PiperOrigin-RevId: 529822563
1 parent 1ebad32 commit 6a0ac6d

3 files changed

Lines changed: 213 additions & 90 deletions

File tree

google/cloud/redis/v1/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ proto_library_with_info(
4343
deps = [
4444
":redis_proto",
4545
"//google/cloud:common_resources_proto",
46+
"//google/cloud/location:location_proto",
4647
],
4748
)
4849

@@ -77,12 +78,14 @@ java_gapic_library(
7778
rest_numeric_enums = True,
7879
service_yaml = "redis_v1.yaml",
7980
test_deps = [
81+
"//google/cloud/location:location_java_grpc",
8082
":redis_java_grpc",
8183
],
8284
transport = "grpc+rest",
8385
deps = [
8486
":redis_java_proto",
8587
"//google/api:api_java_proto",
88+
"//google/cloud/location:location_java_proto",
8689
],
8790
)
8891

@@ -144,6 +147,7 @@ go_gapic_library(
144147
transport = "grpc+rest",
145148
deps = [
146149
":redis_go_proto",
150+
"//google/cloud/location:location_go_proto",
147151
"//google/longrunning:longrunning_go_proto",
148152
"@com_google_cloud_go_longrunning//:go_default_library",
149153
"@com_google_cloud_go_longrunning//autogen:go_default_library",
@@ -187,6 +191,8 @@ py_gapic_library(
187191
rest_numeric_enums = True,
188192
service_yaml = "redis_v1.yaml",
189193
transport = "grpc+rest",
194+
deps = [
195+
],
190196
)
191197

192198
py_test(
@@ -233,6 +239,7 @@ php_gapic_library(
233239
name = "redis_php_gapic",
234240
srcs = [":redis_proto_with_info"],
235241
grpc_service_config = "redis_grpc_service_config.json",
242+
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
236243
rest_numeric_enums = True,
237244
service_yaml = "redis_v1.yaml",
238245
transport = "grpc+rest",

0 commit comments

Comments
 (0)