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