Send feedback
Class DatastreamSettings.Builder (1.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.18.0 keyboard_arrow_down
public static class DatastreamSettings . Builder extends ClientSettings . Builder<DatastreamSettings , DatastreamSettings . Builder >
Builder for DatastreamSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(DatastreamSettings settings)
protected Builder ( DatastreamSettings settings )
Builder(DatastreamStubSettings.Builder stubSettings)
protected Builder ( DatastreamStubSettings . Builder stubSettings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public DatastreamSettings . Builder applyToAllUnaryMethods ( ApiFunction<UnaryCallSettings . Builder <? , ? >, Void > settingsUpdater )
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public DatastreamSettings build ()
Overrides
createConnectionProfileOperationSettings()
public OperationCallSettings . Builder<CreateConnectionProfileRequest , ConnectionProfile , OperationMetadata > createConnectionProfileOperationSettings ()
Returns the builder for the settings used for calls to createConnectionProfile.
createConnectionProfileSettings()
public UnaryCallSettings . Builder<CreateConnectionProfileRequest , Operation > createConnectionProfileSettings ()
Returns the builder for the settings used for calls to createConnectionProfile.
createPrivateConnectionOperationSettings()
public OperationCallSettings . Builder<CreatePrivateConnectionRequest , PrivateConnection , OperationMetadata > createPrivateConnectionOperationSettings ()
Returns the builder for the settings used for calls to createPrivateConnection.
createPrivateConnectionSettings()
public UnaryCallSettings . Builder<CreatePrivateConnectionRequest , Operation > createPrivateConnectionSettings ()
Returns the builder for the settings used for calls to createPrivateConnection.
createRouteOperationSettings()
public OperationCallSettings . Builder<CreateRouteRequest , Route , OperationMetadata > createRouteOperationSettings ()
Returns the builder for the settings used for calls to createRoute.
createRouteSettings()
public UnaryCallSettings . Builder<CreateRouteRequest , Operation > createRouteSettings ()
Returns the builder for the settings used for calls to createRoute.
createStreamOperationSettings()
public OperationCallSettings . Builder<CreateStreamRequest , Stream , OperationMetadata > createStreamOperationSettings ()
Returns the builder for the settings used for calls to createStream.
createStreamSettings()
public UnaryCallSettings . Builder<CreateStreamRequest , Operation > createStreamSettings ()
Returns the builder for the settings used for calls to createStream.
deleteConnectionProfileOperationSettings()
public OperationCallSettings . Builder<DeleteConnectionProfileRequest , Empty , OperationMetadata > deleteConnectionProfileOperationSettings ()
Returns the builder for the settings used for calls to deleteConnectionProfile.
deleteConnectionProfileSettings()
public UnaryCallSettings . Builder<DeleteConnectionProfileRequest , Operation > deleteConnectionProfileSettings ()
Returns the builder for the settings used for calls to deleteConnectionProfile.
deletePrivateConnectionOperationSettings()
public OperationCallSettings . Builder<DeletePrivateConnectionRequest , Empty , OperationMetadata > deletePrivateConnectionOperationSettings ()
Returns the builder for the settings used for calls to deletePrivateConnection.
deletePrivateConnectionSettings()
public UnaryCallSettings . Builder<DeletePrivateConnectionRequest , Operation > deletePrivateConnectionSettings ()
Returns the builder for the settings used for calls to deletePrivateConnection.
deleteRouteOperationSettings()
public OperationCallSettings . Builder<DeleteRouteRequest , Empty , OperationMetadata > deleteRouteOperationSettings ()
Returns the builder for the settings used for calls to deleteRoute.
deleteRouteSettings()
public UnaryCallSettings . Builder<DeleteRouteRequest , Operation > deleteRouteSettings ()
Returns the builder for the settings used for calls to deleteRoute.
deleteStreamOperationSettings()
public OperationCallSettings . Builder<DeleteStreamRequest , Empty , OperationMetadata > deleteStreamOperationSettings ()
Returns the builder for the settings used for calls to deleteStream.
deleteStreamSettings()
public UnaryCallSettings . Builder<DeleteStreamRequest , Operation > deleteStreamSettings ()
Returns the builder for the settings used for calls to deleteStream.
discoverConnectionProfileSettings()
public UnaryCallSettings . Builder<DiscoverConnectionProfileRequest , DiscoverConnectionProfileResponse > discoverConnectionProfileSettings ()
Returns the builder for the settings used for calls to discoverConnectionProfile.
fetchStaticIpsSettings()
public PagedCallSettings . Builder<FetchStaticIpsRequest , FetchStaticIpsResponse , DatastreamClient . FetchStaticIpsPagedResponse > fetchStaticIpsSettings ()
Returns the builder for the settings used for calls to fetchStaticIps.
getConnectionProfileSettings()
public UnaryCallSettings . Builder<GetConnectionProfileRequest , ConnectionProfile > getConnectionProfileSettings ()
Returns the builder for the settings used for calls to getConnectionProfile.
getLocationSettings()
public UnaryCallSettings . Builder<GetLocationRequest , Location > getLocationSettings ()
Returns the builder for the settings used for calls to getLocation.
Returns Type Description Builder <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getPrivateConnectionSettings()
public UnaryCallSettings . Builder<GetPrivateConnectionRequest , PrivateConnection > getPrivateConnectionSettings ()
Returns the builder for the settings used for calls to getPrivateConnection.
getRouteSettings()
public UnaryCallSettings . Builder<GetRouteRequest , Route > getRouteSettings ()
Returns the builder for the settings used for calls to getRoute.
getStreamObjectSettings()
public UnaryCallSettings . Builder<GetStreamObjectRequest , StreamObject > getStreamObjectSettings ()
Returns the builder for the settings used for calls to getStreamObject.
getStreamSettings()
public UnaryCallSettings . Builder<GetStreamRequest , Stream > getStreamSettings ()
Returns the builder for the settings used for calls to getStream.
getStubSettingsBuilder()
public DatastreamStubSettings . Builder getStubSettingsBuilder ()
listConnectionProfilesSettings()
public PagedCallSettings . Builder<ListConnectionProfilesRequest , ListConnectionProfilesResponse , DatastreamClient . ListConnectionProfilesPagedResponse > listConnectionProfilesSettings ()
Returns the builder for the settings used for calls to listConnectionProfiles.
listLocationsSettings()
public PagedCallSettings . Builder<ListLocationsRequest , ListLocationsResponse , DatastreamClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the builder for the settings used for calls to listLocations.
listPrivateConnectionsSettings()
public PagedCallSettings . Builder<ListPrivateConnectionsRequest , ListPrivateConnectionsResponse , DatastreamClient . ListPrivateConnectionsPagedResponse > listPrivateConnectionsSettings ()
Returns the builder for the settings used for calls to listPrivateConnections.
listRoutesSettings()
public PagedCallSettings . Builder<ListRoutesRequest , ListRoutesResponse , DatastreamClient . ListRoutesPagedResponse > listRoutesSettings ()
Returns the builder for the settings used for calls to listRoutes.
listStreamObjectsSettings()
public PagedCallSettings . Builder<ListStreamObjectsRequest , ListStreamObjectsResponse , DatastreamClient . ListStreamObjectsPagedResponse > listStreamObjectsSettings ()
Returns the builder for the settings used for calls to listStreamObjects.
listStreamsSettings()
public PagedCallSettings . Builder<ListStreamsRequest , ListStreamsResponse , DatastreamClient . ListStreamsPagedResponse > listStreamsSettings ()
Returns the builder for the settings used for calls to listStreams.
lookupStreamObjectSettings()
public UnaryCallSettings . Builder<LookupStreamObjectRequest , StreamObject > lookupStreamObjectSettings ()
Returns the builder for the settings used for calls to lookupStreamObject.
startBackfillJobSettings()
public UnaryCallSettings . Builder<StartBackfillJobRequest , StartBackfillJobResponse > startBackfillJobSettings ()
Returns the builder for the settings used for calls to startBackfillJob.
stopBackfillJobSettings()
public UnaryCallSettings . Builder<StopBackfillJobRequest , StopBackfillJobResponse > stopBackfillJobSettings ()
Returns the builder for the settings used for calls to stopBackfillJob.
updateConnectionProfileOperationSettings()
public OperationCallSettings . Builder<UpdateConnectionProfileRequest , ConnectionProfile , OperationMetadata > updateConnectionProfileOperationSettings ()
Returns the builder for the settings used for calls to updateConnectionProfile.
updateConnectionProfileSettings()
public UnaryCallSettings . Builder<UpdateConnectionProfileRequest , Operation > updateConnectionProfileSettings ()
Returns the builder for the settings used for calls to updateConnectionProfile.
updateStreamOperationSettings()
public OperationCallSettings . Builder<UpdateStreamRequest , Stream , OperationMetadata > updateStreamOperationSettings ()
Returns the builder for the settings used for calls to updateStream.
updateStreamSettings()
public UnaryCallSettings . Builder<UpdateStreamRequest , Operation > updateStreamSettings ()
Returns the builder for the settings used for calls to updateStream.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]