Class ImagesSpringProperties
java.lang.Object
com.google.cloud.compute.v1.spring.ImagesSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.compute.v1.images")
public class ImagesSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for Images client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetFromFamilyRetry(Retry getFromFamilyRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetRetry(Retry getRetry) voidsetListRetry(Retry listRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
ImagesSpringProperties
public ImagesSpringProperties()
-
-
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
-
getGetRetry
-
setGetRetry
-
getGetFromFamilyRetry
-
setGetFromFamilyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getListRetry
-
setListRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-