Uses of Class
com.google.cloud.datastream.v1alpha1.ListStreamsRequest
-
Packages that use ListStreamsRequest Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of ListStreamsRequest in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return ListStreamsRequest Modifier and Type Method Description ListStreamsRequestListStreamsRequest.Builder. build()ListStreamsRequestListStreamsRequest.Builder. buildPartial()static ListStreamsRequestListStreamsRequest. getDefaultInstance()ListStreamsRequestListStreamsRequest.Builder. getDefaultInstanceForType()ListStreamsRequestListStreamsRequest. getDefaultInstanceForType()static ListStreamsRequestListStreamsRequest. parseDelimitedFrom(InputStream input)static ListStreamsRequestListStreamsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStreamsRequestListStreamsRequest. parseFrom(byte[] data)static ListStreamsRequestListStreamsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStreamsRequestListStreamsRequest. parseFrom(com.google.protobuf.ByteString data)static ListStreamsRequestListStreamsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStreamsRequestListStreamsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListStreamsRequestListStreamsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStreamsRequestListStreamsRequest. parseFrom(InputStream input)static ListStreamsRequestListStreamsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStreamsRequestListStreamsRequest. parseFrom(ByteBuffer data)static ListStreamsRequestListStreamsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type ListStreamsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListStreamsRequest,ListStreamsResponse>DatastreamGrpc. getListStreamsMethod()com.google.protobuf.Parser<ListStreamsRequest>ListStreamsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,ListStreamsResponse>DatastreamClient. listStreamsCallable()Use this method to list streams in a project and location.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.static com.google.protobuf.Parser<ListStreamsRequest>ListStreamsRequest. parser()Methods in com.google.cloud.datastream.v1alpha1 with parameters of type ListStreamsRequest Modifier and Type Method Description DatastreamClient.ListStreamsPagedResponseDatastreamClient. listStreams(ListStreamsRequest request)Use this method to list streams in a project and location.default voidDatastreamGrpc.AsyncService. listStreams(ListStreamsRequest request, io.grpc.stub.StreamObserver<ListStreamsResponse> responseObserver)Use this method to list streams in a project and location.ListStreamsResponseDatastreamGrpc.DatastreamBlockingStub. listStreams(ListStreamsRequest request)Use this method to list streams in a project and location.com.google.common.util.concurrent.ListenableFuture<ListStreamsResponse>DatastreamGrpc.DatastreamFutureStub. listStreams(ListStreamsRequest request)Use this method to list streams in a project and location.voidDatastreamGrpc.DatastreamStub. listStreams(ListStreamsRequest request, io.grpc.stub.StreamObserver<ListStreamsResponse> responseObserver)Use this method to list streams in a project and location.ListStreamsRequest.BuilderListStreamsRequest.Builder. mergeFrom(ListStreamsRequest other)static ListStreamsRequest.BuilderListStreamsRequest. newBuilder(ListStreamsRequest prototype)Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type ListStreamsRequest 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)protected DatastreamClient.ListStreamsPageDatastreamClient.ListStreamsPage. createPage(com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, ListStreamsResponse response)com.google.api.core.ApiFuture<DatastreamClient.ListStreamsPage>DatastreamClient.ListStreamsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, com.google.api.core.ApiFuture<ListStreamsResponse> futureResponse) -
Uses of ListStreamsRequest in com.google.cloud.datastream.v1alpha1.stub
Methods in com.google.cloud.datastream.v1alpha1.stub that return types with arguments of type ListStreamsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,ListStreamsResponse>DatastreamStub. listStreamsCallable()com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,ListStreamsResponse>GrpcDatastreamStub. listStreamsCallable()com.google.api.gax.rpc.UnaryCallable<ListStreamsRequest,ListStreamsResponse>HttpJsonDatastreamStub. listStreamsCallable()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.
-