| Package | Description |
|---|---|
| com.google.cloud.datastream.v1 |
A client to Datastream API
|
| com.google.cloud.datastream.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
DatastreamClient.ListStreamObjectsPagedResponse |
DatastreamClient.listStreamObjects(ListStreamObjectsRequest request)
Use this method to list the objects of a specific stream.
|
DatastreamClient.ListStreamObjectsPagedResponse |
DatastreamClient.listStreamObjects(StreamName parent)
Use this method to list the objects of a specific stream.
|
DatastreamClient.ListStreamObjectsPagedResponse |
DatastreamClient.listStreamObjects(String parent)
Use this method to list the objects of a specific stream.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DatastreamClient.ListStreamObjectsPagedResponse> |
DatastreamClient.ListStreamObjectsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context,
com.google.api.core.ApiFuture<ListStreamObjectsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListStreamObjectsRequest,DatastreamClient.ListStreamObjectsPagedResponse> |
DatastreamClient.listStreamObjectsPagedCallable()
Use this method to list the objects of a specific stream.
|
com.google.api.gax.rpc.PagedCallSettings<ListStreamObjectsRequest,ListStreamObjectsResponse,DatastreamClient.ListStreamObjectsPagedResponse> |
DatastreamSettings.listStreamObjectsSettings()
Returns the object with the settings used for calls to listStreamObjects.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListStreamObjectsRequest,ListStreamObjectsResponse,DatastreamClient.ListStreamObjectsPagedResponse> |
DatastreamSettings.Builder.listStreamObjectsSettings()
Returns the builder for the settings used for calls to listStreamObjects.
|
Copyright © 2022 Google LLC. All rights reserved.