Send feedback
Class DatastreamStubSettings.Builder (1.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.14.0 keyboard_arrow_down
public static class DatastreamStubSettings . Builder extends StubSettings . Builder<DatastreamStubSettings , DatastreamStubSettings . Builder >
Builder for DatastreamStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(DatastreamStubSettings settings)
protected Builder ( DatastreamStubSettings settings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public DatastreamStubSettings . 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 DatastreamStubSettings 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.
fetchErrorsOperationSettings()
public OperationCallSettings . Builder<FetchErrorsRequest , FetchErrorsResponse , OperationMetadata > fetchErrorsOperationSettings ()
Returns the builder for the settings used for calls to fetchErrors.
public UnaryCallSettings . Builder<FetchErrorsRequest , Operation > fetchErrorsSettings ()
Returns the builder for the settings used for calls to fetchErrors.
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.
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.
getStreamSettings()
public UnaryCallSettings . Builder<GetStreamRequest , Stream > getStreamSettings ()
Returns the builder for the settings used for calls to getStream.
listConnectionProfilesSettings()
public PagedCallSettings . Builder<ListConnectionProfilesRequest , ListConnectionProfilesResponse , DatastreamClient . ListConnectionProfilesPagedResponse > listConnectionProfilesSettings ()
Returns the builder for the settings used for calls to listConnectionProfiles.
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.
listStreamsSettings()
public PagedCallSettings . Builder<ListStreamsRequest , ListStreamsResponse , DatastreamClient . ListStreamsPagedResponse > listStreamsSettings ()
Returns the builder for the settings used for calls to listStreams.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
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-28 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-28 UTC."],[],[]]