Class FeatureOnlineStoreAdminServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.FeatureOnlineStoreAdminServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.feature-online-store-admin-service")
public class FeatureOnlineStoreAdminServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for FeatureOnlineStoreAdminService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetFeatureOnlineStoreRetry(Retry getFeatureOnlineStoreRetry) voidsetGetFeatureViewRetry(Retry getFeatureViewRetry) voidsetGetFeatureViewSyncRetry(Retry getFeatureViewSyncRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListFeatureOnlineStoresRetry(Retry listFeatureOnlineStoresRetry) voidsetListFeatureViewsRetry(Retry listFeatureViewsRetry) voidsetListFeatureViewSyncsRetry(Retry listFeatureViewSyncsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetSyncFeatureViewRetry(Retry syncFeatureViewRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
FeatureOnlineStoreAdminServiceSpringProperties
public FeatureOnlineStoreAdminServiceSpringProperties()
-
-
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
-
getGetFeatureOnlineStoreRetry
-
setGetFeatureOnlineStoreRetry
-
getListFeatureOnlineStoresRetry
-
setListFeatureOnlineStoresRetry
-
getGetFeatureViewRetry
-
setGetFeatureViewRetry
-
getListFeatureViewsRetry
-
setListFeatureViewsRetry
-
getSyncFeatureViewRetry
-
setSyncFeatureViewRetry
-
getGetFeatureViewSyncRetry
-
setGetFeatureViewSyncRetry
-
getListFeatureViewSyncsRetry
-
setListFeatureViewSyncsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-