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
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setCreateAuthorizedCertificateRetry
(Retry createAuthorizedCertificateRetry) void
setDeleteAuthorizedCertificateRetry
(Retry deleteAuthorizedCertificateRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetAuthorizedCertificateRetry
(Retry getAuthorizedCertificateRetry) void
setListAuthorizedCertificatesRetry
(Retry listAuthorizedCertificatesRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setUpdateAuthorizedCertificateRetry
(Retry updateAuthorizedCertificateRetry) void
setUseRest
(boolean useRest)
-
Constructor Details
-
AuthorizedCertificatesSpringProperties
public AuthorizedCertificatesSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplier
Supplies credentials configuration.- Specified by:
getCredentials
in 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
-