Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dedf91d

Browse files
chore: add dynamic routing header annotation to DatastoreV1 (#959)
* feat: add dynamic routing header annotation to DatastoreV1 PiperOrigin-RevId: 501591105 Source-Link: googleapis/googleapis@c4ebfff Source-Link: https://github.com/googleapis/googleapis-gen/commit/e2d6011df35c3b7b54ff39098be779c105408b1b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTJkNjAxMWRmMzVjM2I3YjU0ZmYzOTA5OGJlNzc5YzEwNTQwOGIxYiJ9 * 🦉 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>
1 parent 66c3591 commit dedf91d

15 files changed

+373
-294
lines changed

proto-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/AllocateIdsRequest.java

Lines changed: 50 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
*
2323
*
2424
* <pre>
25-
* The request for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
25+
* The request for
26+
* [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
2627
* </pre>
2728
*
2829
* Protobuf type {@code google.datastore.v1.AllocateIdsRequest}
@@ -177,8 +178,8 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() {
177178
*
178179
*
179180
* <pre>
180-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
181-
* No key may be reserved/read-only.
181+
* Required. A list of keys with incomplete key paths for which to allocate
182+
* IDs. No key may be reserved/read-only.
182183
* </pre>
183184
*
184185
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -192,8 +193,8 @@ public java.util.List<com.google.datastore.v1.Key> getKeysList() {
192193
*
193194
*
194195
* <pre>
195-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
196-
* No key may be reserved/read-only.
196+
* Required. A list of keys with incomplete key paths for which to allocate
197+
* IDs. No key may be reserved/read-only.
197198
* </pre>
198199
*
199200
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -207,8 +208,8 @@ public java.util.List<? extends com.google.datastore.v1.KeyOrBuilder> getKeysOrB
207208
*
208209
*
209210
* <pre>
210-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
211-
* No key may be reserved/read-only.
211+
* Required. A list of keys with incomplete key paths for which to allocate
212+
* IDs. No key may be reserved/read-only.
212213
* </pre>
213214
*
214215
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -222,8 +223,8 @@ public int getKeysCount() {
222223
*
223224
*
224225
* <pre>
225-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
226-
* No key may be reserved/read-only.
226+
* Required. A list of keys with incomplete key paths for which to allocate
227+
* IDs. No key may be reserved/read-only.
227228
* </pre>
228229
*
229230
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -237,8 +238,8 @@ public com.google.datastore.v1.Key getKeys(int index) {
237238
*
238239
*
239240
* <pre>
240-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
241-
* No key may be reserved/read-only.
241+
* Required. A list of keys with incomplete key paths for which to allocate
242+
* IDs. No key may be reserved/read-only.
242243
* </pre>
243244
*
244245
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -432,7 +433,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
432433
*
433434
*
434435
* <pre>
435-
* The request for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
436+
* The request for
437+
* [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
436438
* </pre>
437439
*
438440
* Protobuf type {@code google.datastore.v1.AllocateIdsRequest}
@@ -910,8 +912,8 @@ private void ensureKeysIsMutable() {
910912
*
911913
*
912914
* <pre>
913-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
914-
* No key may be reserved/read-only.
915+
* Required. A list of keys with incomplete key paths for which to allocate
916+
* IDs. No key may be reserved/read-only.
915917
* </pre>
916918
*
917919
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -928,8 +930,8 @@ public java.util.List<com.google.datastore.v1.Key> getKeysList() {
928930
*
929931
*
930932
* <pre>
931-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
932-
* No key may be reserved/read-only.
933+
* Required. A list of keys with incomplete key paths for which to allocate
934+
* IDs. No key may be reserved/read-only.
933935
* </pre>
934936
*
935937
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -946,8 +948,8 @@ public int getKeysCount() {
946948
*
947949
*
948950
* <pre>
949-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
950-
* No key may be reserved/read-only.
951+
* Required. A list of keys with incomplete key paths for which to allocate
952+
* IDs. No key may be reserved/read-only.
951953
* </pre>
952954
*
953955
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -964,8 +966,8 @@ public com.google.datastore.v1.Key getKeys(int index) {
964966
*
965967
*
966968
* <pre>
967-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
968-
* No key may be reserved/read-only.
969+
* Required. A list of keys with incomplete key paths for which to allocate
970+
* IDs. No key may be reserved/read-only.
969971
* </pre>
970972
*
971973
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -988,8 +990,8 @@ public Builder setKeys(int index, com.google.datastore.v1.Key value) {
988990
*
989991
*
990992
* <pre>
991-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
992-
* No key may be reserved/read-only.
993+
* Required. A list of keys with incomplete key paths for which to allocate
994+
* IDs. No key may be reserved/read-only.
993995
* </pre>
994996
*
995997
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1009,8 +1011,8 @@ public Builder setKeys(int index, com.google.datastore.v1.Key.Builder builderFor
10091011
*
10101012
*
10111013
* <pre>
1012-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1013-
* No key may be reserved/read-only.
1014+
* Required. A list of keys with incomplete key paths for which to allocate
1015+
* IDs. No key may be reserved/read-only.
10141016
* </pre>
10151017
*
10161018
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1033,8 +1035,8 @@ public Builder addKeys(com.google.datastore.v1.Key value) {
10331035
*
10341036
*
10351037
* <pre>
1036-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1037-
* No key may be reserved/read-only.
1038+
* Required. A list of keys with incomplete key paths for which to allocate
1039+
* IDs. No key may be reserved/read-only.
10381040
* </pre>
10391041
*
10401042
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1057,8 +1059,8 @@ public Builder addKeys(int index, com.google.datastore.v1.Key value) {
10571059
*
10581060
*
10591061
* <pre>
1060-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1061-
* No key may be reserved/read-only.
1062+
* Required. A list of keys with incomplete key paths for which to allocate
1063+
* IDs. No key may be reserved/read-only.
10621064
* </pre>
10631065
*
10641066
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1078,8 +1080,8 @@ public Builder addKeys(com.google.datastore.v1.Key.Builder builderForValue) {
10781080
*
10791081
*
10801082
* <pre>
1081-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1082-
* No key may be reserved/read-only.
1083+
* Required. A list of keys with incomplete key paths for which to allocate
1084+
* IDs. No key may be reserved/read-only.
10831085
* </pre>
10841086
*
10851087
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1099,8 +1101,8 @@ public Builder addKeys(int index, com.google.datastore.v1.Key.Builder builderFor
10991101
*
11001102
*
11011103
* <pre>
1102-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1103-
* No key may be reserved/read-only.
1104+
* Required. A list of keys with incomplete key paths for which to allocate
1105+
* IDs. No key may be reserved/read-only.
11041106
* </pre>
11051107
*
11061108
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1120,8 +1122,8 @@ public Builder addAllKeys(java.lang.Iterable<? extends com.google.datastore.v1.K
11201122
*
11211123
*
11221124
* <pre>
1123-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1124-
* No key may be reserved/read-only.
1125+
* Required. A list of keys with incomplete key paths for which to allocate
1126+
* IDs. No key may be reserved/read-only.
11251127
* </pre>
11261128
*
11271129
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1141,8 +1143,8 @@ public Builder clearKeys() {
11411143
*
11421144
*
11431145
* <pre>
1144-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1145-
* No key may be reserved/read-only.
1146+
* Required. A list of keys with incomplete key paths for which to allocate
1147+
* IDs. No key may be reserved/read-only.
11461148
* </pre>
11471149
*
11481150
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1162,8 +1164,8 @@ public Builder removeKeys(int index) {
11621164
*
11631165
*
11641166
* <pre>
1165-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1166-
* No key may be reserved/read-only.
1167+
* Required. A list of keys with incomplete key paths for which to allocate
1168+
* IDs. No key may be reserved/read-only.
11671169
* </pre>
11681170
*
11691171
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1176,8 +1178,8 @@ public com.google.datastore.v1.Key.Builder getKeysBuilder(int index) {
11761178
*
11771179
*
11781180
* <pre>
1179-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1180-
* No key may be reserved/read-only.
1181+
* Required. A list of keys with incomplete key paths for which to allocate
1182+
* IDs. No key may be reserved/read-only.
11811183
* </pre>
11821184
*
11831185
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1194,8 +1196,8 @@ public com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder(int index) {
11941196
*
11951197
*
11961198
* <pre>
1197-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1198-
* No key may be reserved/read-only.
1199+
* Required. A list of keys with incomplete key paths for which to allocate
1200+
* IDs. No key may be reserved/read-only.
11991201
* </pre>
12001202
*
12011203
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1212,8 +1214,8 @@ public java.util.List<? extends com.google.datastore.v1.KeyOrBuilder> getKeysOrB
12121214
*
12131215
*
12141216
* <pre>
1215-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1216-
* No key may be reserved/read-only.
1217+
* Required. A list of keys with incomplete key paths for which to allocate
1218+
* IDs. No key may be reserved/read-only.
12171219
* </pre>
12181220
*
12191221
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1226,8 +1228,8 @@ public com.google.datastore.v1.Key.Builder addKeysBuilder() {
12261228
*
12271229
*
12281230
* <pre>
1229-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1230-
* No key may be reserved/read-only.
1231+
* Required. A list of keys with incomplete key paths for which to allocate
1232+
* IDs. No key may be reserved/read-only.
12311233
* </pre>
12321234
*
12331235
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1241,8 +1243,8 @@ public com.google.datastore.v1.Key.Builder addKeysBuilder(int index) {
12411243
*
12421244
*
12431245
* <pre>
1244-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
1245-
* No key may be reserved/read-only.
1246+
* Required. A list of keys with incomplete key paths for which to allocate
1247+
* IDs. No key may be reserved/read-only.
12461248
* </pre>
12471249
*
12481250
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

proto-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/AllocateIdsRequestOrBuilder.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public interface AllocateIdsRequestOrBuilder
8181
*
8282
*
8383
* <pre>
84-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
85-
* No key may be reserved/read-only.
84+
* Required. A list of keys with incomplete key paths for which to allocate
85+
* IDs. No key may be reserved/read-only.
8686
* </pre>
8787
*
8888
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -93,8 +93,8 @@ public interface AllocateIdsRequestOrBuilder
9393
*
9494
*
9595
* <pre>
96-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
97-
* No key may be reserved/read-only.
96+
* Required. A list of keys with incomplete key paths for which to allocate
97+
* IDs. No key may be reserved/read-only.
9898
* </pre>
9999
*
100100
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -105,8 +105,8 @@ public interface AllocateIdsRequestOrBuilder
105105
*
106106
*
107107
* <pre>
108-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
109-
* No key may be reserved/read-only.
108+
* Required. A list of keys with incomplete key paths for which to allocate
109+
* IDs. No key may be reserved/read-only.
110110
* </pre>
111111
*
112112
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -117,8 +117,8 @@ public interface AllocateIdsRequestOrBuilder
117117
*
118118
*
119119
* <pre>
120-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
121-
* No key may be reserved/read-only.
120+
* Required. A list of keys with incomplete key paths for which to allocate
121+
* IDs. No key may be reserved/read-only.
122122
* </pre>
123123
*
124124
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -129,8 +129,8 @@ public interface AllocateIdsRequestOrBuilder
129129
*
130130
*
131131
* <pre>
132-
* Required. A list of keys with incomplete key paths for which to allocate IDs.
133-
* No key may be reserved/read-only.
132+
* Required. A list of keys with incomplete key paths for which to allocate
133+
* IDs. No key may be reserved/read-only.
134134
* </pre>
135135
*
136136
* <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];

proto-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/AllocateIdsResponse.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
*
2323
*
2424
* <pre>
25-
* The response for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
25+
* The response for
26+
* [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
2627
* </pre>
2728
*
2829
* Protobuf type {@code google.datastore.v1.AllocateIdsResponse}
@@ -305,7 +306,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
305306
*
306307
*
307308
* <pre>
308-
* The response for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
309+
* The response for
310+
* [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
309311
* </pre>
310312
*
311313
* Protobuf type {@code google.datastore.v1.AllocateIdsResponse}

proto-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/BeginTransactionRequest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
*
2323
*
2424
* <pre>
25-
* The request for [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
25+
* The request for
26+
* [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
2627
* </pre>
2728
*
2829
* Protobuf type {@code google.datastore.v1.BeginTransactionRequest}
@@ -404,7 +405,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
404405
*
405406
*
406407
* <pre>
407-
* The request for [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
408+
* The request for
409+
* [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
408410
* </pre>
409411
*
410412
* Protobuf type {@code google.datastore.v1.BeginTransactionRequest}

proto-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/BeginTransactionResponse.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
*
2323
*
2424
* <pre>
25-
* The response for [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
25+
* The response for
26+
* [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
2627
* </pre>
2728
*
2829
* Protobuf type {@code google.datastore.v1.BeginTransactionResponse}
@@ -248,7 +249,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
248249
*
249250
*
250251
* <pre>
251-
* The response for [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
252+
* The response for
253+
* [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
252254
* </pre>
253255
*
254256
* Protobuf type {@code google.datastore.v1.BeginTransactionResponse}

0 commit comments

Comments
 (0)