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
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetEntityTypeRetry
(Retry getEntityTypeRetry) void
setGetFeatureRetry
(Retry getFeatureRetry) void
setGetFeaturestoreRetry
(Retry getFeaturestoreRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setListEntityTypesRetry
(Retry listEntityTypesRetry) void
setListFeaturesRetry
(Retry listFeaturesRetry) void
setListFeaturestoresRetry
(Retry listFeaturestoresRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSearchFeaturesRetry
(Retry searchFeaturesRetry) void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry) void
setUpdateEntityTypeRetry
(Retry updateEntityTypeRetry) void
setUpdateFeatureRetry
(Retry updateFeatureRetry)
-
Constructor Details
-
FeaturestoreServiceSpringProperties
public FeaturestoreServiceSpringProperties()
-
-
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
-
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
-