Class SecurityCenterSpringProperties
java.lang.Object
com.google.cloud.securitycenter.v2.spring.SecurityCenterSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.securitycenter.v2.security-center")
public class SecurityCenterSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for SecurityCenter client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetBatchCreateResourceValueConfigsRetry(Retry batchCreateResourceValueConfigsRetry) voidsetCreateBigQueryExportRetry(Retry createBigQueryExportRetry) voidsetCreateFindingRetry(Retry createFindingRetry) voidsetCreateMuteConfigRetry(Retry createMuteConfigRetry) voidsetCreateNotificationConfigRetry(Retry createNotificationConfigRetry) voidsetCreateSourceRetry(Retry createSourceRetry) voidsetDeleteBigQueryExportRetry(Retry deleteBigQueryExportRetry) voidsetDeleteMuteConfigRetry(Retry deleteMuteConfigRetry) voidsetDeleteNotificationConfigRetry(Retry deleteNotificationConfigRetry) voidsetDeleteResourceValueConfigRetry(Retry deleteResourceValueConfigRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetBigQueryExportRetry(Retry getBigQueryExportRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetMuteConfigRetry(Retry getMuteConfigRetry) voidsetGetNotificationConfigRetry(Retry getNotificationConfigRetry) voidsetGetResourceValueConfigRetry(Retry getResourceValueConfigRetry) voidsetGetSimulationRetry(Retry getSimulationRetry) voidsetGetSourceRetry(Retry getSourceRetry) voidsetGetValuedResourceRetry(Retry getValuedResourceRetry) voidsetGroupFindingsRetry(Retry groupFindingsRetry) voidsetListAttackPathsRetry(Retry listAttackPathsRetry) voidsetListBigQueryExportsRetry(Retry listBigQueryExportsRetry) voidsetListFindingsRetry(Retry listFindingsRetry) voidsetListMuteConfigsRetry(Retry listMuteConfigsRetry) voidsetListNotificationConfigsRetry(Retry listNotificationConfigsRetry) voidsetListResourceValueConfigsRetry(Retry listResourceValueConfigsRetry) voidsetListSourcesRetry(Retry listSourcesRetry) voidsetListValuedResourcesRetry(Retry listValuedResourcesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetFindingStateRetry(Retry setFindingStateRetry) voidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetSetMuteRetry(Retry setMuteRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateBigQueryExportRetry(Retry updateBigQueryExportRetry) voidsetUpdateExternalSystemRetry(Retry updateExternalSystemRetry) voidsetUpdateFindingRetry(Retry updateFindingRetry) voidsetUpdateMuteConfigRetry(Retry updateMuteConfigRetry) voidsetUpdateNotificationConfigRetry(Retry updateNotificationConfigRetry) voidsetUpdateResourceValueConfigRetry(Retry updateResourceValueConfigRetry) voidsetUpdateSecurityMarksRetry(Retry updateSecurityMarksRetry) voidsetUpdateSourceRetry(Retry updateSourceRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
SecurityCenterSpringProperties
public SecurityCenterSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplierSupplies credentials configuration.- Specified by:
getCredentialsin interfaceCredentialsSupplier- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getBatchCreateResourceValueConfigsRetry
-
setBatchCreateResourceValueConfigsRetry
-
getCreateBigQueryExportRetry
-
setCreateBigQueryExportRetry
-
getCreateFindingRetry
-
setCreateFindingRetry
-
getCreateMuteConfigRetry
-
setCreateMuteConfigRetry
-
getCreateNotificationConfigRetry
-
setCreateNotificationConfigRetry
-
getCreateSourceRetry
-
setCreateSourceRetry
-
getDeleteBigQueryExportRetry
-
setDeleteBigQueryExportRetry
-
getDeleteMuteConfigRetry
-
setDeleteMuteConfigRetry
-
getDeleteNotificationConfigRetry
-
setDeleteNotificationConfigRetry
-
getDeleteResourceValueConfigRetry
-
setDeleteResourceValueConfigRetry
-
getGetBigQueryExportRetry
-
setGetBigQueryExportRetry
-
getGetSimulationRetry
-
setGetSimulationRetry
-
getGetValuedResourceRetry
-
setGetValuedResourceRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getGetMuteConfigRetry
-
setGetMuteConfigRetry
-
getGetNotificationConfigRetry
-
setGetNotificationConfigRetry
-
getGetResourceValueConfigRetry
-
setGetResourceValueConfigRetry
-
getGetSourceRetry
-
setGetSourceRetry
-
getGroupFindingsRetry
-
setGroupFindingsRetry
-
getListAttackPathsRetry
-
setListAttackPathsRetry
-
getListBigQueryExportsRetry
-
setListBigQueryExportsRetry
-
getListFindingsRetry
-
setListFindingsRetry
-
getListMuteConfigsRetry
-
setListMuteConfigsRetry
-
getListNotificationConfigsRetry
-
setListNotificationConfigsRetry
-
getListResourceValueConfigsRetry
-
setListResourceValueConfigsRetry
-
getListSourcesRetry
-
setListSourcesRetry
-
getListValuedResourcesRetry
-
setListValuedResourcesRetry
-
getSetFindingStateRetry
-
setSetFindingStateRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getSetMuteRetry
-
setSetMuteRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-
getUpdateBigQueryExportRetry
-
setUpdateBigQueryExportRetry
-
getUpdateExternalSystemRetry
-
setUpdateExternalSystemRetry
-
getUpdateFindingRetry
-
setUpdateFindingRetry
-
getUpdateMuteConfigRetry
-
setUpdateMuteConfigRetry
-
getUpdateNotificationConfigRetry
-
setUpdateNotificationConfigRetry
-
getUpdateResourceValueConfigRetry
-
setUpdateResourceValueConfigRetry
-
getUpdateSecurityMarksRetry
-
setUpdateSecurityMarksRetry
-
getUpdateSourceRetry
-
setUpdateSourceRetry
-