public static class DatastreamSettings.Builder extends ClientSettings.Builder<DatastreamSettings,DatastreamSettings.Builder>
Builder for DatastreamSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(DatastreamSettings settings)
protected Builder(DatastreamSettings settings)
Parameter
Builder(DatastreamStubSettings.Builder stubSettings)
protected Builder(DatastreamStubSettings.Builder stubSettings)
Parameter
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.
Parameter
Returns
build()
public DatastreamSettings build()
Returns
Overrides
Exceptions
createConnectionProfileOperationSettings()
public OperationCallSettings.Builder<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata> createConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to createConnectionProfile.
Returns
createConnectionProfileSettings()
public UnaryCallSettings.Builder<CreateConnectionProfileRequest,Operation> createConnectionProfileSettings()
Returns the builder for the settings used for calls to createConnectionProfile.
Returns
createPrivateConnectionOperationSettings()
public OperationCallSettings.Builder<CreatePrivateConnectionRequest,PrivateConnection,OperationMetadata> createPrivateConnectionOperationSettings()
Returns the builder for the settings used for calls to createPrivateConnection.
Returns
createPrivateConnectionSettings()
public UnaryCallSettings.Builder<CreatePrivateConnectionRequest,Operation> createPrivateConnectionSettings()
Returns the builder for the settings used for calls to createPrivateConnection.
Returns
createRouteOperationSettings()
public OperationCallSettings.Builder<CreateRouteRequest,Route,OperationMetadata> createRouteOperationSettings()
Returns the builder for the settings used for calls to createRoute.
Returns
createRouteSettings()
public UnaryCallSettings.Builder<CreateRouteRequest,Operation> createRouteSettings()
Returns the builder for the settings used for calls to createRoute.
Returns
createStreamOperationSettings()
public OperationCallSettings.Builder<CreateStreamRequest,Stream,OperationMetadata> createStreamOperationSettings()
Returns the builder for the settings used for calls to createStream.
Returns
createStreamSettings()
public UnaryCallSettings.Builder<CreateStreamRequest,Operation> createStreamSettings()
Returns the builder for the settings used for calls to createStream.
Returns
deleteConnectionProfileOperationSettings()
public OperationCallSettings.Builder<DeleteConnectionProfileRequest,Empty,OperationMetadata> deleteConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to deleteConnectionProfile.
Returns
deleteConnectionProfileSettings()
public UnaryCallSettings.Builder<DeleteConnectionProfileRequest,Operation> deleteConnectionProfileSettings()
Returns the builder for the settings used for calls to deleteConnectionProfile.
Returns
deletePrivateConnectionOperationSettings()
public OperationCallSettings.Builder<DeletePrivateConnectionRequest,Empty,OperationMetadata> deletePrivateConnectionOperationSettings()
Returns the builder for the settings used for calls to deletePrivateConnection.
Returns
deletePrivateConnectionSettings()
public UnaryCallSettings.Builder<DeletePrivateConnectionRequest,Operation> deletePrivateConnectionSettings()
Returns the builder for the settings used for calls to deletePrivateConnection.
Returns
deleteRouteOperationSettings()
public OperationCallSettings.Builder<DeleteRouteRequest,Empty,OperationMetadata> deleteRouteOperationSettings()
Returns the builder for the settings used for calls to deleteRoute.
Returns
deleteRouteSettings()
public UnaryCallSettings.Builder<DeleteRouteRequest,Operation> deleteRouteSettings()
Returns the builder for the settings used for calls to deleteRoute.
Returns
deleteStreamOperationSettings()
public OperationCallSettings.Builder<DeleteStreamRequest,Empty,OperationMetadata> deleteStreamOperationSettings()
Returns the builder for the settings used for calls to deleteStream.
Returns
deleteStreamSettings()
public UnaryCallSettings.Builder<DeleteStreamRequest,Operation> deleteStreamSettings()
Returns the builder for the settings used for calls to deleteStream.
Returns
discoverConnectionProfileSettings()
public UnaryCallSettings.Builder<DiscoverConnectionProfileRequest,DiscoverConnectionProfileResponse> discoverConnectionProfileSettings()
Returns the builder for the settings used for calls to discoverConnectionProfile.
Returns
fetchStaticIpsSettings()
public PagedCallSettings.Builder<FetchStaticIpsRequest,FetchStaticIpsResponse,DatastreamClient.FetchStaticIpsPagedResponse> fetchStaticIpsSettings()
Returns the builder for the settings used for calls to fetchStaticIps.
Returns
getConnectionProfileSettings()
public UnaryCallSettings.Builder<GetConnectionProfileRequest,ConnectionProfile> getConnectionProfileSettings()
Returns the builder for the settings used for calls to getConnectionProfile.
Returns
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.
Returns
getRouteSettings()
public UnaryCallSettings.Builder<GetRouteRequest,Route> getRouteSettings()
Returns the builder for the settings used for calls to getRoute.
Returns
getStreamObjectSettings()
public UnaryCallSettings.Builder<GetStreamObjectRequest,StreamObject> getStreamObjectSettings()
Returns the builder for the settings used for calls to getStreamObject.
Returns
getStreamSettings()
public UnaryCallSettings.Builder<GetStreamRequest,Stream> getStreamSettings()
Returns the builder for the settings used for calls to getStream.
Returns
getStubSettingsBuilder()
public DatastreamStubSettings.Builder getStubSettingsBuilder()
Returns
listConnectionProfilesSettings()
public PagedCallSettings.Builder<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DatastreamClient.ListConnectionProfilesPagedResponse> listConnectionProfilesSettings()
Returns the builder for the settings used for calls to listConnectionProfiles.
Returns
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,DatastreamClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
Returns
listPrivateConnectionsSettings()
public PagedCallSettings.Builder<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DatastreamClient.ListPrivateConnectionsPagedResponse> listPrivateConnectionsSettings()
Returns the builder for the settings used for calls to listPrivateConnections.
Returns
listRoutesSettings()
public PagedCallSettings.Builder<ListRoutesRequest,ListRoutesResponse,DatastreamClient.ListRoutesPagedResponse> listRoutesSettings()
Returns the builder for the settings used for calls to listRoutes.
Returns
listStreamObjectsSettings()
public PagedCallSettings.Builder<ListStreamObjectsRequest,ListStreamObjectsResponse,DatastreamClient.ListStreamObjectsPagedResponse> listStreamObjectsSettings()
Returns the builder for the settings used for calls to listStreamObjects.
Returns
listStreamsSettings()
public PagedCallSettings.Builder<ListStreamsRequest,ListStreamsResponse,DatastreamClient.ListStreamsPagedResponse> listStreamsSettings()
Returns the builder for the settings used for calls to listStreams.
Returns
lookupStreamObjectSettings()
public UnaryCallSettings.Builder<LookupStreamObjectRequest,StreamObject> lookupStreamObjectSettings()
Returns the builder for the settings used for calls to lookupStreamObject.
Returns
startBackfillJobSettings()
public UnaryCallSettings.Builder<StartBackfillJobRequest,StartBackfillJobResponse> startBackfillJobSettings()
Returns the builder for the settings used for calls to startBackfillJob.
Returns
stopBackfillJobSettings()
public UnaryCallSettings.Builder<StopBackfillJobRequest,StopBackfillJobResponse> stopBackfillJobSettings()
Returns the builder for the settings used for calls to stopBackfillJob.
Returns
updateConnectionProfileOperationSettings()
public OperationCallSettings.Builder<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata> updateConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.
Returns
updateConnectionProfileSettings()
public UnaryCallSettings.Builder<UpdateConnectionProfileRequest,Operation> updateConnectionProfileSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.
Returns
updateStreamOperationSettings()
public OperationCallSettings.Builder<UpdateStreamRequest,Stream,OperationMetadata> updateStreamOperationSettings()
Returns the builder for the settings used for calls to updateStream.
Returns
updateStreamSettings()
public UnaryCallSettings.Builder<UpdateStreamRequest,Operation> updateStreamSettings()
Returns the builder for the settings used for calls to updateStream.
Returns