Class MetadataServiceSpringProperties

java.lang.Object
com.google.cloud.aiplatform.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.aiplatform.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)
    • getExecutorThreadCount

      public Integer getExecutorThreadCount()
    • setExecutorThreadCount

      public void setExecutorThreadCount(Integer executorThreadCount)
    • getRetry

      public Retry getRetry()
    • setRetry

      public void setRetry(Retry retry)
    • getGetMetadataStoreRetry

      public Retry getGetMetadataStoreRetry()
    • setGetMetadataStoreRetry

      public void setGetMetadataStoreRetry(Retry getMetadataStoreRetry)
    • getListMetadataStoresRetry

      public Retry getListMetadataStoresRetry()
    • setListMetadataStoresRetry

      public void setListMetadataStoresRetry(Retry listMetadataStoresRetry)
    • getCreateArtifactRetry

      public Retry getCreateArtifactRetry()
    • setCreateArtifactRetry

      public void setCreateArtifactRetry(Retry createArtifactRetry)
    • getGetArtifactRetry

      public Retry getGetArtifactRetry()
    • setGetArtifactRetry

      public void setGetArtifactRetry(Retry getArtifactRetry)
    • getListArtifactsRetry

      public Retry getListArtifactsRetry()
    • setListArtifactsRetry

      public void setListArtifactsRetry(Retry listArtifactsRetry)
    • getUpdateArtifactRetry

      public Retry getUpdateArtifactRetry()
    • setUpdateArtifactRetry

      public void setUpdateArtifactRetry(Retry updateArtifactRetry)
    • getCreateContextRetry

      public Retry getCreateContextRetry()
    • setCreateContextRetry

      public void setCreateContextRetry(Retry createContextRetry)
    • getGetContextRetry

      public Retry getGetContextRetry()
    • setGetContextRetry

      public void setGetContextRetry(Retry getContextRetry)
    • getListContextsRetry

      public Retry getListContextsRetry()
    • setListContextsRetry

      public void setListContextsRetry(Retry listContextsRetry)
    • getUpdateContextRetry

      public Retry getUpdateContextRetry()
    • setUpdateContextRetry

      public void setUpdateContextRetry(Retry updateContextRetry)
    • getAddContextArtifactsAndExecutionsRetry

      public Retry getAddContextArtifactsAndExecutionsRetry()
    • setAddContextArtifactsAndExecutionsRetry

      public void setAddContextArtifactsAndExecutionsRetry(Retry addContextArtifactsAndExecutionsRetry)
    • getAddContextChildrenRetry

      public Retry getAddContextChildrenRetry()
    • setAddContextChildrenRetry

      public void setAddContextChildrenRetry(Retry addContextChildrenRetry)
    • getRemoveContextChildrenRetry

      public Retry getRemoveContextChildrenRetry()
    • setRemoveContextChildrenRetry

      public void setRemoveContextChildrenRetry(Retry removeContextChildrenRetry)
    • getQueryContextLineageSubgraphRetry

      public Retry getQueryContextLineageSubgraphRetry()
    • setQueryContextLineageSubgraphRetry

      public void setQueryContextLineageSubgraphRetry(Retry queryContextLineageSubgraphRetry)
    • getCreateExecutionRetry

      public Retry getCreateExecutionRetry()
    • setCreateExecutionRetry

      public void setCreateExecutionRetry(Retry createExecutionRetry)
    • getGetExecutionRetry

      public Retry getGetExecutionRetry()
    • setGetExecutionRetry

      public void setGetExecutionRetry(Retry getExecutionRetry)
    • getListExecutionsRetry

      public Retry getListExecutionsRetry()
    • setListExecutionsRetry

      public void setListExecutionsRetry(Retry listExecutionsRetry)
    • getUpdateExecutionRetry

      public Retry getUpdateExecutionRetry()
    • setUpdateExecutionRetry

      public void setUpdateExecutionRetry(Retry updateExecutionRetry)
    • getAddExecutionEventsRetry

      public Retry getAddExecutionEventsRetry()
    • setAddExecutionEventsRetry

      public void setAddExecutionEventsRetry(Retry addExecutionEventsRetry)
    • getQueryExecutionInputsAndOutputsRetry

      public Retry getQueryExecutionInputsAndOutputsRetry()
    • setQueryExecutionInputsAndOutputsRetry

      public void setQueryExecutionInputsAndOutputsRetry(Retry queryExecutionInputsAndOutputsRetry)
    • getCreateMetadataSchemaRetry

      public Retry getCreateMetadataSchemaRetry()
    • setCreateMetadataSchemaRetry

      public void setCreateMetadataSchemaRetry(Retry createMetadataSchemaRetry)
    • getGetMetadataSchemaRetry

      public Retry getGetMetadataSchemaRetry()
    • setGetMetadataSchemaRetry

      public void setGetMetadataSchemaRetry(Retry getMetadataSchemaRetry)
    • getListMetadataSchemasRetry

      public Retry getListMetadataSchemasRetry()
    • setListMetadataSchemasRetry

      public void setListMetadataSchemasRetry(Retry listMetadataSchemasRetry)
    • getQueryArtifactLineageSubgraphRetry

      public Retry getQueryArtifactLineageSubgraphRetry()
    • setQueryArtifactLineageSubgraphRetry

      public void setQueryArtifactLineageSubgraphRetry(Retry queryArtifactLineageSubgraphRetry)
    • getListLocationsRetry

      public Retry getListLocationsRetry()
    • setListLocationsRetry

      public void setListLocationsRetry(Retry listLocationsRetry)
    • getGetLocationRetry

      public Retry getGetLocationRetry()
    • setGetLocationRetry

      public void setGetLocationRetry(Retry getLocationRetry)
    • 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)