Class MetadataServiceSpringProperties

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

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

    • MetadataServiceSpringProperties

      public MetadataServiceSpringProperties()
  • 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)
    • getCreateEntityRetry

      public Retry getCreateEntityRetry()
    • setCreateEntityRetry

      public void setCreateEntityRetry(Retry createEntityRetry)
    • getUpdateEntityRetry

      public Retry getUpdateEntityRetry()
    • setUpdateEntityRetry

      public void setUpdateEntityRetry(Retry updateEntityRetry)
    • getDeleteEntityRetry

      public Retry getDeleteEntityRetry()
    • setDeleteEntityRetry

      public void setDeleteEntityRetry(Retry deleteEntityRetry)
    • getGetEntityRetry

      public Retry getGetEntityRetry()
    • setGetEntityRetry

      public void setGetEntityRetry(Retry getEntityRetry)
    • getListEntitiesRetry

      public Retry getListEntitiesRetry()
    • setListEntitiesRetry

      public void setListEntitiesRetry(Retry listEntitiesRetry)
    • getCreatePartitionRetry

      public Retry getCreatePartitionRetry()
    • setCreatePartitionRetry

      public void setCreatePartitionRetry(Retry createPartitionRetry)
    • getDeletePartitionRetry

      public Retry getDeletePartitionRetry()
    • setDeletePartitionRetry

      public void setDeletePartitionRetry(Retry deletePartitionRetry)
    • getGetPartitionRetry

      public Retry getGetPartitionRetry()
    • setGetPartitionRetry

      public void setGetPartitionRetry(Retry getPartitionRetry)
    • getListPartitionsRetry

      public Retry getListPartitionsRetry()
    • setListPartitionsRetry

      public void setListPartitionsRetry(Retry listPartitionsRetry)
    • getListLocationsRetry

      public Retry getListLocationsRetry()
    • setListLocationsRetry

      public void setListLocationsRetry(Retry listLocationsRetry)
    • getGetLocationRetry

      public Retry getGetLocationRetry()
    • setGetLocationRetry

      public void setGetLocationRetry(Retry getLocationRetry)