Send feedback
Class DatastreamStub (1.2.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.2.2 keyboard_arrow_down
public abstract class DatastreamStub implements BackgroundResource
Base stub class for the Datastream service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
DatastreamStub()
Methods
close()
public abstract void close ()
createConnectionProfileCallable()
public UnaryCallable<CreateConnectionProfileRequest , Operation > createConnectionProfileCallable ()
Returns
createConnectionProfileOperationCallable()
public OperationCallable<CreateConnectionProfileRequest , ConnectionProfile , OperationMetadata > createConnectionProfileOperationCallable ()
Returns
createPrivateConnectionCallable()
public UnaryCallable<CreatePrivateConnectionRequest , Operation > createPrivateConnectionCallable ()
Returns
createPrivateConnectionOperationCallable()
public OperationCallable<CreatePrivateConnectionRequest , PrivateConnection , OperationMetadata > createPrivateConnectionOperationCallable ()
Returns
createRouteCallable()
public UnaryCallable<CreateRouteRequest , Operation > createRouteCallable ()
Returns
createRouteOperationCallable()
public OperationCallable<CreateRouteRequest , Route , OperationMetadata > createRouteOperationCallable ()
Returns
createStreamCallable()
public UnaryCallable<CreateStreamRequest , Operation > createStreamCallable ()
Returns
createStreamOperationCallable()
public OperationCallable<CreateStreamRequest , Stream , OperationMetadata > createStreamOperationCallable ()
Returns
deleteConnectionProfileCallable()
public UnaryCallable<DeleteConnectionProfileRequest , Operation > deleteConnectionProfileCallable ()
Returns
deleteConnectionProfileOperationCallable()
public OperationCallable<DeleteConnectionProfileRequest , Empty , OperationMetadata > deleteConnectionProfileOperationCallable ()
Returns
deletePrivateConnectionCallable()
public UnaryCallable<DeletePrivateConnectionRequest , Operation > deletePrivateConnectionCallable ()
Returns
deletePrivateConnectionOperationCallable()
public OperationCallable<DeletePrivateConnectionRequest , Empty , OperationMetadata > deletePrivateConnectionOperationCallable ()
Returns
deleteRouteCallable()
public UnaryCallable<DeleteRouteRequest , Operation > deleteRouteCallable ()
Returns
deleteRouteOperationCallable()
public OperationCallable<DeleteRouteRequest , Empty , OperationMetadata > deleteRouteOperationCallable ()
Returns
deleteStreamCallable()
public UnaryCallable<DeleteStreamRequest , Operation > deleteStreamCallable ()
Returns
deleteStreamOperationCallable()
public OperationCallable<DeleteStreamRequest , Empty , OperationMetadata > deleteStreamOperationCallable ()
Returns
discoverConnectionProfileCallable()
public UnaryCallable<DiscoverConnectionProfileRequest , DiscoverConnectionProfileResponse > discoverConnectionProfileCallable ()
Returns
fetchStaticIpsCallable()
public UnaryCallable<FetchStaticIpsRequest , FetchStaticIpsResponse > fetchStaticIpsCallable ()
Returns
fetchStaticIpsPagedCallable()
public UnaryCallable<FetchStaticIpsRequest , DatastreamClient . FetchStaticIpsPagedResponse > fetchStaticIpsPagedCallable ()
Returns
getConnectionProfileCallable()
public UnaryCallable<GetConnectionProfileRequest , ConnectionProfile > getConnectionProfileCallable ()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub ()
Returns
getLocationCallable()
public UnaryCallable<GetLocationRequest , Location > getLocationCallable ()
Returns
Type Description UnaryCallable <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getOperationsStub()
public OperationsStub getOperationsStub ()
Returns
getPrivateConnectionCallable()
public UnaryCallable<GetPrivateConnectionRequest , PrivateConnection > getPrivateConnectionCallable ()
Returns
getRouteCallable()
public UnaryCallable<GetRouteRequest , Route > getRouteCallable ()
Returns
getStreamCallable()
public UnaryCallable<GetStreamRequest , Stream > getStreamCallable ()
Returns
getStreamObjectCallable()
public UnaryCallable<GetStreamObjectRequest , StreamObject > getStreamObjectCallable ()
Returns
listConnectionProfilesCallable()
public UnaryCallable<ListConnectionProfilesRequest , ListConnectionProfilesResponse > listConnectionProfilesCallable ()
Returns
listConnectionProfilesPagedCallable()
public UnaryCallable<ListConnectionProfilesRequest , DatastreamClient . ListConnectionProfilesPagedResponse > listConnectionProfilesPagedCallable ()
Returns
listLocationsCallable()
public UnaryCallable<ListLocationsRequest , ListLocationsResponse > listLocationsCallable ()
Returns
Type Description UnaryCallable <com.google.cloud.location.ListLocationsRequest ,com.google.cloud.location.ListLocationsResponse >
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest , DatastreamClient . ListLocationsPagedResponse > listLocationsPagedCallable ()
Returns
listPrivateConnectionsCallable()
public UnaryCallable<ListPrivateConnectionsRequest , ListPrivateConnectionsResponse > listPrivateConnectionsCallable ()
Returns
listPrivateConnectionsPagedCallable()
public UnaryCallable<ListPrivateConnectionsRequest , DatastreamClient . ListPrivateConnectionsPagedResponse > listPrivateConnectionsPagedCallable ()
Returns
listRoutesCallable()
public UnaryCallable<ListRoutesRequest , ListRoutesResponse > listRoutesCallable ()
Returns
listRoutesPagedCallable()
public UnaryCallable<ListRoutesRequest , DatastreamClient . ListRoutesPagedResponse > listRoutesPagedCallable ()
Returns
listStreamObjectsCallable()
public UnaryCallable<ListStreamObjectsRequest , ListStreamObjectsResponse > listStreamObjectsCallable ()
Returns
listStreamObjectsPagedCallable()
public UnaryCallable<ListStreamObjectsRequest , DatastreamClient . ListStreamObjectsPagedResponse > listStreamObjectsPagedCallable ()
Returns
listStreamsCallable()
public UnaryCallable<ListStreamsRequest , ListStreamsResponse > listStreamsCallable ()
Returns
listStreamsPagedCallable()
public UnaryCallable<ListStreamsRequest , DatastreamClient . ListStreamsPagedResponse > listStreamsPagedCallable ()
Returns
lookupStreamObjectCallable()
public UnaryCallable<LookupStreamObjectRequest , StreamObject > lookupStreamObjectCallable ()
Returns
startBackfillJobCallable()
public UnaryCallable<StartBackfillJobRequest , StartBackfillJobResponse > startBackfillJobCallable ()
Returns
stopBackfillJobCallable()
public UnaryCallable<StopBackfillJobRequest , StopBackfillJobResponse > stopBackfillJobCallable ()
Returns
updateConnectionProfileCallable()
public UnaryCallable<UpdateConnectionProfileRequest , Operation > updateConnectionProfileCallable ()
Returns
updateConnectionProfileOperationCallable()
public OperationCallable<UpdateConnectionProfileRequest , ConnectionProfile , OperationMetadata > updateConnectionProfileOperationCallable ()
Returns
updateStreamCallable()
public UnaryCallable<UpdateStreamRequest , Operation > updateStreamCallable ()
Returns
updateStreamOperationCallable()
public OperationCallable<UpdateStreamRequest , Stream , OperationMetadata > updateStreamOperationCallable ()
Returns
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 2024-11-02 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 2024-11-02 UTC."],[],[]]