Class ManagedNotebookServiceSpringProperties
java.lang.Object
com.google.cloud.notebooks.v1.spring.ManagedNotebookServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.notebooks.v1.managed-notebook-service")
public class ManagedNotebookServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for ManagedNotebookService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetRuntimeRetry(Retry getRuntimeRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListRuntimesRetry(Retry listRuntimesRetry) voidsetQuotaProjectId(String quotaProjectId) voidsetRefreshRuntimeTokenInternalRetry(Retry refreshRuntimeTokenInternalRetry) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
ManagedNotebookServiceSpringProperties
public ManagedNotebookServiceSpringProperties()
-
-
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
-
getListRuntimesRetry
-
setListRuntimesRetry
-
getGetRuntimeRetry
-
setGetRuntimeRetry
-
getRefreshRuntimeTokenInternalRetry
-
setRefreshRuntimeTokenInternalRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-