Skip to content

Commit

Permalink
feat(kms): enable generation of Locations mixin
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 481650929
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 17, 2022
1 parent d6f71e3 commit 62e82e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/kms/v1/BUILD.bazel
Expand Up @@ -37,6 +37,7 @@ proto_library_with_info(
deps = [
":kms_proto",
"//google/cloud:common_resources_proto",
"//google/cloud/location:location_proto",
"//google/iam/v1:iam_policy_proto",
"//google/iam/v1:policy_proto",
],
Expand Down Expand Up @@ -74,11 +75,13 @@ java_gapic_library(
service_yaml = "cloudkms_v1.yaml",
test_deps = [
":kms_java_grpc",
"//google/cloud/location:location_java_grpc",
"//google/iam/v1:iam_java_grpc",
],
transport = "grpc+rest",
deps = [
":kms_java_proto",
"//google/cloud/location:location_java_proto",
"//google/iam/v1:iam_java_proto",
],
)
Expand Down Expand Up @@ -138,6 +141,7 @@ go_gapic_library(
transport = "grpc+rest",
deps = [
":kms_go_proto",
"//google/cloud/location:location_go_proto",
"//google/iam/v1:iam_go_proto",
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
],
Expand Down
1 change: 1 addition & 0 deletions google/cloud/kms/v1/cloudkms_v1.yaml
Expand Up @@ -6,6 +6,7 @@ title: Cloud Key Management Service (KMS) API
apis:
- name: google.cloud.kms.v1.EkmService
- name: google.cloud.kms.v1.KeyManagementService
- name: google.cloud.location.Locations
- name: google.iam.v1.IAMPolicy

types:
Expand Down

0 comments on commit 62e82e7

Please sign in to comment.