Class SessionTemplateControllerSpringProperties
java.lang.Object
com.google.cloud.dataproc.v1.spring.SessionTemplateControllerSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.dataproc.v1.session-template-controller")
public class SessionTemplateControllerSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for SessionTemplateController client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateSessionTemplateRetry(Retry createSessionTemplateRetry) voidsetDeleteSessionTemplateRetry(Retry deleteSessionTemplateRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetSessionTemplateRetry(Retry getSessionTemplateRetry) voidsetListSessionTemplatesRetry(Retry listSessionTemplatesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateSessionTemplateRetry(Retry updateSessionTemplateRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
SessionTemplateControllerSpringProperties
public SessionTemplateControllerSpringProperties()
-
-
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
-
getCreateSessionTemplateRetry
-
setCreateSessionTemplateRetry
-
getUpdateSessionTemplateRetry
-
setUpdateSessionTemplateRetry
-
getGetSessionTemplateRetry
-
setGetSessionTemplateRetry
-
getListSessionTemplatesRetry
-
setListSessionTemplatesRetry
-
getDeleteSessionTemplateRetry
-
setDeleteSessionTemplateRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-