Commit f390001
feat: [kms] add the SingleTenantHsm functionality including the management API and resource types (#7014)
* feat: add the SingleTenantHsm functionality including the management API and resource types
docs: A comment for field `crypto_key_backend` in message `.google.cloud.kms.v1.CryptoKey` is expanded to include SingleTenantHsmInstances
docs: A comment for enum value `MODIFIED_CUSTOMER_INITIATED_ACCESS` in enum `AccessReason` is changed
docs: A comment for enum value `MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION` in enum `AccessReason` is changed
PiperOrigin-RevId: 858582271
Source-Link: googleapis/googleapis@d9f058d
Source-Link: googleapis/googleapis-gen@6399b00
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy8uT3dsQm90LnlhbWwiLCJoIjoiNjM5OWIwMGE4ZDA4ZWFlMGRlOTgyYWRmNzUzZGI2MWYxYzM4NDdlMiJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: miguel <[email protected]>1 parent 7792cae commit f390001
38 files changed
Lines changed: 22248 additions & 16 deletions
File tree
- packages/google-cloud-kms
- protos
- google/cloud/kms/v1
- samples/generated/v1
- src
- v1
- system-test/fixtures/sample/src
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
Lines changed: 1015 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 35 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
203 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
204 | 211 | | |
205 | 212 | | |
206 | 213 | | |
| |||
986 | 993 | | |
987 | 994 | | |
988 | 995 | | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
989 | 1009 | | |
990 | 1010 | | |
991 | 1011 | | |
| |||
1038 | 1058 | | |
1039 | 1059 | | |
1040 | 1060 | | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1041 | 1064 | | |
1042 | 1065 | | |
1043 | 1066 | | |
| |||
1070 | 1093 | | |
1071 | 1094 | | |
1072 | 1095 | | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
1077 | 1101 | | |
1078 | 1102 | | |
1079 | 1103 | | |
| |||
1085 | 1109 | | |
1086 | 1110 | | |
1087 | 1111 | | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
1092 | 1117 | | |
1093 | 1118 | | |
1094 | 1119 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
2205 | 2205 | | |
2206 | 2206 | | |
2207 | 2207 | | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
2208 | 2214 | | |
0 commit comments