Class SecureSourceManagerSpringProperties
java.lang.Object
com.google.cloud.securesourcemanager.v1.spring.SecureSourceManagerSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.securesourcemanager.v1.secure-source-manager")
public class SecureSourceManagerSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for SecureSourceManager client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setExecutorThreadCount
(Integer executorThreadCount) void
setFetchBlobRetry
(Retry fetchBlobRetry) void
setFetchTreeRetry
(Retry fetchTreeRetry) void
setGetBranchRuleRetry
(Retry getBranchRuleRetry) void
setGetHookRetry
(Retry getHookRetry) void
setGetIamPolicyRepoRetry
(Retry getIamPolicyRepoRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetInstanceRetry
(Retry getInstanceRetry) void
setGetIssueCommentRetry
(Retry getIssueCommentRetry) void
setGetIssueRetry
(Retry getIssueRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetPullRequestCommentRetry
(Retry getPullRequestCommentRetry) void
setGetPullRequestRetry
(Retry getPullRequestRetry) void
setGetRepositoryRetry
(Retry getRepositoryRetry) void
setListBranchRulesRetry
(Retry listBranchRulesRetry) void
setListHooksRetry
(Retry listHooksRetry) void
setListInstancesRetry
(Retry listInstancesRetry) void
setListIssueCommentsRetry
(Retry listIssueCommentsRetry) void
setListIssuesRetry
(Retry listIssuesRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListPullRequestCommentsRetry
(Retry listPullRequestCommentsRetry) void
setListPullRequestFileDiffsRetry
(Retry listPullRequestFileDiffsRetry) void
setListPullRequestsRetry
(Retry listPullRequestsRetry) void
setListRepositoriesRetry
(Retry listRepositoriesRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRepoRetry
(Retry setIamPolicyRepoRetry) void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRepoRetry
(Retry testIamPermissionsRepoRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry) void
setUseRest
(boolean useRest)
-
Constructor Details
-
SecureSourceManagerSpringProperties
public SecureSourceManagerSpringProperties()
-
-
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
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListInstancesRetry
-
setListInstancesRetry
-
getGetInstanceRetry
-
setGetInstanceRetry
-
getListRepositoriesRetry
-
setListRepositoriesRetry
-
getGetRepositoryRetry
-
setGetRepositoryRetry
-
getListHooksRetry
-
setListHooksRetry
-
getGetHookRetry
-
setGetHookRetry
-
getGetIamPolicyRepoRetry
-
setGetIamPolicyRepoRetry
-
getSetIamPolicyRepoRetry
-
setSetIamPolicyRepoRetry
-
getTestIamPermissionsRepoRetry
-
setTestIamPermissionsRepoRetry
-
getListBranchRulesRetry
-
setListBranchRulesRetry
-
getGetBranchRuleRetry
-
setGetBranchRuleRetry
-
getGetPullRequestRetry
-
setGetPullRequestRetry
-
getListPullRequestsRetry
-
setListPullRequestsRetry
-
getListPullRequestFileDiffsRetry
-
setListPullRequestFileDiffsRetry
-
getFetchTreeRetry
-
setFetchTreeRetry
-
getFetchBlobRetry
-
setFetchBlobRetry
-
getGetIssueRetry
-
setGetIssueRetry
-
getListIssuesRetry
-
setListIssuesRetry
-
getGetPullRequestCommentRetry
-
setGetPullRequestCommentRetry
-
getListPullRequestCommentsRetry
-
setListPullRequestCommentsRetry
-
getGetIssueCommentRetry
-
setGetIssueCommentRetry
-
getListIssueCommentsRetry
-
setListIssueCommentsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-