Class CloudDeploySpringProperties
java.lang.Object
com.google.cloud.deploy.v1.spring.CloudDeploySpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.deploy.v1.cloud-deploy")
public class CloudDeploySpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for CloudDeploy client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetAbandonReleaseRetry(Retry abandonReleaseRetry) voidsetAdvanceRolloutRetry(Retry advanceRolloutRetry) voidsetApproveRolloutRetry(Retry approveRolloutRetry) voidsetCancelAutomationRunRetry(Retry cancelAutomationRunRetry) voidsetCancelRolloutRetry(Retry cancelRolloutRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetAutomationRetry(Retry getAutomationRetry) voidsetGetAutomationRunRetry(Retry getAutomationRunRetry) voidsetGetConfigRetry(Retry getConfigRetry) voidsetGetCustomTargetTypeRetry(Retry getCustomTargetTypeRetry) voidsetGetDeliveryPipelineRetry(Retry getDeliveryPipelineRetry) voidsetGetDeployPolicyRetry(Retry getDeployPolicyRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetJobRunRetry(Retry getJobRunRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetReleaseRetry(Retry getReleaseRetry) voidsetGetRolloutRetry(Retry getRolloutRetry) voidsetGetTargetRetry(Retry getTargetRetry) voidsetIgnoreJobRetry(Retry ignoreJobRetry) voidsetListAutomationRunsRetry(Retry listAutomationRunsRetry) voidsetListAutomationsRetry(Retry listAutomationsRetry) voidsetListCustomTargetTypesRetry(Retry listCustomTargetTypesRetry) voidsetListDeliveryPipelinesRetry(Retry listDeliveryPipelinesRetry) voidsetListDeployPoliciesRetry(Retry listDeployPoliciesRetry) voidsetListJobRunsRetry(Retry listJobRunsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListReleasesRetry(Retry listReleasesRetry) voidsetListRolloutsRetry(Retry listRolloutsRetry) voidsetListTargetsRetry(Retry listTargetsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetRetryJobRetry(Retry retryJobRetry) voidsetRollbackTargetRetry(Retry rollbackTargetRetry) voidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTerminateJobRunRetry(Retry terminateJobRunRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
CloudDeploySpringProperties
public CloudDeploySpringProperties()
-
-
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
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListDeliveryPipelinesRetry
-
setListDeliveryPipelinesRetry
-
getGetDeliveryPipelineRetry
-
setGetDeliveryPipelineRetry
-
getListTargetsRetry
-
setListTargetsRetry
-
getRollbackTargetRetry
-
setRollbackTargetRetry
-
getGetTargetRetry
-
setGetTargetRetry
-
getListCustomTargetTypesRetry
-
setListCustomTargetTypesRetry
-
getGetCustomTargetTypeRetry
-
setGetCustomTargetTypeRetry
-
getListReleasesRetry
-
setListReleasesRetry
-
getGetReleaseRetry
-
setGetReleaseRetry
-
getAbandonReleaseRetry
-
setAbandonReleaseRetry
-
getListDeployPoliciesRetry
-
setListDeployPoliciesRetry
-
getGetDeployPolicyRetry
-
setGetDeployPolicyRetry
-
getApproveRolloutRetry
-
setApproveRolloutRetry
-
getAdvanceRolloutRetry
-
setAdvanceRolloutRetry
-
getCancelRolloutRetry
-
setCancelRolloutRetry
-
getListRolloutsRetry
-
setListRolloutsRetry
-
getGetRolloutRetry
-
setGetRolloutRetry
-
getIgnoreJobRetry
-
setIgnoreJobRetry
-
getRetryJobRetry
-
setRetryJobRetry
-
getListJobRunsRetry
-
setListJobRunsRetry
-
getGetJobRunRetry
-
setGetJobRunRetry
-
getTerminateJobRunRetry
-
setTerminateJobRunRetry
-
getGetConfigRetry
-
setGetConfigRetry
-
getGetAutomationRetry
-
setGetAutomationRetry
-
getListAutomationsRetry
-
setListAutomationsRetry
-
getGetAutomationRunRetry
-
setGetAutomationRunRetry
-
getListAutomationRunsRetry
-
setListAutomationRunsRetry
-
getCancelAutomationRunRetry
-
setCancelAutomationRunRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-