Package com.google.appengine.v1.spring
Class AuthorizedCertificatesSpringProperties
java.lang.Object
com.google.appengine.v1.spring.AuthorizedCertificatesSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.appengine.v1.authorized-certificates")
public class AuthorizedCertificatesSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for AuthorizedCertificates client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateAuthorizedCertificateRetry(Retry createAuthorizedCertificateRetry) voidsetDeleteAuthorizedCertificateRetry(Retry deleteAuthorizedCertificateRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetAuthorizedCertificateRetry(Retry getAuthorizedCertificateRetry) voidsetListAuthorizedCertificatesRetry(Retry listAuthorizedCertificatesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetUpdateAuthorizedCertificateRetry(Retry updateAuthorizedCertificateRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
AuthorizedCertificatesSpringProperties
public AuthorizedCertificatesSpringProperties()
-
-
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
-
getListAuthorizedCertificatesRetry
-
setListAuthorizedCertificatesRetry
-
getGetAuthorizedCertificateRetry
-
setGetAuthorizedCertificateRetry
-
getCreateAuthorizedCertificateRetry
-
setCreateAuthorizedCertificateRetry
-
getUpdateAuthorizedCertificateRetry
-
setUpdateAuthorizedCertificateRetry
-
getDeleteAuthorizedCertificateRetry
-
setDeleteAuthorizedCertificateRetry
-