chore: Update generation configuration at Thu Sep 11 02:27:53 UTC 202… · googleapis/java-logging@1438bff
@@ -101,6 +101,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
101101 .setRequestMarshaller(ProtoUtils.marshaller(ListBucketsRequest.getDefaultInstance()))
102102 .setResponseMarshaller(
103103ProtoUtils.marshaller(ListBucketsResponse.getDefaultInstance()))
104+ .setSampledToLocalTracing(true)
104105 .build();
105106106107private 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();
113115114116private 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();
122125123126private 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();
131135132136private 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();
140145141146private 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();
149155150156private 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();
157164158165private static final MethodDescriptor<UndeleteBucketRequest, Empty>
@@ -163,6 +170,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
163170 .setRequestMarshaller(
164171ProtoUtils.marshaller(UndeleteBucketRequest.getDefaultInstance()))
165172 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
173+ .setSampledToLocalTracing(true)
166174 .build();
167175168176private 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();
176185177186private 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();
184194185195private 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();
192203193204private 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();
200212201213private 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();
208221209222private 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();
217231218232private 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();
225240226241private 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();
233249234250private 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();
241258242259private 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();
249267250268private 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();
257276258277private 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();
265285266286private 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();
274295275296private 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();
282304283305private static final MethodDescriptor<ListExclusionsRequest, ListExclusionsResponse>
@@ -289,6 +311,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
289311ProtoUtils.marshaller(ListExclusionsRequest.getDefaultInstance()))
290312 .setResponseMarshaller(
291313ProtoUtils.marshaller(ListExclusionsResponse.getDefaultInstance()))
314+ .setSampledToLocalTracing(true)
292315 .build();
293316294317private 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();
302326303327private static final MethodDescriptor<CreateExclusionRequest, LogExclusion>
@@ -308,6 +332,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
308332 .setRequestMarshaller(
309333ProtoUtils.marshaller(CreateExclusionRequest.getDefaultInstance()))
310334 .setResponseMarshaller(ProtoUtils.marshaller(LogExclusion.getDefaultInstance()))
335+ .setSampledToLocalTracing(true)
311336 .build();
312337313338private static final MethodDescriptor<UpdateExclusionRequest, LogExclusion>
@@ -318,6 +343,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
318343 .setRequestMarshaller(
319344ProtoUtils.marshaller(UpdateExclusionRequest.getDefaultInstance()))
320345 .setResponseMarshaller(ProtoUtils.marshaller(LogExclusion.getDefaultInstance()))
346+ .setSampledToLocalTracing(true)
321347 .build();
322348323349private static final MethodDescriptor<DeleteExclusionRequest, Empty>
@@ -328,6 +354,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
328354 .setRequestMarshaller(
329355ProtoUtils.marshaller(DeleteExclusionRequest.getDefaultInstance()))
330356 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
357+ .setSampledToLocalTracing(true)
331358 .build();
332359333360private static final MethodDescriptor<GetCmekSettingsRequest, CmekSettings>
@@ -338,6 +365,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
338365 .setRequestMarshaller(
339366ProtoUtils.marshaller(GetCmekSettingsRequest.getDefaultInstance()))
340367 .setResponseMarshaller(ProtoUtils.marshaller(CmekSettings.getDefaultInstance()))
368+ .setSampledToLocalTracing(true)
341369 .build();
342370343371private static final MethodDescriptor<UpdateCmekSettingsRequest, CmekSettings>
@@ -348,6 +376,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
348376 .setRequestMarshaller(
349377ProtoUtils.marshaller(UpdateCmekSettingsRequest.getDefaultInstance()))
350378 .setResponseMarshaller(ProtoUtils.marshaller(CmekSettings.getDefaultInstance()))
379+ .setSampledToLocalTracing(true)
351380 .build();
352381353382private 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();
360390361391private static final MethodDescriptor<UpdateSettingsRequest, Settings>
@@ -366,6 +396,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
366396 .setRequestMarshaller(
367397ProtoUtils.marshaller(UpdateSettingsRequest.getDefaultInstance()))
368398 .setResponseMarshaller(ProtoUtils.marshaller(Settings.getDefaultInstance()))
399+ .setSampledToLocalTracing(true)
369400 .build();
370401371402private static final MethodDescriptor<CopyLogEntriesRequest, Operation>
@@ -376,6 +407,7 @@ public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub {
376407 .setRequestMarshaller(
377408ProtoUtils.marshaller(CopyLogEntriesRequest.getDefaultInstance()))
378409 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
410+ .setSampledToLocalTracing(true)
379411 .build();
380412381413private final UnaryCallable<ListBucketsRequest, ListBucketsResponse> listBucketsCallable;