Uses of Class
com.google.spanner.v1.ListSessionsRequest
-
Packages that use ListSessionsRequest Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of ListSessionsRequest in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return types with arguments of type ListSessionsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,ListSessionsResponse>SpannerClient. listSessionsCallable()Lists all sessions in a given database.com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse>SpannerClient. listSessionsPagedCallable()Lists all sessions in a given database.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse>SpannerSettings.Builder. listSessionsSettings()Returns the builder for the settings used for calls to listSessions.com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse>SpannerSettings. listSessionsSettings()Returns the object with the settings used for calls to listSessions.Methods in com.google.cloud.spanner.v1 with parameters of type ListSessionsRequest Modifier and Type Method Description SpannerClient.ListSessionsPagedResponseSpannerClient. listSessions(ListSessionsRequest request)Lists all sessions in a given database.Method parameters in com.google.cloud.spanner.v1 with type arguments of type ListSessionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<SpannerClient.ListSessionsPagedResponse>SpannerClient.ListSessionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse)protected SpannerClient.ListSessionsPageSpannerClient.ListSessionsPage. createPage(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)com.google.api.core.ApiFuture<SpannerClient.ListSessionsPage>SpannerClient.ListSessionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse) -
Uses of ListSessionsRequest in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type ListSessionsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,ListSessionsResponse>GrpcSpannerStub. listSessionsCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,ListSessionsResponse>HttpJsonSpannerStub. listSessionsCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,ListSessionsResponse>SpannerStub. listSessionsCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse>GrpcSpannerStub. listSessionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse>HttpJsonSpannerStub. listSessionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse>SpannerStub. listSessionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse>SpannerStubSettings.Builder. listSessionsSettings()Returns the builder for the settings used for calls to listSessions.com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse>SpannerStubSettings. listSessionsSettings()Returns the object with the settings used for calls to listSessions. -
Uses of ListSessionsRequest in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ListSessionsRequest Modifier and Type Method Description ListSessionsRequestListSessionsRequest.Builder. build()ListSessionsRequestListSessionsRequest.Builder. buildPartial()static ListSessionsRequestListSessionsRequest. getDefaultInstance()ListSessionsRequestListSessionsRequest.Builder. getDefaultInstanceForType()ListSessionsRequestListSessionsRequest. getDefaultInstanceForType()static ListSessionsRequestListSessionsRequest. parseDelimitedFrom(InputStream input)static ListSessionsRequestListSessionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSessionsRequestListSessionsRequest. parseFrom(byte[] data)static ListSessionsRequestListSessionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSessionsRequestListSessionsRequest. parseFrom(com.google.protobuf.ByteString data)static ListSessionsRequestListSessionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSessionsRequestListSessionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListSessionsRequestListSessionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSessionsRequestListSessionsRequest. parseFrom(InputStream input)static ListSessionsRequestListSessionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSessionsRequestListSessionsRequest. parseFrom(ByteBuffer data)static ListSessionsRequestListSessionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type ListSessionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSessionsRequest,ListSessionsResponse>SpannerGrpc. getListSessionsMethod()com.google.protobuf.Parser<ListSessionsRequest>ListSessionsRequest. getParserForType()static com.google.protobuf.Parser<ListSessionsRequest>ListSessionsRequest. parser()Methods in com.google.spanner.v1 with parameters of type ListSessionsRequest Modifier and Type Method Description default voidSpannerGrpc.AsyncService. listSessions(ListSessionsRequest request, io.grpc.stub.StreamObserver<ListSessionsResponse> responseObserver)Lists all sessions in a given database.ListSessionsResponseSpannerGrpc.SpannerBlockingStub. listSessions(ListSessionsRequest request)Lists all sessions in a given database.com.google.common.util.concurrent.ListenableFuture<ListSessionsResponse>SpannerGrpc.SpannerFutureStub. listSessions(ListSessionsRequest request)Lists all sessions in a given database.voidSpannerGrpc.SpannerStub. listSessions(ListSessionsRequest request, io.grpc.stub.StreamObserver<ListSessionsResponse> responseObserver)Lists all sessions in a given database.ListSessionsRequest.BuilderListSessionsRequest.Builder. mergeFrom(ListSessionsRequest other)static ListSessionsRequest.BuilderListSessionsRequest. newBuilder(ListSessionsRequest prototype)
-