Class DatasetServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.DatasetServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.dataset-service")
public class DatasetServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for DatasetService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetAnnotationSpecRetry(Retry getAnnotationSpecRetry) voidsetGetDatasetRetry(Retry getDatasetRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListAnnotationsRetry(Retry listAnnotationsRetry) voidsetListDataItemsRetry(Retry listDataItemsRetry) voidsetListDatasetsRetry(Retry listDatasetsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListSavedQueriesRetry(Retry listSavedQueriesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSearchDataItemsRetry(Retry searchDataItemsRetry) voidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateDatasetRetry(Retry updateDatasetRetry)
-
Constructor Details
-
DatasetServiceSpringProperties
public DatasetServiceSpringProperties()
-
-
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
-
getGetDatasetRetry
-
setGetDatasetRetry
-
getUpdateDatasetRetry
-
setUpdateDatasetRetry
-
getListDatasetsRetry
-
setListDatasetsRetry
-
getListDataItemsRetry
-
setListDataItemsRetry
-
getSearchDataItemsRetry
-
setSearchDataItemsRetry
-
getListSavedQueriesRetry
-
setListSavedQueriesRetry
-
getGetAnnotationSpecRetry
-
setGetAnnotationSpecRetry
-
getListAnnotationsRetry
-
setListAnnotationsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-