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 ;
2324import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListNotificationConfigsPagedResponse ;
2425import static com .google .cloud .securitycenter .v1 .SecurityCenterClient .ListSourcesPagedResponse ;
2526
8384@ Generated ("by gapic-generator-java" )
8485public class SecurityCenterSettings extends ClientSettings <SecurityCenterSettings > {
8586
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+
8698 /** Returns the object with the settings used for calls to createSource. */
8799 public UnaryCallSettings <CreateSourceRequest , Source > createSourceSettings () {
88100 return ((SecurityCenterStubSettings ) getStubSettings ()).createSourceSettings ();
@@ -93,12 +105,22 @@ public UnaryCallSettings<CreateFindingRequest, Finding> createFindingSettings()
93105 return ((SecurityCenterStubSettings ) getStubSettings ()).createFindingSettings ();
94106 }
95107
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+
96113 /** Returns the object with the settings used for calls to createNotificationConfig. */
97114 public UnaryCallSettings <CreateNotificationConfigRequest , NotificationConfig >
98115 createNotificationConfigSettings () {
99116 return ((SecurityCenterStubSettings ) getStubSettings ()).createNotificationConfigSettings ();
100117 }
101118
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+
102124 /** Returns the object with the settings used for calls to deleteNotificationConfig. */
103125 public UnaryCallSettings <DeleteNotificationConfigRequest , Empty >
104126 deleteNotificationConfigSettings () {
@@ -110,6 +132,11 @@ public UnaryCallSettings<GetIamPolicyRequest, Policy> getIamPolicySettings() {
110132 return ((SecurityCenterStubSettings ) getStubSettings ()).getIamPolicySettings ();
111133 }
112134
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+
113140 /** Returns the object with the settings used for calls to getNotificationConfig. */
114141 public UnaryCallSettings <GetNotificationConfigRequest , NotificationConfig >
115142 getNotificationConfigSettings () {
@@ -151,6 +178,13 @@ public UnaryCallSettings<GetSourceRequest, Source> getSourceSettings() {
151178 return ((SecurityCenterStubSettings ) getStubSettings ()).listFindingsSettings ();
152179 }
153180
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+
154188 /** Returns the object with the settings used for calls to listNotificationConfigs. */
155189 public PagedCallSettings <
156190 ListNotificationConfigsRequest ,
@@ -182,6 +216,11 @@ public UnaryCallSettings<SetFindingStateRequest, Finding> setFindingStateSetting
182216 return ((SecurityCenterStubSettings ) getStubSettings ()).setFindingStateSettings ();
183217 }
184218
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+
185224 /** Returns the object with the settings used for calls to setIamPolicy. */
186225 public UnaryCallSettings <SetIamPolicyRequest , Policy > setIamPolicySettings () {
187226 return ((SecurityCenterStubSettings ) getStubSettings ()).setIamPolicySettings ();
@@ -198,6 +237,11 @@ public UnaryCallSettings<UpdateFindingRequest, Finding> updateFindingSettings()
198237 return ((SecurityCenterStubSettings ) getStubSettings ()).updateFindingSettings ();
199238 }
200239
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+
201245 /** Returns the object with the settings used for calls to updateNotificationConfig. */
202246 public UnaryCallSettings <UpdateNotificationConfigRequest , NotificationConfig >
203247 updateNotificationConfigSettings () {
@@ -318,6 +362,18 @@ public Builder applyToAllUnaryMethods(
318362 return this ;
319363 }
320364
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+
321377 /** Returns the builder for the settings used for calls to createSource. */
322378 public UnaryCallSettings .Builder <CreateSourceRequest , Source > createSourceSettings () {
323379 return getStubSettingsBuilder ().createSourceSettings ();
@@ -328,12 +384,23 @@ public UnaryCallSettings.Builder<CreateFindingRequest, Finding> createFindingSet
328384 return getStubSettingsBuilder ().createFindingSettings ();
329385 }
330386
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+
331393 /** Returns the builder for the settings used for calls to createNotificationConfig. */
332394 public UnaryCallSettings .Builder <CreateNotificationConfigRequest , NotificationConfig >
333395 createNotificationConfigSettings () {
334396 return getStubSettingsBuilder ().createNotificationConfigSettings ();
335397 }
336398
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+
337404 /** Returns the builder for the settings used for calls to deleteNotificationConfig. */
338405 public UnaryCallSettings .Builder <DeleteNotificationConfigRequest , Empty >
339406 deleteNotificationConfigSettings () {
@@ -345,6 +412,11 @@ public UnaryCallSettings.Builder<GetIamPolicyRequest, Policy> getIamPolicySettin
345412 return getStubSettingsBuilder ().getIamPolicySettings ();
346413 }
347414
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+
348420 /** Returns the builder for the settings used for calls to getNotificationConfig. */
349421 public UnaryCallSettings .Builder <GetNotificationConfigRequest , NotificationConfig >
350422 getNotificationConfigSettings () {
@@ -389,6 +461,13 @@ public UnaryCallSettings.Builder<GetSourceRequest, Source> getSourceSettings() {
389461 return getStubSettingsBuilder ().listFindingsSettings ();
390462 }
391463
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+
392471 /** Returns the builder for the settings used for calls to listNotificationConfigs. */
393472 public PagedCallSettings .Builder <
394473 ListNotificationConfigsRequest ,
@@ -422,6 +501,11 @@ public UnaryCallSettings.Builder<SetFindingStateRequest, Finding> setFindingStat
422501 return getStubSettingsBuilder ().setFindingStateSettings ();
423502 }
424503
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+
425509 /** Returns the builder for the settings used for calls to setIamPolicy. */
426510 public UnaryCallSettings .Builder <SetIamPolicyRequest , Policy > setIamPolicySettings () {
427511 return getStubSettingsBuilder ().setIamPolicySettings ();
@@ -438,6 +522,12 @@ public UnaryCallSettings.Builder<UpdateFindingRequest, Finding> updateFindingSet
438522 return getStubSettingsBuilder ().updateFindingSettings ();
439523 }
440524
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+
441531 /** Returns the builder for the settings used for calls to updateNotificationConfig. */
442532 public UnaryCallSettings .Builder <UpdateNotificationConfigRequest , NotificationConfig >
443533 updateNotificationConfigSettings () {
0 commit comments