Uses of Class
com.google.cloud.datastream.v1.DatastreamClient.ListStreamsPagedResponse
-
Packages that use DatastreamClient.ListStreamsPagedResponse Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of DatastreamClient.ListStreamsPagedResponse in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return DatastreamClient.ListStreamsPagedResponse Modifier and Type Method Description DatastreamClient.ListStreamsPagedResponse
DatastreamClient. listStreams(ListStreamsRequest request)
Use this method to list streams in a project and location.DatastreamClient.ListStreamsPagedResponse
DatastreamClient. listStreams(LocationName parent)
Use this method to list streams in a project and location.DatastreamClient.ListStreamsPagedResponse
DatastreamClient. listStreams(String parent)
Use this method to list streams in a project and location.Methods in com.google.cloud.datastream.v1 that return types with arguments of type DatastreamClient.ListStreamsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatastreamClient.ListStreamsPagedResponse>
DatastreamClient.ListStreamsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, com.google.api.core.ApiFuture<ListStreamsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,DatastreamClient.ListStreamsPagedResponse>
DatastreamClient. listStreamsPagedCallable()
Use this method to list streams in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListStreamsRequest,ListStreamsResponse,DatastreamClient.ListStreamsPagedResponse>
DatastreamSettings.Builder. listStreamsSettings()
Returns the builder for the settings used for calls to listStreams.com.google.api.gax.rpc.PagedCallSettings<ListStreamsRequest,ListStreamsResponse,DatastreamClient.ListStreamsPagedResponse>
DatastreamSettings. listStreamsSettings()
Returns the object with the settings used for calls to listStreams. -
Uses of DatastreamClient.ListStreamsPagedResponse in com.google.cloud.datastream.v1.stub
Methods in com.google.cloud.datastream.v1.stub that return types with arguments of type DatastreamClient.ListStreamsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,DatastreamClient.ListStreamsPagedResponse>
DatastreamStub. listStreamsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,DatastreamClient.ListStreamsPagedResponse>
GrpcDatastreamStub. listStreamsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,DatastreamClient.ListStreamsPagedResponse>
HttpJsonDatastreamStub. listStreamsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListStreamsRequest,ListStreamsResponse,DatastreamClient.ListStreamsPagedResponse>
DatastreamStubSettings.Builder. listStreamsSettings()
Returns the builder for the settings used for calls to listStreams.com.google.api.gax.rpc.PagedCallSettings<ListStreamsRequest,ListStreamsResponse,DatastreamClient.ListStreamsPagedResponse>
DatastreamStubSettings. listStreamsSettings()
Returns the object with the settings used for calls to listStreams.
-