Class DatastreamSpringProperties
java.lang.Object
com.google.cloud.datastream.v1.spring.DatastreamSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.datastream.v1.datastream")
public class DatastreamSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for Datastream client bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setDiscoverConnectionProfileRetry
(Retry discoverConnectionProfileRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setFetchStaticIpsRetry
(Retry fetchStaticIpsRetry) void
setGetConnectionProfileRetry
(Retry getConnectionProfileRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetPrivateConnectionRetry
(Retry getPrivateConnectionRetry) void
setGetRouteRetry
(Retry getRouteRetry) void
setGetStreamObjectRetry
(Retry getStreamObjectRetry) void
setGetStreamRetry
(Retry getStreamRetry) void
setListConnectionProfilesRetry
(Retry listConnectionProfilesRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListPrivateConnectionsRetry
(Retry listPrivateConnectionsRetry) void
setListRoutesRetry
(Retry listRoutesRetry) void
setListStreamObjectsRetry
(Retry listStreamObjectsRetry) void
setListStreamsRetry
(Retry listStreamsRetry) void
setLookupStreamObjectRetry
(Retry lookupStreamObjectRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setStartBackfillJobRetry
(Retry startBackfillJobRetry) void
setStopBackfillJobRetry
(Retry stopBackfillJobRetry) void
setUseRest
(boolean useRest)
-
Constructor Details
-
DatastreamSpringProperties
public DatastreamSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplier
Supplies credentials configuration.- Specified by:
getCredentials
in interfaceCredentialsSupplier
- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListConnectionProfilesRetry
-
setListConnectionProfilesRetry
-
getGetConnectionProfileRetry
-
setGetConnectionProfileRetry
-
getDiscoverConnectionProfileRetry
-
setDiscoverConnectionProfileRetry
-
getListStreamsRetry
-
setListStreamsRetry
-
getGetStreamRetry
-
setGetStreamRetry
-
getGetStreamObjectRetry
-
setGetStreamObjectRetry
-
getLookupStreamObjectRetry
-
setLookupStreamObjectRetry
-
getListStreamObjectsRetry
-
setListStreamObjectsRetry
-
getStartBackfillJobRetry
-
setStartBackfillJobRetry
-
getStopBackfillJobRetry
-
setStopBackfillJobRetry
-
getFetchStaticIpsRetry
-
setFetchStaticIpsRetry
-
getGetPrivateConnectionRetry
-
setGetPrivateConnectionRetry
-
getListPrivateConnectionsRetry
-
setListPrivateConnectionsRetry
-
getGetRouteRetry
-
setGetRouteRetry
-
getListRoutesRetry
-
setListRoutesRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-