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.ListSessionsPagedResponse
SpannerClient. 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.ListSessionsPage
SpannerClient.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 ListSessionsRequest
ListSessionsRequest.Builder. build()
ListSessionsRequest
ListSessionsRequest.Builder. buildPartial()
static ListSessionsRequest
ListSessionsRequest. getDefaultInstance()
ListSessionsRequest
ListSessionsRequest.Builder. getDefaultInstanceForType()
ListSessionsRequest
ListSessionsRequest. getDefaultInstanceForType()
static ListSessionsRequest
ListSessionsRequest. parseDelimitedFrom(InputStream input)
static ListSessionsRequest
ListSessionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSessionsRequest
ListSessionsRequest. parseFrom(byte[] data)
static ListSessionsRequest
ListSessionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSessionsRequest
ListSessionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSessionsRequest
ListSessionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSessionsRequest
ListSessionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSessionsRequest
ListSessionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSessionsRequest
ListSessionsRequest. parseFrom(InputStream input)
static ListSessionsRequest
ListSessionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSessionsRequest
ListSessionsRequest. parseFrom(ByteBuffer data)
static ListSessionsRequest
ListSessionsRequest. 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 void
SpannerGrpc.AsyncService. listSessions(ListSessionsRequest request, io.grpc.stub.StreamObserver<ListSessionsResponse> responseObserver)
Lists all sessions in a given database.ListSessionsResponse
SpannerGrpc.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.void
SpannerGrpc.SpannerStub. listSessions(ListSessionsRequest request, io.grpc.stub.StreamObserver<ListSessionsResponse> responseObserver)
Lists all sessions in a given database.ListSessionsRequest.Builder
ListSessionsRequest.Builder. mergeFrom(ListSessionsRequest other)
static ListSessionsRequest.Builder
ListSessionsRequest. newBuilder(ListSessionsRequest prototype)
-