2020import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .GroupFindingsPagedResponse ;
2121import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListAssetsPagedResponse ;
2222import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListFindingsPagedResponse ;
23- import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListMuteConfigsPagedResponse ;
2423import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListNotificationConfigsPagedResponse ;
2524import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListSourcesPagedResponse ;
2625
8483@ Generated ("by gapic-generator-java" )
8584public class SecurityCenterSettings extends ClientSettings <SecurityCenterSettings > {
8685
87- /** Returns the object with the settings used for calls to bulkMuteFindings. */
88- public UnaryCallSettings <BulkMuteFindingsRequest , Operation > bulkMuteFindingsSettings () {
89- return ((SecurityCenterStubSettings ) getStubSettings ()).bulkMuteFindingsSettings ();
90- }
91-
92- /** Returns the object with the settings used for calls to bulkMuteFindings. */
93- public OperationCallSettings <BulkMuteFindingsRequest , BulkMuteFindingsResponse , Empty >
94- bulkMuteFindingsOperationSettings () {
95- return ((SecurityCenterStubSettings ) getStubSettings ()).bulkMuteFindingsOperationSettings ();
96- }
97-
9886 /** Returns the object with the settings used for calls to createSource. */
9987 public UnaryCallSettings <CreateSourceRequest , Source > createSourceSettings () {
10088 return ((SecurityCenterStubSettings ) getStubSettings ()).createSourceSettings ();
@@ -105,22 +93,12 @@ public UnaryCallSettings<CreateFindingRequest, Finding> createFindingSettings()
10593 return ((SecurityCenterStubSettings ) getStubSettings ()).createFindingSettings ();
10694 }
10795
108- /** Returns the object with the settings used for calls to createMuteConfig. */
109- public UnaryCallSettings <CreateMuteConfigRequest , MuteConfig > createMuteConfigSettings () {
110- return ((SecurityCenterStubSettings ) getStubSettings ()).createMuteConfigSettings ();
111- }
112-
11396 /** Returns the object with the settings used for calls to createNotificationConfig. */
11497 public UnaryCallSettings <CreateNotificationConfigRequest , NotificationConfig >
11598 createNotificationConfigSettings () {
11699 return ((SecurityCenterStubSettings ) getStubSettings ()).createNotificationConfigSettings ();
117100 }
118101
119- /** Returns the object with the settings used for calls to deleteMuteConfig. */
120- public UnaryCallSettings <DeleteMuteConfigRequest , Empty > deleteMuteConfigSettings () {
121- return ((SecurityCenterStubSettings ) getStubSettings ()).deleteMuteConfigSettings ();
122- }
123-
124102 /** Returns the object with the settings used for calls to deleteNotificationConfig. */
125103 public UnaryCallSettings <DeleteNotificationConfigRequest , Empty >
126104 deleteNotificationConfigSettings () {
@@ -132,11 +110,6 @@ public UnaryCallSettings<GetIamPolicyRequest, Policy> getIamPolicySettings() {
132110 return ((SecurityCenterStubSettings ) getStubSettings ()).getIamPolicySettings ();
133111 }
134112
135- /** Returns the object with the settings used for calls to getMuteConfig. */
136- public UnaryCallSettings <GetMuteConfigRequest , MuteConfig > getMuteConfigSettings () {
137- return ((SecurityCenterStubSettings ) getStubSettings ()).getMuteConfigSettings ();
138- }
139-
140113 /** Returns the object with the settings used for calls to getNotificationConfig. */
141114 public UnaryCallSettings <GetNotificationConfigRequest , NotificationConfig >
142115 getNotificationConfigSettings () {
@@ -178,13 +151,6 @@ public UnaryCallSettings<GetSourceRequest, Source> getSourceSettings() {
178151 return ((SecurityCenterStubSettings ) getStubSettings ()).listFindingsSettings ();
179152 }
180153
181- /** Returns the object with the settings used for calls to listMuteConfigs. */
182- public PagedCallSettings <
183- ListMuteConfigsRequest , ListMuteConfigsResponse , ListMuteConfigsPagedResponse >
184- listMuteConfigsSettings () {
185- return ((SecurityCenterStubSettings ) getStubSettings ()).listMuteConfigsSettings ();
186- }
187-
188154 /** Returns the object with the settings used for calls to listNotificationConfigs. */
189155 public PagedCallSettings <
190156 ListNotificationConfigsRequest ,
@@ -216,11 +182,6 @@ public UnaryCallSettings<SetFindingStateRequest, Finding> setFindingStateSetting
216182 return ((SecurityCenterStubSettings ) getStubSettings ()).setFindingStateSettings ();
217183 }
218184
219- /** Returns the object with the settings used for calls to setMute. */
220- public UnaryCallSettings <SetMuteRequest , Finding > setMuteSettings () {
221- return ((SecurityCenterStubSettings ) getStubSettings ()).setMuteSettings ();
222- }
223-
224185 /** Returns the object with the settings used for calls to setIamPolicy. */
225186 public UnaryCallSettings <SetIamPolicyRequest , Policy > setIamPolicySettings () {
226187 return ((SecurityCenterStubSettings ) getStubSettings ()).setIamPolicySettings ();
@@ -237,11 +198,6 @@ public UnaryCallSettings<UpdateFindingRequest, Finding> updateFindingSettings()
237198 return ((SecurityCenterStubSettings ) getStubSettings ()).updateFindingSettings ();
238199 }
239200
240- /** Returns the object with the settings used for calls to updateMuteConfig. */
241- public UnaryCallSettings <UpdateMuteConfigRequest , MuteConfig > updateMuteConfigSettings () {
242- return ((SecurityCenterStubSettings ) getStubSettings ()).updateMuteConfigSettings ();
243- }
244-
245201 /** Returns the object with the settings used for calls to updateNotificationConfig. */
246202 public UnaryCallSettings <UpdateNotificationConfigRequest , NotificationConfig >
247203 updateNotificationConfigSettings () {
@@ -362,18 +318,6 @@ public Builder applyToAllUnaryMethods(
362318 return this ;
363319 }
364320
365- /** Returns the builder for the settings used for calls to bulkMuteFindings. */
366- public UnaryCallSettings .Builder <BulkMuteFindingsRequest , Operation >
367- bulkMuteFindingsSettings () {
368- return getStubSettingsBuilder ().bulkMuteFindingsSettings ();
369- }
370-
371- /** Returns the builder for the settings used for calls to bulkMuteFindings. */
372- public OperationCallSettings .Builder <BulkMuteFindingsRequest , BulkMuteFindingsResponse , Empty >
373- bulkMuteFindingsOperationSettings () {
374- return getStubSettingsBuilder ().bulkMuteFindingsOperationSettings ();
375- }
376-
377321 /** Returns the builder for the settings used for calls to createSource. */
378322 public UnaryCallSettings .Builder <CreateSourceRequest , Source > createSourceSettings () {
379323 return getStubSettingsBuilder ().createSourceSettings ();
@@ -384,23 +328,12 @@ public UnaryCallSettings.Builder<CreateFindingRequest, Finding> createFindingSet
384328 return getStubSettingsBuilder ().createFindingSettings ();
385329 }
386330
387- /** Returns the builder for the settings used for calls to createMuteConfig. */
388- public UnaryCallSettings .Builder <CreateMuteConfigRequest , MuteConfig >
389- createMuteConfigSettings () {
390- return getStubSettingsBuilder ().createMuteConfigSettings ();
391- }
392-
393331 /** Returns the builder for the settings used for calls to createNotificationConfig. */
394332 public UnaryCallSettings .Builder <CreateNotificationConfigRequest , NotificationConfig >
395333 createNotificationConfigSettings () {
396334 return getStubSettingsBuilder ().createNotificationConfigSettings ();
397335 }
398336
399- /** Returns the builder for the settings used for calls to deleteMuteConfig. */
400- public UnaryCallSettings .Builder <DeleteMuteConfigRequest , Empty > deleteMuteConfigSettings () {
401- return getStubSettingsBuilder ().deleteMuteConfigSettings ();
402- }
403-
404337 /** Returns the builder for the settings used for calls to deleteNotificationConfig. */
405338 public UnaryCallSettings .Builder <DeleteNotificationConfigRequest , Empty >
406339 deleteNotificationConfigSettings () {
@@ -412,11 +345,6 @@ public UnaryCallSettings.Builder<GetIamPolicyRequest, Policy> getIamPolicySettin
412345 return getStubSettingsBuilder ().getIamPolicySettings ();
413346 }
414347
415- /** Returns the builder for the settings used for calls to getMuteConfig. */
416- public UnaryCallSettings .Builder <GetMuteConfigRequest , MuteConfig > getMuteConfigSettings () {
417- return getStubSettingsBuilder ().getMuteConfigSettings ();
418- }
419-
420348 /** Returns the builder for the settings used for calls to getNotificationConfig. */
421349 public UnaryCallSettings .Builder <GetNotificationConfigRequest , NotificationConfig >
422350 getNotificationConfigSettings () {
@@ -461,13 +389,6 @@ public UnaryCallSettings.Builder<GetSourceRequest, Source> getSourceSettings() {
461389 return getStubSettingsBuilder ().listFindingsSettings ();
462390 }
463391
464- /** Returns the builder for the settings used for calls to listMuteConfigs. */
465- public PagedCallSettings .Builder <
466- ListMuteConfigsRequest , ListMuteConfigsResponse , ListMuteConfigsPagedResponse >
467- listMuteConfigsSettings () {
468- return getStubSettingsBuilder ().listMuteConfigsSettings ();
469- }
470-
471392 /** Returns the builder for the settings used for calls to listNotificationConfigs. */
472393 public PagedCallSettings .Builder <
473394 ListNotificationConfigsRequest ,
@@ -501,11 +422,6 @@ public UnaryCallSettings.Builder<SetFindingStateRequest, Finding> setFindingStat
501422 return getStubSettingsBuilder ().setFindingStateSettings ();
502423 }
503424
504- /** Returns the builder for the settings used for calls to setMute. */
505- public UnaryCallSettings .Builder <SetMuteRequest , Finding > setMuteSettings () {
506- return getStubSettingsBuilder ().setMuteSettings ();
507- }
508-
509425 /** Returns the builder for the settings used for calls to setIamPolicy. */
510426 public UnaryCallSettings .Builder <SetIamPolicyRequest , Policy > setIamPolicySettings () {
511427 return getStubSettingsBuilder ().setIamPolicySettings ();
@@ -522,12 +438,6 @@ public UnaryCallSettings.Builder<UpdateFindingRequest, Finding> updateFindingSet
522438 return getStubSettingsBuilder ().updateFindingSettings ();
523439 }
524440
525- /** Returns the builder for the settings used for calls to updateMuteConfig. */
526- public UnaryCallSettings .Builder <UpdateMuteConfigRequest , MuteConfig >
527- updateMuteConfigSettings () {
528- return getStubSettingsBuilder ().updateMuteConfigSettings ();
529- }
530-
531441 /** Returns the builder for the settings used for calls to updateNotificationConfig. */
532442 public UnaryCallSettings .Builder <UpdateNotificationConfigRequest , NotificationConfig >
533443 updateNotificationConfigSettings () {
0 commit comments