Class InterceptSpringProperties
java.lang.Object
com.google.cloud.networksecurity.v1.spring.InterceptSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networksecurity.v1.intercept")
public class InterceptSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for Intercept client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetInterceptDeploymentGroupRetry(Retry getInterceptDeploymentGroupRetry) voidsetGetInterceptDeploymentRetry(Retry getInterceptDeploymentRetry) voidsetGetInterceptEndpointGroupAssociationRetry(Retry getInterceptEndpointGroupAssociationRetry) voidsetGetInterceptEndpointGroupRetry(Retry getInterceptEndpointGroupRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListInterceptDeploymentGroupsRetry(Retry listInterceptDeploymentGroupsRetry) voidsetListInterceptDeploymentsRetry(Retry listInterceptDeploymentsRetry) voidsetListInterceptEndpointGroupAssociationsRetry(Retry listInterceptEndpointGroupAssociationsRetry) voidsetListInterceptEndpointGroupsRetry(Retry listInterceptEndpointGroupsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
InterceptSpringProperties
public InterceptSpringProperties()
-
-
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
-
getListInterceptEndpointGroupsRetry
-
setListInterceptEndpointGroupsRetry
-
getGetInterceptEndpointGroupRetry
-
setGetInterceptEndpointGroupRetry
-
getListInterceptEndpointGroupAssociationsRetry
-
setListInterceptEndpointGroupAssociationsRetry
public void setListInterceptEndpointGroupAssociationsRetry(Retry listInterceptEndpointGroupAssociationsRetry) -
getGetInterceptEndpointGroupAssociationRetry
-
setGetInterceptEndpointGroupAssociationRetry
public void setGetInterceptEndpointGroupAssociationRetry(Retry getInterceptEndpointGroupAssociationRetry) -
getListInterceptDeploymentGroupsRetry
-
setListInterceptDeploymentGroupsRetry
-
getGetInterceptDeploymentGroupRetry
-
setGetInterceptDeploymentGroupRetry
-
getListInterceptDeploymentsRetry
-
setListInterceptDeploymentsRetry
-
getGetInterceptDeploymentRetry
-
setGetInterceptDeploymentRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-