com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata> |
DatastreamClient.createConnectionProfileAsync(LocationName parent,
ConnectionProfile connectionProfile,
String connectionProfileId) |
Use this method to create a connection profile in a project and location.
|
com.google.api.gax.longrunning.OperationFuture<PrivateConnection,OperationMetadata> |
DatastreamClient.createPrivateConnectionAsync(LocationName parent,
PrivateConnection privateConnection,
String privateConnectionId) |
Use this method to create a private connectivity configuration.
|
com.google.api.gax.longrunning.OperationFuture<Stream,OperationMetadata> |
DatastreamClient.createStreamAsync(LocationName parent,
Stream stream,
String streamId) |
Use this method to create a stream.
|
DatastreamClient.FetchStaticIpsPagedResponse |
DatastreamClient.fetchStaticIps(LocationName name) |
The FetchStaticIps API call exposes the static ips used by Datastream.
|
DatastreamClient.ListConnectionProfilesPagedResponse |
DatastreamClient.listConnectionProfiles(LocationName parent) |
Use this method to list connection profiles created in a project and location.
|
DatastreamClient.ListPrivateConnectionsPagedResponse |
DatastreamClient.listPrivateConnections(LocationName parent) |
Use this method to list private connectivity configurations in a project and location.
|
DatastreamClient.ListStreamsPagedResponse |
DatastreamClient.listStreams(LocationName parent) |
Use this method to list streams in a project and location.
|