Class DeploymentResourcePoolServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.DeploymentResourcePoolServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.deployment-resource-pool-service")
public class DeploymentResourcePoolServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for DeploymentResourcePoolService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetDeploymentResourcePoolRetry(Retry getDeploymentResourcePoolRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListDeploymentResourcePoolsRetry(Retry listDeploymentResourcePoolsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQueryDeployedModelsRetry(Retry queryDeployedModelsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
DeploymentResourcePoolServiceSpringProperties
public DeploymentResourcePoolServiceSpringProperties()
-
-
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
-
getGetDeploymentResourcePoolRetry
-
setGetDeploymentResourcePoolRetry
-
getListDeploymentResourcePoolsRetry
-
setListDeploymentResourcePoolsRetry
-
getQueryDeployedModelsRetry
-
setQueryDeployedModelsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-