Class IndexServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.IndexServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.index-service")
public class IndexServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for IndexService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetIndexRetry(Retry getIndexRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListIndexesRetry(Retry listIndexesRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidsetRemoveDatapointsRetry(Retry removeDatapointsRetry) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpsertDatapointsRetry(Retry upsertDatapointsRetry)
-
Constructor Details
-
IndexServiceSpringProperties
public IndexServiceSpringProperties()
-
-
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
-
getGetIndexRetry
-
setGetIndexRetry
-
getListIndexesRetry
-
setListIndexesRetry
-
getUpsertDatapointsRetry
-
setUpsertDatapointsRetry
-
getRemoveDatapointsRetry
-
setRemoveDatapointsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-