Uses of Class
com.google.cloud.datastream.v1.ListStreamObjectsResponse
-
Packages that use ListStreamObjectsResponse Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of ListStreamObjectsResponse in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return ListStreamObjectsResponse Modifier and Type Method Description ListStreamObjectsResponse
ListStreamObjectsResponse.Builder. build()
ListStreamObjectsResponse
ListStreamObjectsResponse.Builder. buildPartial()
static ListStreamObjectsResponse
ListStreamObjectsResponse. getDefaultInstance()
ListStreamObjectsResponse
ListStreamObjectsResponse.Builder. getDefaultInstanceForType()
ListStreamObjectsResponse
ListStreamObjectsResponse. getDefaultInstanceForType()
ListStreamObjectsResponse
DatastreamGrpc.DatastreamBlockingStub. listStreamObjects(ListStreamObjectsRequest request)
Use this method to list the objects of a specific stream.static ListStreamObjectsResponse
ListStreamObjectsResponse. parseDelimitedFrom(InputStream input)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(byte[] data)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(InputStream input)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(ByteBuffer data)
static ListStreamObjectsResponse
ListStreamObjectsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type ListStreamObjectsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListStreamObjectsRequest,ListStreamObjectsResponse>
DatastreamGrpc. getListStreamObjectsMethod()
com.google.protobuf.Parser<ListStreamObjectsResponse>
ListStreamObjectsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListStreamObjectsResponse>
DatastreamGrpc.DatastreamFutureStub. listStreamObjects(ListStreamObjectsRequest request)
Use this method to list the objects of a specific stream.com.google.api.gax.rpc.UnaryCallable<ListStreamObjectsRequest,ListStreamObjectsResponse>
DatastreamClient. listStreamObjectsCallable()
Use this method to list the objects of a specific stream.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.com.google.api.gax.rpc.PagedCallSettings<ListStreamObjectsRequest,ListStreamObjectsResponse,DatastreamClient.ListStreamObjectsPagedResponse>
DatastreamSettings. listStreamObjectsSettings()
Returns the object with the settings used for calls to listStreamObjects.static com.google.protobuf.Parser<ListStreamObjectsResponse>
ListStreamObjectsResponse. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type ListStreamObjectsResponse Modifier and Type Method Description protected DatastreamClient.ListStreamObjectsPage
DatastreamClient.ListStreamObjectsPage. createPage(com.google.api.gax.rpc.PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, ListStreamObjectsResponse response)
ListStreamObjectsResponse.Builder
ListStreamObjectsResponse.Builder. mergeFrom(ListStreamObjectsResponse other)
static ListStreamObjectsResponse.Builder
ListStreamObjectsResponse. newBuilder(ListStreamObjectsResponse prototype)
Method parameters in com.google.cloud.datastream.v1 with type arguments of type ListStreamObjectsResponse Modifier and Type Method 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)
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)
protected DatastreamClient.ListStreamObjectsPage
DatastreamClient.ListStreamObjectsPage. createPage(com.google.api.gax.rpc.PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, ListStreamObjectsResponse response)
com.google.api.core.ApiFuture<DatastreamClient.ListStreamObjectsPage>
DatastreamClient.ListStreamObjectsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, com.google.api.core.ApiFuture<ListStreamObjectsResponse> futureResponse)
com.google.api.core.ApiFuture<DatastreamClient.ListStreamObjectsPage>
DatastreamClient.ListStreamObjectsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStreamObjectsRequest,ListStreamObjectsResponse,StreamObject> context, com.google.api.core.ApiFuture<ListStreamObjectsResponse> futureResponse)
default void
DatastreamGrpc.AsyncService. listStreamObjects(ListStreamObjectsRequest request, io.grpc.stub.StreamObserver<ListStreamObjectsResponse> responseObserver)
Use this method to list the objects of a specific stream.void
DatastreamGrpc.DatastreamStub. listStreamObjects(ListStreamObjectsRequest request, io.grpc.stub.StreamObserver<ListStreamObjectsResponse> responseObserver)
Use this method to list the objects of a specific stream. -
Uses of ListStreamObjectsResponse in com.google.cloud.datastream.v1.stub
Methods in com.google.cloud.datastream.v1.stub that return types with arguments of type ListStreamObjectsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListStreamObjectsRequest,ListStreamObjectsResponse>
DatastreamStub. listStreamObjectsCallable()
com.google.api.gax.rpc.UnaryCallable<ListStreamObjectsRequest,ListStreamObjectsResponse>
GrpcDatastreamStub. listStreamObjectsCallable()
com.google.api.gax.rpc.UnaryCallable<ListStreamObjectsRequest,ListStreamObjectsResponse>
HttpJsonDatastreamStub. listStreamObjectsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListStreamObjectsRequest,ListStreamObjectsResponse,DatastreamClient.ListStreamObjectsPagedResponse>
DatastreamStubSettings.Builder. listStreamObjectsSettings()
Returns the builder for the settings used for calls to listStreamObjects.com.google.api.gax.rpc.PagedCallSettings<ListStreamObjectsRequest,ListStreamObjectsResponse,DatastreamClient.ListStreamObjectsPagedResponse>
DatastreamStubSettings. listStreamObjectsSettings()
Returns the object with the settings used for calls to listStreamObjects.
-