Class GenAiCacheServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.GenAiCacheServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.gen-ai-cache-service")
public class GenAiCacheServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for GenAiCacheService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setCreateCachedContentRetry
(Retry createCachedContentRetry) void
setDeleteCachedContentRetry
(Retry deleteCachedContentRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetCachedContentRetry
(Retry getCachedContentRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setListCachedContentsRetry
(Retry listCachedContentsRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry) void
setUpdateCachedContentRetry
(Retry updateCachedContentRetry)
-
Constructor Details
-
GenAiCacheServiceSpringProperties
public GenAiCacheServiceSpringProperties()
-
-
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
-
getCreateCachedContentRetry
-
setCreateCachedContentRetry
-
getGetCachedContentRetry
-
setGetCachedContentRetry
-
getUpdateCachedContentRetry
-
setUpdateCachedContentRetry
-
getDeleteCachedContentRetry
-
setDeleteCachedContentRetry
-
getListCachedContentsRetry
-
setListCachedContentsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-