Class IAMSpringProperties
java.lang.Object
com.google.cloud.iam.admin.v1.spring.IAMSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.iam.admin.v1.i-a-m")
public class IAMSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for IAM client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetCreateRoleRetry(Retry createRoleRetry) voidsetCreateServiceAccountKeyRetry(Retry createServiceAccountKeyRetry) voidsetCreateServiceAccountRetry(Retry createServiceAccountRetry) voidsetDeleteRoleRetry(Retry deleteRoleRetry) voidsetDeleteServiceAccountKeyRetry(Retry deleteServiceAccountKeyRetry) voidsetDeleteServiceAccountRetry(Retry deleteServiceAccountRetry) voidsetDisableServiceAccountKeyRetry(Retry disableServiceAccountKeyRetry) voidsetDisableServiceAccountRetry(Retry disableServiceAccountRetry) voidsetEnableServiceAccountKeyRetry(Retry enableServiceAccountKeyRetry) voidsetEnableServiceAccountRetry(Retry enableServiceAccountRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetRoleRetry(Retry getRoleRetry) voidsetGetServiceAccountKeyRetry(Retry getServiceAccountKeyRetry) voidsetGetServiceAccountRetry(Retry getServiceAccountRetry) voidsetLintPolicyRetry(Retry lintPolicyRetry) voidsetListRolesRetry(Retry listRolesRetry) voidsetListServiceAccountKeysRetry(Retry listServiceAccountKeysRetry) voidsetListServiceAccountsRetry(Retry listServiceAccountsRetry) voidsetPatchServiceAccountRetry(Retry patchServiceAccountRetry) voidsetQueryAuditableServicesRetry(Retry queryAuditableServicesRetry) voidsetQueryGrantableRolesRetry(Retry queryGrantableRolesRetry) voidsetQueryTestablePermissionsRetry(Retry queryTestablePermissionsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetSignBlobRetry(Retry signBlobRetry) voidsetSignJwtRetry(Retry signJwtRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUndeleteRoleRetry(Retry undeleteRoleRetry) voidsetUndeleteServiceAccountRetry(Retry undeleteServiceAccountRetry) voidsetUpdateRoleRetry(Retry updateRoleRetry) voidsetUpdateServiceAccountRetry(Retry updateServiceAccountRetry) voidsetUploadServiceAccountKeyRetry(Retry uploadServiceAccountKeyRetry)
-
Constructor Details
-
IAMSpringProperties
public IAMSpringProperties()
-
-
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
-
getListServiceAccountsRetry
-
setListServiceAccountsRetry
-
getGetServiceAccountRetry
-
setGetServiceAccountRetry
-
getCreateServiceAccountRetry
-
setCreateServiceAccountRetry
-
getUpdateServiceAccountRetry
-
setUpdateServiceAccountRetry
-
getPatchServiceAccountRetry
-
setPatchServiceAccountRetry
-
getDeleteServiceAccountRetry
-
setDeleteServiceAccountRetry
-
getUndeleteServiceAccountRetry
-
setUndeleteServiceAccountRetry
-
getEnableServiceAccountRetry
-
setEnableServiceAccountRetry
-
getDisableServiceAccountRetry
-
setDisableServiceAccountRetry
-
getListServiceAccountKeysRetry
-
setListServiceAccountKeysRetry
-
getGetServiceAccountKeyRetry
-
setGetServiceAccountKeyRetry
-
getCreateServiceAccountKeyRetry
-
setCreateServiceAccountKeyRetry
-
getUploadServiceAccountKeyRetry
-
setUploadServiceAccountKeyRetry
-
getDeleteServiceAccountKeyRetry
-
setDeleteServiceAccountKeyRetry
-
getDisableServiceAccountKeyRetry
-
setDisableServiceAccountKeyRetry
-
getEnableServiceAccountKeyRetry
-
setEnableServiceAccountKeyRetry
-
getSignBlobRetry
-
setSignBlobRetry
-
getSignJwtRetry
-
setSignJwtRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-
getQueryGrantableRolesRetry
-
setQueryGrantableRolesRetry
-
getListRolesRetry
-
setListRolesRetry
-
getGetRoleRetry
-
setGetRoleRetry
-
getCreateRoleRetry
-
setCreateRoleRetry
-
getUpdateRoleRetry
-
setUpdateRoleRetry
-
getDeleteRoleRetry
-
setDeleteRoleRetry
-
getUndeleteRoleRetry
-
setUndeleteRoleRetry
-
getQueryTestablePermissionsRetry
-
setQueryTestablePermissionsRetry
-
getQueryAuditableServicesRetry
-
setQueryAuditableServicesRetry
-
getLintPolicyRetry
-
setLintPolicyRetry
-