Class FunctionServiceSpringProperties

java.lang.Object
com.google.cloud.functions.v2.spring.FunctionServiceSpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.cloud.functions.v2.function-service") public class FunctionServiceSpringProperties extends Object implements CredentialsSupplier
Provides default property values for FunctionService client bean
  • Constructor Details

    • FunctionServiceSpringProperties

      public FunctionServiceSpringProperties()
  • Method Details

    • getCredentials

      public Credentials getCredentials()
      Description copied from interface: CredentialsSupplier
      Supplies credentials configuration.
      Specified by:
      getCredentials in interface CredentialsSupplier
      Returns:
      a POJO containing Google Cloud credentials location and scopes
    • getQuotaProjectId

      public String getQuotaProjectId()
    • setQuotaProjectId

      public void setQuotaProjectId(String quotaProjectId)
    • getUseRest

      public boolean getUseRest()
    • setUseRest

      public void setUseRest(boolean useRest)
    • getExecutorThreadCount

      public Integer getExecutorThreadCount()
    • setExecutorThreadCount

      public void setExecutorThreadCount(Integer executorThreadCount)
    • getRetry

      public Retry getRetry()
    • setRetry

      public void setRetry(Retry retry)
    • getGetFunctionRetry

      public Retry getGetFunctionRetry()
    • setGetFunctionRetry

      public void setGetFunctionRetry(Retry getFunctionRetry)
    • getListFunctionsRetry

      public Retry getListFunctionsRetry()
    • setListFunctionsRetry

      public void setListFunctionsRetry(Retry listFunctionsRetry)
    • getGenerateUploadUrlRetry

      public Retry getGenerateUploadUrlRetry()
    • setGenerateUploadUrlRetry

      public void setGenerateUploadUrlRetry(Retry generateUploadUrlRetry)
    • getGenerateDownloadUrlRetry

      public Retry getGenerateDownloadUrlRetry()
    • setGenerateDownloadUrlRetry

      public void setGenerateDownloadUrlRetry(Retry generateDownloadUrlRetry)
    • getListRuntimesRetry

      public Retry getListRuntimesRetry()
    • setListRuntimesRetry

      public void setListRuntimesRetry(Retry listRuntimesRetry)
    • getListLocationsRetry

      public Retry getListLocationsRetry()
    • setListLocationsRetry

      public void setListLocationsRetry(Retry listLocationsRetry)
    • getSetIamPolicyRetry

      public Retry getSetIamPolicyRetry()
    • setSetIamPolicyRetry

      public void setSetIamPolicyRetry(Retry setIamPolicyRetry)
    • getGetIamPolicyRetry

      public Retry getGetIamPolicyRetry()
    • setGetIamPolicyRetry

      public void setGetIamPolicyRetry(Retry getIamPolicyRetry)
    • getTestIamPermissionsRetry

      public Retry getTestIamPermissionsRetry()
    • setTestIamPermissionsRetry

      public void setTestIamPermissionsRetry(Retry testIamPermissionsRetry)