Class ContentServiceSpringProperties

java.lang.Object
com.google.cloud.dataplex.v1.spring.ContentServiceSpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.cloud.dataplex.v1.content-service") public class ContentServiceSpringProperties extends Object implements CredentialsSupplier
Provides default property values for ContentService client bean
  • Constructor Details

    • ContentServiceSpringProperties

      public ContentServiceSpringProperties()
  • 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)
    • getCreateContentRetry

      public Retry getCreateContentRetry()
    • setCreateContentRetry

      public void setCreateContentRetry(Retry createContentRetry)
    • getUpdateContentRetry

      public Retry getUpdateContentRetry()
    • setUpdateContentRetry

      public void setUpdateContentRetry(Retry updateContentRetry)
    • getDeleteContentRetry

      public Retry getDeleteContentRetry()
    • setDeleteContentRetry

      public void setDeleteContentRetry(Retry deleteContentRetry)
    • getGetContentRetry

      public Retry getGetContentRetry()
    • setGetContentRetry

      public void setGetContentRetry(Retry getContentRetry)
    • getGetIamPolicyRetry

      public Retry getGetIamPolicyRetry()
    • setGetIamPolicyRetry

      public void setGetIamPolicyRetry(Retry getIamPolicyRetry)
    • getSetIamPolicyRetry

      public Retry getSetIamPolicyRetry()
    • setSetIamPolicyRetry

      public void setSetIamPolicyRetry(Retry setIamPolicyRetry)
    • getTestIamPermissionsRetry

      public Retry getTestIamPermissionsRetry()
    • setTestIamPermissionsRetry

      public void setTestIamPermissionsRetry(Retry testIamPermissionsRetry)
    • getListContentRetry

      public Retry getListContentRetry()
    • setListContentRetry

      public void setListContentRetry(Retry listContentRetry)
    • getListLocationsRetry

      public Retry getListLocationsRetry()
    • setListLocationsRetry

      public void setListLocationsRetry(Retry listLocationsRetry)
    • getGetLocationRetry

      public Retry getGetLocationRetry()
    • setGetLocationRetry

      public void setGetLocationRetry(Retry getLocationRetry)