Package com.google.cloud.datastream.v1
Class DatastreamGrpc.DatastreamBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<DatastreamGrpc.DatastreamBlockingStub>
-
- com.google.cloud.datastream.v1.DatastreamGrpc.DatastreamBlockingStub
-
- Enclosing class:
- DatastreamGrpc
public static final class DatastreamGrpc.DatastreamBlockingStub extends io.grpc.stub.AbstractBlockingStub<DatastreamGrpc.DatastreamBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Datastream.Datastream service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DatastreamGrpc.DatastreamBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createConnectionProfile(CreateConnectionProfileRequest request)
Use this method to create a connection profile in a project and location.com.google.longrunning.Operation
createPrivateConnection(CreatePrivateConnectionRequest request)
Use this method to create a private connectivity configuration.com.google.longrunning.Operation
createRoute(CreateRouteRequest request)
Use this method to create a route for a private connectivity configuration in a project and location.com.google.longrunning.Operation
createStream(CreateStreamRequest request)
Use this method to create a stream.com.google.longrunning.Operation
deleteConnectionProfile(DeleteConnectionProfileRequest request)
Use this method to delete a connection profile.com.google.longrunning.Operation
deletePrivateConnection(DeletePrivateConnectionRequest request)
Use this method to delete a private connectivity configuration.com.google.longrunning.Operation
deleteRoute(DeleteRouteRequest request)
Use this method to delete a route.com.google.longrunning.Operation
deleteStream(DeleteStreamRequest request)
Use this method to delete a stream.DiscoverConnectionProfileResponse
discoverConnectionProfile(DiscoverConnectionProfileRequest request)
Use this method to discover a connection profile.FetchStaticIpsResponse
fetchStaticIps(FetchStaticIpsRequest request)
The FetchStaticIps API call exposes the static IP addresses used by Datastream.ConnectionProfile
getConnectionProfile(GetConnectionProfileRequest request)
Use this method to get details about a connection profile.PrivateConnection
getPrivateConnection(GetPrivateConnectionRequest request)
Use this method to get details about a private connectivity configuration.Route
getRoute(GetRouteRequest request)
Use this method to get details about a route.Stream
getStream(GetStreamRequest request)
Use this method to get details about a stream.StreamObject
getStreamObject(GetStreamObjectRequest request)
Use this method to get details about a stream object.ListConnectionProfilesResponse
listConnectionProfiles(ListConnectionProfilesRequest request)
Use this method to list connection profiles created in a project and location.ListPrivateConnectionsResponse
listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.ListRoutesResponse
listRoutes(ListRoutesRequest request)
Use this method to list routes created for a private connectivity configuration in a project and location.ListStreamObjectsResponse
listStreamObjects(ListStreamObjectsRequest request)
Use this method to list the objects of a specific stream.ListStreamsResponse
listStreams(ListStreamsRequest request)
Use this method to list streams in a project and location.StreamObject
lookupStreamObject(LookupStreamObjectRequest request)
Use this method to look up a stream object by its source object identifier.StartBackfillJobResponse
startBackfillJob(StartBackfillJobRequest request)
Use this method to start a backfill job for the specified stream object.StopBackfillJobResponse
stopBackfillJob(StopBackfillJobRequest request)
Use this method to stop a backfill job for the specified stream object.com.google.longrunning.Operation
updateConnectionProfile(UpdateConnectionProfileRequest request)
Use this method to update the parameters of a connection profile.com.google.longrunning.Operation
updateStream(UpdateStreamRequest request)
Use this method to update the configuration of a stream.
-
-
-
Method Detail
-
build
protected DatastreamGrpc.DatastreamBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<DatastreamGrpc.DatastreamBlockingStub>
-
listConnectionProfiles
public ListConnectionProfilesResponse listConnectionProfiles(ListConnectionProfilesRequest request)
Use this method to list connection profiles created in a project and location.
-
getConnectionProfile
public ConnectionProfile getConnectionProfile(GetConnectionProfileRequest request)
Use this method to get details about a connection profile.
-
createConnectionProfile
public com.google.longrunning.Operation createConnectionProfile(CreateConnectionProfileRequest request)
Use this method to create a connection profile in a project and location.
-
updateConnectionProfile
public com.google.longrunning.Operation updateConnectionProfile(UpdateConnectionProfileRequest request)
Use this method to update the parameters of a connection profile.
-
deleteConnectionProfile
public com.google.longrunning.Operation deleteConnectionProfile(DeleteConnectionProfileRequest request)
Use this method to delete a connection profile.
-
discoverConnectionProfile
public DiscoverConnectionProfileResponse discoverConnectionProfile(DiscoverConnectionProfileRequest request)
Use this method to discover a connection profile. The discover API call exposes the data objects and metadata belonging to the profile. Typically, a request returns children data objects of a parent data object that's optionally supplied in the request.
-
listStreams
public ListStreamsResponse listStreams(ListStreamsRequest request)
Use this method to list streams in a project and location.
-
getStream
public Stream getStream(GetStreamRequest request)
Use this method to get details about a stream.
-
createStream
public com.google.longrunning.Operation createStream(CreateStreamRequest request)
Use this method to create a stream.
-
updateStream
public com.google.longrunning.Operation updateStream(UpdateStreamRequest request)
Use this method to update the configuration of a stream.
-
deleteStream
public com.google.longrunning.Operation deleteStream(DeleteStreamRequest request)
Use this method to delete a stream.
-
getStreamObject
public StreamObject getStreamObject(GetStreamObjectRequest request)
Use this method to get details about a stream object.
-
lookupStreamObject
public StreamObject lookupStreamObject(LookupStreamObjectRequest request)
Use this method to look up a stream object by its source object identifier.
-
listStreamObjects
public ListStreamObjectsResponse listStreamObjects(ListStreamObjectsRequest request)
Use this method to list the objects of a specific stream.
-
startBackfillJob
public StartBackfillJobResponse startBackfillJob(StartBackfillJobRequest request)
Use this method to start a backfill job for the specified stream object.
-
stopBackfillJob
public StopBackfillJobResponse stopBackfillJob(StopBackfillJobRequest request)
Use this method to stop a backfill job for the specified stream object.
-
fetchStaticIps
public FetchStaticIpsResponse fetchStaticIps(FetchStaticIpsRequest request)
The FetchStaticIps API call exposes the static IP addresses used by Datastream.
-
createPrivateConnection
public com.google.longrunning.Operation createPrivateConnection(CreatePrivateConnectionRequest request)
Use this method to create a private connectivity configuration.
-
getPrivateConnection
public PrivateConnection getPrivateConnection(GetPrivateConnectionRequest request)
Use this method to get details about a private connectivity configuration.
-
listPrivateConnections
public ListPrivateConnectionsResponse listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.
-
deletePrivateConnection
public com.google.longrunning.Operation deletePrivateConnection(DeletePrivateConnectionRequest request)
Use this method to delete a private connectivity configuration.
-
createRoute
public com.google.longrunning.Operation createRoute(CreateRouteRequest request)
Use this method to create a route for a private connectivity configuration in a project and location.
-
getRoute
public Route getRoute(GetRouteRequest request)
Use this method to get details about a route.
-
listRoutes
public ListRoutesResponse listRoutes(ListRoutesRequest request)
Use this method to list routes created for a private connectivity configuration in a project and location.
-
deleteRoute
public com.google.longrunning.Operation deleteRoute(DeleteRouteRequest request)
Use this method to delete a route.
-
-