Skip to content

Commit 1438bff

Browse files
chore: Update generation configuration at Thu Sep 11 02:27:53 UTC 2025 (#1847)
* chore: Update generation configuration at Wed Aug 6 02:42:06 UTC 2025 * chore: Update generation configuration at Thu Aug 7 02:41:33 UTC 2025 * chore: Update generation configuration at Fri Aug 8 02:40:44 UTC 2025 * chore: Update generation configuration at Sat Aug 9 02:31:48 UTC 2025 * chore: Update generation configuration at Sun Aug 10 02:43:08 UTC 2025 * chore: Update generation configuration at Mon Aug 11 02:41:33 UTC 2025 * chore: Update generation configuration at Tue Aug 12 02:31:18 UTC 2025 * chore: Update generation configuration at Wed Aug 13 02:31:58 UTC 2025 * chore: Update generation configuration at Thu Aug 14 05:52:20 UTC 2025 * chore: Update generation configuration at Fri Aug 15 02:34:46 UTC 2025 * chore: Update generation configuration at Sat Aug 16 02:30:28 UTC 2025 * chore: generate libraries at Sat Aug 16 02:31:03 UTC 2025 * chore: Update generation configuration at Wed Aug 20 02:30:01 UTC 2025 * chore: generate libraries at Wed Aug 20 02:30:31 UTC 2025 * chore: Update generation configuration at Thu Aug 21 02:29:14 UTC 2025 * chore: Update generation configuration at Fri Aug 22 02:30:19 UTC 2025 * chore: Update generation configuration at Sat Aug 23 02:27:53 UTC 2025 * chore: Update generation configuration at Tue Aug 26 02:29:37 UTC 2025 * chore: Update generation configuration at Wed Aug 27 02:28:43 UTC 2025 * chore: Update generation configuration at Thu Aug 28 02:27:37 UTC 2025 * chore: Update generation configuration at Fri Aug 29 02:29:06 UTC 2025 * chore: generate libraries at Fri Aug 29 02:29:32 UTC 2025 * chore: Update generation configuration at Sat Aug 30 02:25:09 UTC 2025 * chore: Update generation configuration at Wed Sep 3 02:24:33 UTC 2025 * chore: Update generation configuration at Thu Sep 4 02:25:23 UTC 2025 * chore: Update generation configuration at Fri Sep 5 02:26:27 UTC 2025 * chore: Update generation configuration at Sat Sep 6 02:25:42 UTC 2025 * chore: generate libraries at Sat Sep 6 02:26:13 UTC 2025 * chore: Update generation configuration at Tue Sep 9 02:27:36 UTC 2025 * chore: Update generation configuration at Wed Sep 10 02:25:35 UTC 2025 * chore: Update generation configuration at Thu Sep 11 02:27:53 UTC 2025 --------- Co-authored-by: Blake Li <blakeli@google.com>
1 parent b6ce498 commit 1438bff

File tree

8 files changed

+50
-7
lines changed

8 files changed

+50
-7
lines changed

‎.kokoro/presubmit/graalvm-native-a.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.51.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

‎.kokoro/presubmit/graalvm-native-b.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.51.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

‎.kokoro/presubmit/graalvm-native-c.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.51.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.65.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.67.0')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```

‎generation_config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.61.0
2-
googleapis_commitish: 8c74a4f9ad52cfd7a7d1f6427fa0a0511377a395
3-
libraries_bom_version: 26.65.0
1+
gapic_generator_version: 2.62.1
2+
googleapis_commitish: 9978d435df71bb16ecadd1e4421640748d0bf533
3+
libraries_bom_version: 26.67.0
44
libraries:
55
- api_shortname: logging
66
name_pretty: Cloud Logging

‎google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/GrpcConfigServiceV2Stub.java‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
101101
.setRequestMarshaller(ProtoUtils.marshaller(ListBucketsRequest.getDefaultInstance()))
102102
.setResponseMarshaller(
103103
ProtoUtils.marshaller(ListBucketsResponse.getDefaultInstance()))
104+
.setSampledToLocalTracing(true)
104105
.build();
105106

106107
private static final MethodDescriptor<GetBucketRequest, LogBucket> getBucketMethodDescriptor =
@@ -109,6 +110,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
109110
.setFullMethodName("google.logging.v2.ConfigServiceV2/GetBucket")
110111
.setRequestMarshaller(ProtoUtils.marshaller(GetBucketRequest.getDefaultInstance()))
111112
.setResponseMarshaller(ProtoUtils.marshaller(LogBucket.getDefaultInstance()))
113+
.setSampledToLocalTracing(true)
112114
.build();
113115

114116
private static final MethodDescriptor<CreateBucketRequest, Operation>
@@ -118,6 +120,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
118120
.setFullMethodName("google.logging.v2.ConfigServiceV2/CreateBucketAsync")
119121
.setRequestMarshaller(ProtoUtils.marshaller(CreateBucketRequest.getDefaultInstance()))
120122
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
123+
.setSampledToLocalTracing(true)
121124
.build();
122125

123126
private static final MethodDescriptor<UpdateBucketRequest, Operation>
@@ -127,6 +130,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
127130
.setFullMethodName("google.logging.v2.ConfigServiceV2/UpdateBucketAsync")
128131
.setRequestMarshaller(ProtoUtils.marshaller(UpdateBucketRequest.getDefaultInstance()))
129132
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
133+
.setSampledToLocalTracing(true)
130134
.build();
131135

132136
private static final MethodDescriptor<CreateBucketRequest, LogBucket>
@@ -136,6 +140,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
136140
.setFullMethodName("google.logging.v2.ConfigServiceV2/CreateBucket")
137141
.setRequestMarshaller(ProtoUtils.marshaller(CreateBucketRequest.getDefaultInstance()))
138142
.setResponseMarshaller(ProtoUtils.marshaller(LogBucket.getDefaultInstance()))
143+
.setSampledToLocalTracing(true)
139144
.build();
140145

141146
private static final MethodDescriptor<UpdateBucketRequest, LogBucket>
@@ -145,6 +150,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
145150
.setFullMethodName("google.logging.v2.ConfigServiceV2/UpdateBucket")
146151
.setRequestMarshaller(ProtoUtils.marshaller(UpdateBucketRequest.getDefaultInstance()))
147152
.setResponseMarshaller(ProtoUtils.marshaller(LogBucket.getDefaultInstance()))
153+
.setSampledToLocalTracing(true)
148154
.build();
149155

150156
private static final MethodDescriptor<DeleteBucketRequest, Empty> deleteBucketMethodDescriptor =
@@ -153,6 +159,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
153159
.setFullMethodName("google.logging.v2.ConfigServiceV2/DeleteBucket")
154160
.setRequestMarshaller(ProtoUtils.marshaller(DeleteBucketRequest.getDefaultInstance()))
155161
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
162+
.setSampledToLocalTracing(true)
156163
.build();
157164

158165
private static final MethodDescriptor<UndeleteBucketRequest, Empty>
@@ -163,6 +170,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
163170
.setRequestMarshaller(
164171
ProtoUtils.marshaller(UndeleteBucketRequest.getDefaultInstance()))
165172
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
173+
.setSampledToLocalTracing(true)
166174
.build();
167175

168176
private static final MethodDescriptor<ListViewsRequest, ListViewsResponse>
@@ -172,6 +180,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
172180
.setFullMethodName("google.logging.v2.ConfigServiceV2/ListViews")
173181
.setRequestMarshaller(ProtoUtils.marshaller(ListViewsRequest.getDefaultInstance()))
174182
.setResponseMarshaller(ProtoUtils.marshaller(ListViewsResponse.getDefaultInstance()))
183+
.setSampledToLocalTracing(true)
175184
.build();
176185

177186
private static final MethodDescriptor<GetViewRequest, LogView> getViewMethodDescriptor =
@@ -180,6 +189,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
180189
.setFullMethodName("google.logging.v2.ConfigServiceV2/GetView")
181190
.setRequestMarshaller(ProtoUtils.marshaller(GetViewRequest.getDefaultInstance()))
182191
.setResponseMarshaller(ProtoUtils.marshaller(LogView.getDefaultInstance()))
192+
.setSampledToLocalTracing(true)
183193
.build();
184194

185195
private static final MethodDescriptor<CreateViewRequest, LogView> createViewMethodDescriptor =
@@ -188,6 +198,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
188198
.setFullMethodName("google.logging.v2.ConfigServiceV2/CreateView")
189199
.setRequestMarshaller(ProtoUtils.marshaller(CreateViewRequest.getDefaultInstance()))
190200
.setResponseMarshaller(ProtoUtils.marshaller(LogView.getDefaultInstance()))
201+
.setSampledToLocalTracing(true)
191202
.build();
192203

193204
private static final MethodDescriptor<UpdateViewRequest, LogView> updateViewMethodDescriptor =
@@ -196,6 +207,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
196207
.setFullMethodName("google.logging.v2.ConfigServiceV2/UpdateView")
197208
.setRequestMarshaller(ProtoUtils.marshaller(UpdateViewRequest.getDefaultInstance()))
198209
.setResponseMarshaller(ProtoUtils.marshaller(LogView.getDefaultInstance()))
210+
.setSampledToLocalTracing(true)
199211
.build();
200212

201213
private static final MethodDescriptor<DeleteViewRequest, Empty> deleteViewMethodDescriptor =
@@ -204,6 +216,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
204216
.setFullMethodName("google.logging.v2.ConfigServiceV2/DeleteView")
205217
.setRequestMarshaller(ProtoUtils.marshaller(DeleteViewRequest.getDefaultInstance()))
206218
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
219+
.setSampledToLocalTracing(true)
207220
.build();
208221

209222
private static final MethodDescriptor<ListSinksRequest, ListSinksResponse>
@@ -213,6 +226,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
213226
.setFullMethodName("google.logging.v2.ConfigServiceV2/ListSinks")
214227
.setRequestMarshaller(ProtoUtils.marshaller(ListSinksRequest.getDefaultInstance()))
215228
.setResponseMarshaller(ProtoUtils.marshaller(ListSinksResponse.getDefaultInstance()))
229+
.setSampledToLocalTracing(true)
216230
.build();
217231

218232
private static final MethodDescriptor<GetSinkRequest, LogSink> getSinkMethodDescriptor =
@@ -221,6 +235,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
221235
.setFullMethodName("google.logging.v2.ConfigServiceV2/GetSink")
222236
.setRequestMarshaller(ProtoUtils.marshaller(GetSinkRequest.getDefaultInstance()))
223237
.setResponseMarshaller(ProtoUtils.marshaller(LogSink.getDefaultInstance()))
238+
.setSampledToLocalTracing(true)
224239
.build();
225240

226241
private static final MethodDescriptor<CreateSinkRequest, LogSink> createSinkMethodDescriptor =
@@ -229,6 +244,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
229244
.setFullMethodName("google.logging.v2.ConfigServiceV2/CreateSink")
230245
.setRequestMarshaller(ProtoUtils.marshaller(CreateSinkRequest.getDefaultInstance()))
231246
.setResponseMarshaller(ProtoUtils.marshaller(LogSink.getDefaultInstance()))
247+
.setSampledToLocalTracing(true)
232248
.build();
233249

234250
private static final MethodDescriptor<UpdateSinkRequest, LogSink> updateSinkMethodDescriptor =
@@ -237,6 +253,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
237253
.setFullMethodName("google.logging.v2.ConfigServiceV2/UpdateSink")
238254
.setRequestMarshaller(ProtoUtils.marshaller(UpdateSinkRequest.getDefaultInstance()))
239255
.setResponseMarshaller(ProtoUtils.marshaller(LogSink.getDefaultInstance()))
256+
.setSampledToLocalTracing(true)
240257
.build();
241258

242259
private static final MethodDescriptor<DeleteSinkRequest, Empty> deleteSinkMethodDescriptor =
@@ -245,6 +262,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
245262
.setFullMethodName("google.logging.v2.ConfigServiceV2/DeleteSink")
246263
.setRequestMarshaller(ProtoUtils.marshaller(DeleteSinkRequest.getDefaultInstance()))
247264
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
265+
.setSampledToLocalTracing(true)
248266
.build();
249267

250268
private static final MethodDescriptor<CreateLinkRequest, Operation> createLinkMethodDescriptor =
@@ -253,6 +271,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
253271
.setFullMethodName("google.logging.v2.ConfigServiceV2/CreateLink")
254272
.setRequestMarshaller(ProtoUtils.marshaller(CreateLinkRequest.getDefaultInstance()))
255273
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
274+
.setSampledToLocalTracing(true)
256275
.build();
257276

258277
private static final MethodDescriptor<DeleteLinkRequest, Operation> deleteLinkMethodDescriptor =
@@ -261,6 +280,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
261280
.setFullMethodName("google.logging.v2.ConfigServiceV2/DeleteLink")
262281
.setRequestMarshaller(ProtoUtils.marshaller(DeleteLinkRequest.getDefaultInstance()))
263282
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
283+
.setSampledToLocalTracing(true)
264284
.build();
265285

266286
private static final MethodDescriptor<ListLinksRequest, ListLinksResponse>
@@ -270,6 +290,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
270290
.setFullMethodName("google.logging.v2.ConfigServiceV2/ListLinks")
271291
.setRequestMarshaller(ProtoUtils.marshaller(ListLinksRequest.getDefaultInstance()))
272292
.setResponseMarshaller(ProtoUtils.marshaller(ListLinksResponse.getDefaultInstance()))
293+
.setSampledToLocalTracing(true)
273294
.build();
274295

275296
private static final MethodDescriptor<GetLinkRequest, Link> getLinkMethodDescriptor =
@@ -278,6 +299,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
278299
.setFullMethodName("google.logging.v2.ConfigServiceV2/GetLink")
279300
.setRequestMarshaller(ProtoUtils.marshaller(GetLinkRequest.getDefaultInstance()))
280301
.setResponseMarshaller(ProtoUtils.marshaller(Link.getDefaultInstance()))
302+
.setSampledToLocalTracing(true)
281303
.build();
282304

283305
private static final MethodDescriptor<ListExclusionsRequest, ListExclusionsResponse>
@@ -289,6 +311,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
289311
ProtoUtils.marshaller(ListExclusionsRequest.getDefaultInstance()))
290312
.setResponseMarshaller(
291313
ProtoUtils.marshaller(ListExclusionsResponse.getDefaultInstance()))
314+
.setSampledToLocalTracing(true)
292315
.build();
293316

294317
private static final MethodDescriptor<GetExclusionRequest, LogExclusion>
@@ -298,6 +321,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
298321
.setFullMethodName("google.logging.v2.ConfigServiceV2/GetExclusion")
299322
.setRequestMarshaller(ProtoUtils.marshaller(GetExclusionRequest.getDefaultInstance()))
300323
.setResponseMarshaller(ProtoUtils.marshaller(LogExclusion.getDefaultInstance()))
324+
.setSampledToLocalTracing(true)
301325
.build();
302326

303327
private static final MethodDescriptor<CreateExclusionRequest, LogExclusion>
@@ -308,6 +332,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
308332
.setRequestMarshaller(
309333
ProtoUtils.marshaller(CreateExclusionRequest.getDefaultInstance()))
310334
.setResponseMarshaller(ProtoUtils.marshaller(LogExclusion.getDefaultInstance()))
335+
.setSampledToLocalTracing(true)
311336
.build();
312337

313338
private static final MethodDescriptor<UpdateExclusionRequest, LogExclusion>
@@ -318,6 +343,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
318343
.setRequestMarshaller(
319344
ProtoUtils.marshaller(UpdateExclusionRequest.getDefaultInstance()))
320345
.setResponseMarshaller(ProtoUtils.marshaller(LogExclusion.getDefaultInstance()))
346+
.setSampledToLocalTracing(true)
321347
.build();
322348

323349
private static final MethodDescriptor<DeleteExclusionRequest, Empty>
@@ -328,6 +354,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
328354
.setRequestMarshaller(
329355
ProtoUtils.marshaller(DeleteExclusionRequest.getDefaultInstance()))
330356
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
357+
.setSampledToLocalTracing(true)
331358
.build();
332359

333360
private static final MethodDescriptor<GetCmekSettingsRequest, CmekSettings>
@@ -338,6 +365,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
338365
.setRequestMarshaller(
339366
ProtoUtils.marshaller(GetCmekSettingsRequest.getDefaultInstance()))
340367
.setResponseMarshaller(ProtoUtils.marshaller(CmekSettings.getDefaultInstance()))
368+
.setSampledToLocalTracing(true)
341369
.build();
342370

343371
private static final MethodDescriptor<UpdateCmekSettingsRequest, CmekSettings>
@@ -348,6 +376,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
348376
.setRequestMarshaller(
349377
ProtoUtils.marshaller(UpdateCmekSettingsRequest.getDefaultInstance()))
350378
.setResponseMarshaller(ProtoUtils.marshaller(CmekSettings.getDefaultInstance()))
379+
.setSampledToLocalTracing(true)
351380
.build();
352381

353382
private static final MethodDescriptor<GetSettingsRequest, Settings> getSettingsMethodDescriptor =
@@ -356,6 +385,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
356385
.setFullMethodName("google.logging.v2.ConfigServiceV2/GetSettings")
357386
.setRequestMarshaller(ProtoUtils.marshaller(GetSettingsRequest.getDefaultInstance()))
358387
.setResponseMarshaller(ProtoUtils.marshaller(Settings.getDefaultInstance()))
388+
.setSampledToLocalTracing(true)
359389
.build();
360390

361391
private static final MethodDescriptor<UpdateSettingsRequest, Settings>
@@ -366,6 +396,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
366396
.setRequestMarshaller(
367397
ProtoUtils.marshaller(UpdateSettingsRequest.getDefaultInstance()))
368398
.setResponseMarshaller(ProtoUtils.marshaller(Settings.getDefaultInstance()))
399+
.setSampledToLocalTracing(true)
369400
.build();
370401

371402
private static final MethodDescriptor<CopyLogEntriesRequest, Operation>
@@ -376,6 +407,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
376407
.setRequestMarshaller(
377408
ProtoUtils.marshaller(CopyLogEntriesRequest.getDefaultInstance()))
378409
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
410+
.setSampledToLocalTracing(true)
379411
.build();
380412

381413
private final UnaryCallable<ListBucketsRequest, ListBucketsResponse> listBucketsCallable;

0 commit comments

Comments
 (0)