Class FeaturestoreServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.FeaturestoreServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.featurestore-service")
public class FeaturestoreServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for FeaturestoreService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetEntityTypeRetry(Retry getEntityTypeRetry) voidsetGetFeatureRetry(Retry getFeatureRetry) voidsetGetFeaturestoreRetry(Retry getFeaturestoreRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListEntityTypesRetry(Retry listEntityTypesRetry) voidsetListFeaturesRetry(Retry listFeaturesRetry) voidsetListFeaturestoresRetry(Retry listFeaturestoresRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSearchFeaturesRetry(Retry searchFeaturesRetry) voidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateEntityTypeRetry(Retry updateEntityTypeRetry) voidsetUpdateFeatureRetry(Retry updateFeatureRetry)
-
Constructor Details
-
FeaturestoreServiceSpringProperties
public FeaturestoreServiceSpringProperties()
-
-
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
-
getGetFeaturestoreRetry
-
setGetFeaturestoreRetry
-
getListFeaturestoresRetry
-
setListFeaturestoresRetry
-
getGetEntityTypeRetry
-
setGetEntityTypeRetry
-
getListEntityTypesRetry
-
setListEntityTypesRetry
-
getUpdateEntityTypeRetry
-
setUpdateEntityTypeRetry
-
getGetFeatureRetry
-
setGetFeatureRetry
-
getListFeaturesRetry
-
setListFeaturesRetry
-
getUpdateFeatureRetry
-
setUpdateFeatureRetry
-
getSearchFeaturesRetry
-
setSearchFeaturesRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-