Class CatalogServiceSpringProperties

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

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

    • CatalogServiceSpringProperties

      public CatalogServiceSpringProperties()
  • 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)
    • getListEntryTypesRetry

      public Retry getListEntryTypesRetry()
    • setListEntryTypesRetry

      public void setListEntryTypesRetry(Retry listEntryTypesRetry)
    • getGetEntryTypeRetry

      public Retry getGetEntryTypeRetry()
    • setGetEntryTypeRetry

      public void setGetEntryTypeRetry(Retry getEntryTypeRetry)
    • getListAspectTypesRetry

      public Retry getListAspectTypesRetry()
    • setListAspectTypesRetry

      public void setListAspectTypesRetry(Retry listAspectTypesRetry)
    • getGetAspectTypeRetry

      public Retry getGetAspectTypeRetry()
    • setGetAspectTypeRetry

      public void setGetAspectTypeRetry(Retry getAspectTypeRetry)
    • getListEntryGroupsRetry

      public Retry getListEntryGroupsRetry()
    • setListEntryGroupsRetry

      public void setListEntryGroupsRetry(Retry listEntryGroupsRetry)
    • getGetEntryGroupRetry

      public Retry getGetEntryGroupRetry()
    • setGetEntryGroupRetry

      public void setGetEntryGroupRetry(Retry getEntryGroupRetry)
    • getCreateEntryRetry

      public Retry getCreateEntryRetry()
    • setCreateEntryRetry

      public void setCreateEntryRetry(Retry createEntryRetry)
    • getUpdateEntryRetry

      public Retry getUpdateEntryRetry()
    • setUpdateEntryRetry

      public void setUpdateEntryRetry(Retry updateEntryRetry)
    • getDeleteEntryRetry

      public Retry getDeleteEntryRetry()
    • setDeleteEntryRetry

      public void setDeleteEntryRetry(Retry deleteEntryRetry)
    • getListEntriesRetry

      public Retry getListEntriesRetry()
    • setListEntriesRetry

      public void setListEntriesRetry(Retry listEntriesRetry)
    • getGetEntryRetry

      public Retry getGetEntryRetry()
    • setGetEntryRetry

      public void setGetEntryRetry(Retry getEntryRetry)
    • getLookupEntryRetry

      public Retry getLookupEntryRetry()
    • setLookupEntryRetry

      public void setLookupEntryRetry(Retry lookupEntryRetry)
    • getSearchEntriesRetry

      public Retry getSearchEntriesRetry()
    • setSearchEntriesRetry

      public void setSearchEntriesRetry(Retry searchEntriesRetry)
    • getListLocationsRetry

      public Retry getListLocationsRetry()
    • setListLocationsRetry

      public void setListLocationsRetry(Retry listLocationsRetry)
    • getGetLocationRetry

      public Retry getGetLocationRetry()
    • setGetLocationRetry

      public void setGetLocationRetry(Retry getLocationRetry)