Skip to content

Commit 0461e20

Browse files
chore: generate libraries at Tue Jul 8 02:33:07 UTC 2025
1 parent ea90e6b commit 0461e20

10 files changed

Lines changed: 1119 additions & 527 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.62.0</version>
22+
<version>26.63.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/AppendObjectSpec.java

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ public long getGeneration() {
205205
* <pre>
206206
* Makes the operation conditional on whether the object's current
207207
* metageneration matches the given value.
208+
*
209+
* Note that metageneration preconditions are only checked if `write_handle`
210+
* is empty.
208211
* </pre>
209212
*
210213
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -222,6 +225,9 @@ public boolean hasIfMetagenerationMatch() {
222225
* <pre>
223226
* Makes the operation conditional on whether the object's current
224227
* metageneration matches the given value.
228+
*
229+
* Note that metageneration preconditions are only checked if `write_handle`
230+
* is empty.
225231
* </pre>
226232
*
227233
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -242,6 +248,9 @@ public long getIfMetagenerationMatch() {
242248
* <pre>
243249
* Makes the operation conditional on whether the object's current
244250
* metageneration does not match the given value.
251+
*
252+
* Note that metageneration preconditions are only checked if `write_handle`
253+
* is empty.
245254
* </pre>
246255
*
247256
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -259,6 +268,9 @@ public boolean hasIfMetagenerationNotMatch() {
259268
* <pre>
260269
* Makes the operation conditional on whether the object's current
261270
* metageneration does not match the given value.
271+
*
272+
* Note that metageneration preconditions are only checked if `write_handle`
273+
* is empty.
262274
* </pre>
263275
*
264276
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -351,6 +363,9 @@ public com.google.protobuf.ByteString getRoutingTokenBytes() {
351363
* <pre>
352364
* An optional write handle returned from a previous BidiWriteObjectResponse
353365
* message or a BidiWriteObjectRedirectedError error.
366+
*
367+
* Note that metageneration preconditions are only checked if `write_handle`
368+
* is empty.
354369
* </pre>
355370
*
356371
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -368,6 +383,9 @@ public boolean hasWriteHandle() {
368383
* <pre>
369384
* An optional write handle returned from a previous BidiWriteObjectResponse
370385
* message or a BidiWriteObjectRedirectedError error.
386+
*
387+
* Note that metageneration preconditions are only checked if `write_handle`
388+
* is empty.
371389
* </pre>
372390
*
373391
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -387,6 +405,9 @@ public com.google.storage.v2.BidiWriteHandle getWriteHandle() {
387405
* <pre>
388406
* An optional write handle returned from a previous BidiWriteObjectResponse
389407
* message or a BidiWriteObjectRedirectedError error.
408+
*
409+
* Note that metageneration preconditions are only checked if `write_handle`
410+
* is empty.
390411
* </pre>
391412
*
392413
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1211,6 +1232,9 @@ public Builder clearGeneration() {
12111232
* <pre>
12121233
* Makes the operation conditional on whether the object's current
12131234
* metageneration matches the given value.
1235+
*
1236+
* Note that metageneration preconditions are only checked if `write_handle`
1237+
* is empty.
12141238
* </pre>
12151239
*
12161240
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -1228,6 +1252,9 @@ public boolean hasIfMetagenerationMatch() {
12281252
* <pre>
12291253
* Makes the operation conditional on whether the object's current
12301254
* metageneration matches the given value.
1255+
*
1256+
* Note that metageneration preconditions are only checked if `write_handle`
1257+
* is empty.
12311258
* </pre>
12321259
*
12331260
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -1245,6 +1272,9 @@ public long getIfMetagenerationMatch() {
12451272
* <pre>
12461273
* Makes the operation conditional on whether the object's current
12471274
* metageneration matches the given value.
1275+
*
1276+
* Note that metageneration preconditions are only checked if `write_handle`
1277+
* is empty.
12481278
* </pre>
12491279
*
12501280
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -1266,6 +1296,9 @@ public Builder setIfMetagenerationMatch(long value) {
12661296
* <pre>
12671297
* Makes the operation conditional on whether the object's current
12681298
* metageneration matches the given value.
1299+
*
1300+
* Note that metageneration preconditions are only checked if `write_handle`
1301+
* is empty.
12691302
* </pre>
12701303
*
12711304
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -1287,6 +1320,9 @@ public Builder clearIfMetagenerationMatch() {
12871320
* <pre>
12881321
* Makes the operation conditional on whether the object's current
12891322
* metageneration does not match the given value.
1323+
*
1324+
* Note that metageneration preconditions are only checked if `write_handle`
1325+
* is empty.
12901326
* </pre>
12911327
*
12921328
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -1304,6 +1340,9 @@ public boolean hasIfMetagenerationNotMatch() {
13041340
* <pre>
13051341
* Makes the operation conditional on whether the object's current
13061342
* metageneration does not match the given value.
1343+
*
1344+
* Note that metageneration preconditions are only checked if `write_handle`
1345+
* is empty.
13071346
* </pre>
13081347
*
13091348
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -1321,6 +1360,9 @@ public long getIfMetagenerationNotMatch() {
13211360
* <pre>
13221361
* Makes the operation conditional on whether the object's current
13231362
* metageneration does not match the given value.
1363+
*
1364+
* Note that metageneration preconditions are only checked if `write_handle`
1365+
* is empty.
13241366
* </pre>
13251367
*
13261368
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -1342,6 +1384,9 @@ public Builder setIfMetagenerationNotMatch(long value) {
13421384
* <pre>
13431385
* Makes the operation conditional on whether the object's current
13441386
* metageneration does not match the given value.
1387+
*
1388+
* Note that metageneration preconditions are only checked if `write_handle`
1389+
* is empty.
13451390
* </pre>
13461391
*
13471392
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -1500,6 +1545,9 @@ public Builder setRoutingTokenBytes(com.google.protobuf.ByteString value) {
15001545
* <pre>
15011546
* An optional write handle returned from a previous BidiWriteObjectResponse
15021547
* message or a BidiWriteObjectRedirectedError error.
1548+
*
1549+
* Note that metageneration preconditions are only checked if `write_handle`
1550+
* is empty.
15031551
* </pre>
15041552
*
15051553
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1516,6 +1564,9 @@ public boolean hasWriteHandle() {
15161564
* <pre>
15171565
* An optional write handle returned from a previous BidiWriteObjectResponse
15181566
* message or a BidiWriteObjectRedirectedError error.
1567+
*
1568+
* Note that metageneration preconditions are only checked if `write_handle`
1569+
* is empty.
15191570
* </pre>
15201571
*
15211572
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1538,6 +1589,9 @@ public com.google.storage.v2.BidiWriteHandle getWriteHandle() {
15381589
* <pre>
15391590
* An optional write handle returned from a previous BidiWriteObjectResponse
15401591
* message or a BidiWriteObjectRedirectedError error.
1592+
*
1593+
* Note that metageneration preconditions are only checked if `write_handle`
1594+
* is empty.
15411595
* </pre>
15421596
*
15431597
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1562,6 +1616,9 @@ public Builder setWriteHandle(com.google.storage.v2.BidiWriteHandle value) {
15621616
* <pre>
15631617
* An optional write handle returned from a previous BidiWriteObjectResponse
15641618
* message or a BidiWriteObjectRedirectedError error.
1619+
*
1620+
* Note that metageneration preconditions are only checked if `write_handle`
1621+
* is empty.
15651622
* </pre>
15661623
*
15671624
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1583,6 +1640,9 @@ public Builder setWriteHandle(com.google.storage.v2.BidiWriteHandle.Builder buil
15831640
* <pre>
15841641
* An optional write handle returned from a previous BidiWriteObjectResponse
15851642
* message or a BidiWriteObjectRedirectedError error.
1643+
*
1644+
* Note that metageneration preconditions are only checked if `write_handle`
1645+
* is empty.
15861646
* </pre>
15871647
*
15881648
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1612,6 +1672,9 @@ public Builder mergeWriteHandle(com.google.storage.v2.BidiWriteHandle value) {
16121672
* <pre>
16131673
* An optional write handle returned from a previous BidiWriteObjectResponse
16141674
* message or a BidiWriteObjectRedirectedError error.
1675+
*
1676+
* Note that metageneration preconditions are only checked if `write_handle`
1677+
* is empty.
16151678
* </pre>
16161679
*
16171680
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1633,6 +1696,9 @@ public Builder clearWriteHandle() {
16331696
* <pre>
16341697
* An optional write handle returned from a previous BidiWriteObjectResponse
16351698
* message or a BidiWriteObjectRedirectedError error.
1699+
*
1700+
* Note that metageneration preconditions are only checked if `write_handle`
1701+
* is empty.
16361702
* </pre>
16371703
*
16381704
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1649,6 +1715,9 @@ public com.google.storage.v2.BidiWriteHandle.Builder getWriteHandleBuilder() {
16491715
* <pre>
16501716
* An optional write handle returned from a previous BidiWriteObjectResponse
16511717
* message or a BidiWriteObjectRedirectedError error.
1718+
*
1719+
* Note that metageneration preconditions are only checked if `write_handle`
1720+
* is empty.
16521721
* </pre>
16531722
*
16541723
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -1669,6 +1738,9 @@ public com.google.storage.v2.BidiWriteHandleOrBuilder getWriteHandleOrBuilder()
16691738
* <pre>
16701739
* An optional write handle returned from a previous BidiWriteObjectResponse
16711740
* message or a BidiWriteObjectRedirectedError error.
1741+
*
1742+
* Note that metageneration preconditions are only checked if `write_handle`
1743+
* is empty.
16721744
* </pre>
16731745
*
16741746
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>

proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/AppendObjectSpecOrBuilder.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ public interface AppendObjectSpecOrBuilder
9999
* <pre>
100100
* Makes the operation conditional on whether the object's current
101101
* metageneration matches the given value.
102+
*
103+
* Note that metageneration preconditions are only checked if `write_handle`
104+
* is empty.
102105
* </pre>
103106
*
104107
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -113,6 +116,9 @@ public interface AppendObjectSpecOrBuilder
113116
* <pre>
114117
* Makes the operation conditional on whether the object's current
115118
* metageneration matches the given value.
119+
*
120+
* Note that metageneration preconditions are only checked if `write_handle`
121+
* is empty.
116122
* </pre>
117123
*
118124
* <code>optional int64 if_metageneration_match = 4;</code>
@@ -127,6 +133,9 @@ public interface AppendObjectSpecOrBuilder
127133
* <pre>
128134
* Makes the operation conditional on whether the object's current
129135
* metageneration does not match the given value.
136+
*
137+
* Note that metageneration preconditions are only checked if `write_handle`
138+
* is empty.
130139
* </pre>
131140
*
132141
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -141,6 +150,9 @@ public interface AppendObjectSpecOrBuilder
141150
* <pre>
142151
* Makes the operation conditional on whether the object's current
143152
* metageneration does not match the given value.
153+
*
154+
* Note that metageneration preconditions are only checked if `write_handle`
155+
* is empty.
144156
* </pre>
145157
*
146158
* <code>optional int64 if_metageneration_not_match = 5;</code>
@@ -197,6 +209,9 @@ public interface AppendObjectSpecOrBuilder
197209
* <pre>
198210
* An optional write handle returned from a previous BidiWriteObjectResponse
199211
* message or a BidiWriteObjectRedirectedError error.
212+
*
213+
* Note that metageneration preconditions are only checked if `write_handle`
214+
* is empty.
200215
* </pre>
201216
*
202217
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -211,6 +226,9 @@ public interface AppendObjectSpecOrBuilder
211226
* <pre>
212227
* An optional write handle returned from a previous BidiWriteObjectResponse
213228
* message or a BidiWriteObjectRedirectedError error.
229+
*
230+
* Note that metageneration preconditions are only checked if `write_handle`
231+
* is empty.
214232
* </pre>
215233
*
216234
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>
@@ -225,6 +243,9 @@ public interface AppendObjectSpecOrBuilder
225243
* <pre>
226244
* An optional write handle returned from a previous BidiWriteObjectResponse
227245
* message or a BidiWriteObjectRedirectedError error.
246+
*
247+
* Note that metageneration preconditions are only checked if `write_handle`
248+
* is empty.
228249
* </pre>
229250
*
230251
* <code>optional .google.storage.v2.BidiWriteHandle write_handle = 7;</code>

0 commit comments

Comments
 (0)