Skip to content

Commit 3e90a3e

Browse files
chore: Update generation configuration at Wed Aug 20 02:31:42 UTC 2025 (#11730)
This pull request is generated with proto changes between [googleapis/googleapis@d869249](googleapis/googleapis@d869249) (exclusive) and [googleapis/googleapis@3b2a2ae](googleapis/googleapis@3b2a2ae) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 2.62.0 END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix!: [analytics-admin] remove the `SetAutomatedGa4ConfigurationOptOut` method fix!: [analytics-admin] remove the `FetchAutomatedGa4ConfigurationOptOut` method fix!: [analytics-admin] remove the `CreateConnectedSiteTag` method fix!: [analytics-admin] remove the `DeleteConnectedSiteTag` method fix!: [analytics-admin] remove the `ListConnectedSiteTags` method fix!: [analytics-admin] remove the `FetchConnectedGa4Property` method feat: [analytics-admin] add the `GetReportingIdentitySettings` method fix!: [analytics-admin] remove the `SetAutomatedGa4ConfigurationOptOutRequest` resource fix!: [analytics-admin] remove the `SetAutomatedGa4ConfigurationOptOutResponse` resource fix!: [analytics-admin] remove the `FetchAutomatedGa4ConfigurationOptOutRequest` resource fix!: [analytics-admin] remove the `FetchAutomatedGa4ConfigurationOptOutResponse` resource fix!: [analytics-admin] remove the `CreateConnectedSiteTagRequest` resource fix!: [analytics-admin] remove the `CreateConnectedSiteTagResponse` resource fix!: [analytics-admin] remove the `DeleteConnectedSiteTagRequest` resource fix!: [analytics-admin] remove the `ListConnectedSiteTagsRequest` resource fix!: [analytics-admin] remove the `ListConnectedSiteTagsResponse` resource fix!: [analytics-admin] remove the `FetchConnectedGa4PropertyRequest` resource fix!: [analytics-admin] remove the `FetchConnectedGa4PropertyResponse` resource docs: [analytics-admin] provide additional guidelines for the `user_provided_data` field in the `SubmitUserDeletionRequest` resource feat: [analytics-admin] add the `GetReportingIdentitySettingsRequest` resource feat: [analytics-admin] add the `REPORTING_IDENTITY_SETTINGS` resource type to the `ChangeHistoryResourceType` enum feat: [analytics-admin] add reporting_identity_settings` fields to the `ChangeHistoryResource` resource fix!: [analytics-admin] remove the `ConnectedSiteTag` resource feat: [analytics-admin] add the `ReportingIdentitySettings` resource PiperOrigin-RevId: 796959165 Source Link: [googleapis/googleapis@2032c33](googleapis/googleapis@2032c33) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] add data foundry service synthetic data generation API for v1 PiperOrigin-RevId: 796923069 Source Link: [googleapis/googleapis@2e51d4d](googleapis/googleapis@2e51d4d) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent a881f88 commit 3e90a3e

File tree

880 files changed

+24224
-13727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

880 files changed

+24224
-13727
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.61.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.61.0
2-
googleapis_commitish: d869249c5d3da60af39dc7968140468ef7d1fdd6
1+
gapic_generator_version: 2.62.0
2+
googleapis_commitish: 3b2a2ae91db23a9c879b2b725d6a5de6bd64a800
33
libraries_bom_version: 26.66.0
44

55
# the libraries are ordered with respect to library name, which is

java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
6464
ProtoUtils.marshaller(ListApprovalRequestsMessage.getDefaultInstance()))
6565
.setResponseMarshaller(
6666
ProtoUtils.marshaller(ListApprovalRequestsResponse.getDefaultInstance()))
67+
.setSampledToLocalTracing(true)
6768
.build();
6869

6970
private static final MethodDescriptor<GetApprovalRequestMessage, ApprovalRequest>
@@ -74,6 +75,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
7475
.setRequestMarshaller(
7576
ProtoUtils.marshaller(GetApprovalRequestMessage.getDefaultInstance()))
7677
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
78+
.setSampledToLocalTracing(true)
7779
.build();
7880

7981
private static final MethodDescriptor<ApproveApprovalRequestMessage, ApprovalRequest>
@@ -85,6 +87,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
8587
.setRequestMarshaller(
8688
ProtoUtils.marshaller(ApproveApprovalRequestMessage.getDefaultInstance()))
8789
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
90+
.setSampledToLocalTracing(true)
8891
.build();
8992

9093
private static final MethodDescriptor<DismissApprovalRequestMessage, ApprovalRequest>
@@ -96,6 +99,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
9699
.setRequestMarshaller(
97100
ProtoUtils.marshaller(DismissApprovalRequestMessage.getDefaultInstance()))
98101
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
102+
.setSampledToLocalTracing(true)
99103
.build();
100104

101105
private static final MethodDescriptor<InvalidateApprovalRequestMessage, ApprovalRequest>
@@ -107,6 +111,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
107111
.setRequestMarshaller(
108112
ProtoUtils.marshaller(InvalidateApprovalRequestMessage.getDefaultInstance()))
109113
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
114+
.setSampledToLocalTracing(true)
110115
.build();
111116

112117
private static final MethodDescriptor<GetAccessApprovalSettingsMessage, AccessApprovalSettings>
@@ -119,6 +124,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
119124
ProtoUtils.marshaller(GetAccessApprovalSettingsMessage.getDefaultInstance()))
120125
.setResponseMarshaller(
121126
ProtoUtils.marshaller(AccessApprovalSettings.getDefaultInstance()))
127+
.setSampledToLocalTracing(true)
122128
.build();
123129

124130
private static final MethodDescriptor<UpdateAccessApprovalSettingsMessage, AccessApprovalSettings>
@@ -131,6 +137,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
131137
ProtoUtils.marshaller(UpdateAccessApprovalSettingsMessage.getDefaultInstance()))
132138
.setResponseMarshaller(
133139
ProtoUtils.marshaller(AccessApprovalSettings.getDefaultInstance()))
140+
.setSampledToLocalTracing(true)
134141
.build();
135142

136143
private static final MethodDescriptor<DeleteAccessApprovalSettingsMessage, Empty>
@@ -142,6 +149,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
142149
.setRequestMarshaller(
143150
ProtoUtils.marshaller(DeleteAccessApprovalSettingsMessage.getDefaultInstance()))
144151
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
152+
.setSampledToLocalTracing(true)
145153
.build();
146154

147155
private static final MethodDescriptor<
@@ -157,6 +165,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
157165
GetAccessApprovalServiceAccountMessage.getDefaultInstance()))
158166
.setResponseMarshaller(
159167
ProtoUtils.marshaller(AccessApprovalServiceAccount.getDefaultInstance()))
168+
.setSampledToLocalTracing(true)
160169
.build();
161170

162171
private final UnaryCallable<ListApprovalRequestsMessage, ListApprovalRequestsResponse>

java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/GrpcAccessContextManagerStub.java

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
9696
ProtoUtils.marshaller(ListAccessPoliciesRequest.getDefaultInstance()))
9797
.setResponseMarshaller(
9898
ProtoUtils.marshaller(ListAccessPoliciesResponse.getDefaultInstance()))
99+
.setSampledToLocalTracing(true)
99100
.build();
100101

101102
private static final MethodDescriptor<GetAccessPolicyRequest, AccessPolicy>
@@ -107,6 +108,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
107108
.setRequestMarshaller(
108109
ProtoUtils.marshaller(GetAccessPolicyRequest.getDefaultInstance()))
109110
.setResponseMarshaller(ProtoUtils.marshaller(AccessPolicy.getDefaultInstance()))
111+
.setSampledToLocalTracing(true)
110112
.build();
111113

112114
private static final MethodDescriptor<AccessPolicy, Operation>
@@ -117,6 +119,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
117119
"google.identity.accesscontextmanager.v1.AccessContextManager/CreateAccessPolicy")
118120
.setRequestMarshaller(ProtoUtils.marshaller(AccessPolicy.getDefaultInstance()))
119121
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
122+
.setSampledToLocalTracing(true)
120123
.build();
121124

122125
private static final MethodDescriptor<UpdateAccessPolicyRequest, Operation>
@@ -128,6 +131,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
128131
.setRequestMarshaller(
129132
ProtoUtils.marshaller(UpdateAccessPolicyRequest.getDefaultInstance()))
130133
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
134+
.setSampledToLocalTracing(true)
131135
.build();
132136

133137
private static final MethodDescriptor<DeleteAccessPolicyRequest, Operation>
@@ -139,6 +143,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
139143
.setRequestMarshaller(
140144
ProtoUtils.marshaller(DeleteAccessPolicyRequest.getDefaultInstance()))
141145
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
146+
.setSampledToLocalTracing(true)
142147
.build();
143148

144149
private static final MethodDescriptor<ListAccessLevelsRequest, ListAccessLevelsResponse>
@@ -151,6 +156,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
151156
ProtoUtils.marshaller(ListAccessLevelsRequest.getDefaultInstance()))
152157
.setResponseMarshaller(
153158
ProtoUtils.marshaller(ListAccessLevelsResponse.getDefaultInstance()))
159+
.setSampledToLocalTracing(true)
154160
.build();
155161

156162
private static final MethodDescriptor<GetAccessLevelRequest, AccessLevel>
@@ -162,6 +168,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
162168
.setRequestMarshaller(
163169
ProtoUtils.marshaller(GetAccessLevelRequest.getDefaultInstance()))
164170
.setResponseMarshaller(ProtoUtils.marshaller(AccessLevel.getDefaultInstance()))
171+
.setSampledToLocalTracing(true)
165172
.build();
166173

167174
private static final MethodDescriptor<CreateAccessLevelRequest, Operation>
@@ -173,6 +180,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
173180
.setRequestMarshaller(
174181
ProtoUtils.marshaller(CreateAccessLevelRequest.getDefaultInstance()))
175182
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
183+
.setSampledToLocalTracing(true)
176184
.build();
177185

178186
private static final MethodDescriptor<UpdateAccessLevelRequest, Operation>
@@ -184,6 +192,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
184192
.setRequestMarshaller(
185193
ProtoUtils.marshaller(UpdateAccessLevelRequest.getDefaultInstance()))
186194
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
195+
.setSampledToLocalTracing(true)
187196
.build();
188197

189198
private static final MethodDescriptor<DeleteAccessLevelRequest, Operation>
@@ -195,6 +204,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
195204
.setRequestMarshaller(
196205
ProtoUtils.marshaller(DeleteAccessLevelRequest.getDefaultInstance()))
197206
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
207+
.setSampledToLocalTracing(true)
198208
.build();
199209

200210
private static final MethodDescriptor<ReplaceAccessLevelsRequest, Operation>
@@ -206,6 +216,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
206216
.setRequestMarshaller(
207217
ProtoUtils.marshaller(ReplaceAccessLevelsRequest.getDefaultInstance()))
208218
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
219+
.setSampledToLocalTracing(true)
209220
.build();
210221

211222
private static final MethodDescriptor<ListServicePerimetersRequest, ListServicePerimetersResponse>
@@ -218,6 +229,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
218229
ProtoUtils.marshaller(ListServicePerimetersRequest.getDefaultInstance()))
219230
.setResponseMarshaller(
220231
ProtoUtils.marshaller(ListServicePerimetersResponse.getDefaultInstance()))
232+
.setSampledToLocalTracing(true)
221233
.build();
222234

223235
private static final MethodDescriptor<GetServicePerimeterRequest, ServicePerimeter>
@@ -229,6 +241,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
229241
.setRequestMarshaller(
230242
ProtoUtils.marshaller(GetServicePerimeterRequest.getDefaultInstance()))
231243
.setResponseMarshaller(ProtoUtils.marshaller(ServicePerimeter.getDefaultInstance()))
244+
.setSampledToLocalTracing(true)
232245
.build();
233246

234247
private static final MethodDescriptor<CreateServicePerimeterRequest, Operation>
@@ -240,6 +253,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
240253
.setRequestMarshaller(
241254
ProtoUtils.marshaller(CreateServicePerimeterRequest.getDefaultInstance()))
242255
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
256+
.setSampledToLocalTracing(true)
243257
.build();
244258

245259
private static final MethodDescriptor<UpdateServicePerimeterRequest, Operation>
@@ -251,6 +265,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
251265
.setRequestMarshaller(
252266
ProtoUtils.marshaller(UpdateServicePerimeterRequest.getDefaultInstance()))
253267
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
268+
.setSampledToLocalTracing(true)
254269
.build();
255270

256271
private static final MethodDescriptor<DeleteServicePerimeterRequest, Operation>
@@ -262,6 +277,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
262277
.setRequestMarshaller(
263278
ProtoUtils.marshaller(DeleteServicePerimeterRequest.getDefaultInstance()))
264279
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
280+
.setSampledToLocalTracing(true)
265281
.build();
266282

267283
private static final MethodDescriptor<ReplaceServicePerimetersRequest, Operation>
@@ -273,6 +289,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
273289
.setRequestMarshaller(
274290
ProtoUtils.marshaller(ReplaceServicePerimetersRequest.getDefaultInstance()))
275291
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
292+
.setSampledToLocalTracing(true)
276293
.build();
277294

278295
private static final MethodDescriptor<CommitServicePerimetersRequest, Operation>
@@ -284,6 +301,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
284301
.setRequestMarshaller(
285302
ProtoUtils.marshaller(CommitServicePerimetersRequest.getDefaultInstance()))
286303
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
304+
.setSampledToLocalTracing(true)
287305
.build();
288306

289307
private static final MethodDescriptor<
@@ -298,6 +316,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
298316
ProtoUtils.marshaller(ListGcpUserAccessBindingsRequest.getDefaultInstance()))
299317
.setResponseMarshaller(
300318
ProtoUtils.marshaller(ListGcpUserAccessBindingsResponse.getDefaultInstance()))
319+
.setSampledToLocalTracing(true)
301320
.build();
302321

303322
private static final MethodDescriptor<GetGcpUserAccessBindingRequest, GcpUserAccessBinding>
@@ -310,6 +329,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
310329
ProtoUtils.marshaller(GetGcpUserAccessBindingRequest.getDefaultInstance()))
311330
.setResponseMarshaller(
312331
ProtoUtils.marshaller(GcpUserAccessBinding.getDefaultInstance()))
332+
.setSampledToLocalTracing(true)
313333
.build();
314334

315335
private static final MethodDescriptor<CreateGcpUserAccessBindingRequest, Operation>
@@ -321,6 +341,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
321341
.setRequestMarshaller(
322342
ProtoUtils.marshaller(CreateGcpUserAccessBindingRequest.getDefaultInstance()))
323343
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
344+
.setSampledToLocalTracing(true)
324345
.build();
325346

326347
private static final MethodDescriptor<UpdateGcpUserAccessBindingRequest, Operation>
@@ -332,6 +353,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
332353
.setRequestMarshaller(
333354
ProtoUtils.marshaller(UpdateGcpUserAccessBindingRequest.getDefaultInstance()))
334355
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
356+
.setSampledToLocalTracing(true)
335357
.build();
336358

337359
private static final MethodDescriptor<DeleteGcpUserAccessBindingRequest, Operation>
@@ -343,6 +365,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
343365
.setRequestMarshaller(
344366
ProtoUtils.marshaller(DeleteGcpUserAccessBindingRequest.getDefaultInstance()))
345367
.setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
368+
.setSampledToLocalTracing(true)
346369
.build();
347370

348371
private static final MethodDescriptor<SetIamPolicyRequest, Policy> setIamPolicyMethodDescriptor =
@@ -352,6 +375,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
352375
"google.identity.accesscontextmanager.v1.AccessContextManager/SetIamPolicy")
353376
.setRequestMarshaller(ProtoUtils.marshaller(SetIamPolicyRequest.getDefaultInstance()))
354377
.setResponseMarshaller(ProtoUtils.marshaller(Policy.getDefaultInstance()))
378+
.setSampledToLocalTracing(true)
355379
.build();
356380

357381
private static final MethodDescriptor<GetIamPolicyRequest, Policy> getIamPolicyMethodDescriptor =
@@ -361,6 +385,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
361385
"google.identity.accesscontextmanager.v1.AccessContextManager/GetIamPolicy")
362386
.setRequestMarshaller(ProtoUtils.marshaller(GetIamPolicyRequest.getDefaultInstance()))
363387
.setResponseMarshaller(ProtoUtils.marshaller(Policy.getDefaultInstance()))
388+
.setSampledToLocalTracing(true)
364389
.build();
365390

366391
private static final MethodDescriptor<TestIamPermissionsRequest, TestIamPermissionsResponse>
@@ -373,6 +398,7 @@ public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
373398
ProtoUtils.marshaller(TestIamPermissionsRequest.getDefaultInstance()))
374399
.setResponseMarshaller(
375400
ProtoUtils.marshaller(TestIamPermissionsResponse.getDefaultInstance()))
401+
.setSampledToLocalTracing(true)
376402
.build();
377403

378404
private final UnaryCallable<ListAccessPoliciesRequest, ListAccessPoliciesResponse>

java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/GrpcAdvisoryNotificationsServiceStub.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class GrpcAdvisoryNotificationsServiceStub extends AdvisoryNotificationsS
5757
ProtoUtils.marshaller(ListNotificationsRequest.getDefaultInstance()))
5858
.setResponseMarshaller(
5959
ProtoUtils.marshaller(ListNotificationsResponse.getDefaultInstance()))
60+
.setSampledToLocalTracing(true)
6061
.build();
6162

6263
private static final MethodDescriptor<GetNotificationRequest, Notification>
@@ -68,6 +69,7 @@ public class GrpcAdvisoryNotificationsServiceStub extends AdvisoryNotificationsS
6869
.setRequestMarshaller(
6970
ProtoUtils.marshaller(GetNotificationRequest.getDefaultInstance()))
7071
.setResponseMarshaller(ProtoUtils.marshaller(Notification.getDefaultInstance()))
72+
.setSampledToLocalTracing(true)
7173
.build();
7274

7375
private static final MethodDescriptor<GetSettingsRequest, Settings> getSettingsMethodDescriptor =
@@ -77,6 +79,7 @@ public class GrpcAdvisoryNotificationsServiceStub extends AdvisoryNotificationsS
7779
"google.cloud.advisorynotifications.v1.AdvisoryNotificationsService/GetSettings")
7880
.setRequestMarshaller(ProtoUtils.marshaller(GetSettingsRequest.getDefaultInstance()))
7981
.setResponseMarshaller(ProtoUtils.marshaller(Settings.getDefaultInstance()))
82+
.setSampledToLocalTracing(true)
8083
.build();
8184

8285
private static final MethodDescriptor<UpdateSettingsRequest, Settings>
@@ -88,6 +91,7 @@ public class GrpcAdvisoryNotificationsServiceStub extends AdvisoryNotificationsS
8891
.setRequestMarshaller(
8992
ProtoUtils.marshaller(UpdateSettingsRequest.getDefaultInstance()))
9093
.setResponseMarshaller(ProtoUtils.marshaller(Settings.getDefaultInstance()))
94+
.setSampledToLocalTracing(true)
9195
.build();
9296

9397
private final UnaryCallable<ListNotificationsRequest, ListNotificationsResponse>

0 commit comments

Comments
 (0)