Class NotebookServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.NotebookServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.notebook-service")
public class NotebookServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for NotebookService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetNotebookExecutionJobRetry(Retry getNotebookExecutionJobRetry) voidsetGetNotebookRuntimeRetry(Retry getNotebookRuntimeRetry) voidsetGetNotebookRuntimeTemplateRetry(Retry getNotebookRuntimeTemplateRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListNotebookExecutionJobsRetry(Retry listNotebookExecutionJobsRetry) voidsetListNotebookRuntimesRetry(Retry listNotebookRuntimesRetry) voidsetListNotebookRuntimeTemplatesRetry(Retry listNotebookRuntimeTemplatesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateNotebookRuntimeTemplateRetry(Retry updateNotebookRuntimeTemplateRetry)
-
Constructor Details
-
NotebookServiceSpringProperties
public NotebookServiceSpringProperties()
-
-
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
-
getGetNotebookRuntimeTemplateRetry
-
setGetNotebookRuntimeTemplateRetry
-
getListNotebookRuntimeTemplatesRetry
-
setListNotebookRuntimeTemplatesRetry
-
getUpdateNotebookRuntimeTemplateRetry
-
setUpdateNotebookRuntimeTemplateRetry
-
getGetNotebookRuntimeRetry
-
setGetNotebookRuntimeRetry
-
getListNotebookRuntimesRetry
-
setListNotebookRuntimesRetry
-
getGetNotebookExecutionJobRetry
-
setGetNotebookExecutionJobRetry
-
getListNotebookExecutionJobsRetry
-
setListNotebookExecutionJobsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-