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
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetNotebookExecutionJobRetry
(Retry getNotebookExecutionJobRetry) void
setGetNotebookRuntimeRetry
(Retry getNotebookRuntimeRetry) void
setGetNotebookRuntimeTemplateRetry
(Retry getNotebookRuntimeTemplateRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListNotebookExecutionJobsRetry
(Retry listNotebookExecutionJobsRetry) void
setListNotebookRuntimesRetry
(Retry listNotebookRuntimesRetry) void
setListNotebookRuntimeTemplatesRetry
(Retry listNotebookRuntimeTemplatesRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry) void
setUpdateNotebookRuntimeTemplateRetry
(Retry updateNotebookRuntimeTemplateRetry)
-
Constructor Details
-
NotebookServiceSpringProperties
public NotebookServiceSpringProperties()
-
-
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
-
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
-