Class ScheduleServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.ScheduleServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.schedule-service")
public class ScheduleServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for ScheduleService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetCreateScheduleRetry(Retry createScheduleRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetScheduleRetry(Retry getScheduleRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListSchedulesRetry(Retry listSchedulesRetry) voidsetPauseScheduleRetry(Retry pauseScheduleRetry) voidsetQuotaProjectId(String quotaProjectId) voidsetResumeScheduleRetry(Retry resumeScheduleRetry) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateScheduleRetry(Retry updateScheduleRetry)
-
Constructor Details
-
ScheduleServiceSpringProperties
public ScheduleServiceSpringProperties()
-
-
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
-
getCreateScheduleRetry
-
setCreateScheduleRetry
-
getGetScheduleRetry
-
setGetScheduleRetry
-
getListSchedulesRetry
-
setListSchedulesRetry
-
getPauseScheduleRetry
-
setPauseScheduleRetry
-
getResumeScheduleRetry
-
setResumeScheduleRetry
-
getUpdateScheduleRetry
-
setUpdateScheduleRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-