Class DnsThreatDetectorServiceSpringProperties
java.lang.Object
com.google.cloud.networksecurity.v1.spring.DnsThreatDetectorServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networksecurity.v1.dns-threat-detector-service")
public class DnsThreatDetectorServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for DnsThreatDetectorService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetCreateDnsThreatDetectorRetry(Retry createDnsThreatDetectorRetry) voidsetDeleteDnsThreatDetectorRetry(Retry deleteDnsThreatDetectorRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetDnsThreatDetectorRetry(Retry getDnsThreatDetectorRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListDnsThreatDetectorsRetry(Retry listDnsThreatDetectorsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateDnsThreatDetectorRetry(Retry updateDnsThreatDetectorRetry)
-
Constructor Details
-
DnsThreatDetectorServiceSpringProperties
public DnsThreatDetectorServiceSpringProperties()
-
-
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
-
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListDnsThreatDetectorsRetry
-
setListDnsThreatDetectorsRetry
-
getGetDnsThreatDetectorRetry
-
setGetDnsThreatDetectorRetry
-
getCreateDnsThreatDetectorRetry
-
setCreateDnsThreatDetectorRetry
-
getUpdateDnsThreatDetectorRetry
-
setUpdateDnsThreatDetectorRetry
-
getDeleteDnsThreatDetectorRetry
-
setDeleteDnsThreatDetectorRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-