Package com.google.cloud.spanner.spi.v1 (6.66.0)

GitHub Repository

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.spanner for new applications.

Classes

Class Description
com.google.cloud.spanner.spi.v1.GapicSpannerRpc Implementation of Cloud Spanner remote calls using Gapic libraries.
com.google.cloud.spanner.spi.v1.SpannerErrorInterceptor Adds error details to statuses returned by the Cloud Spanner API. TODO(user): Add integration tests to check for error details.
com.google.cloud.spanner.spi.v1.SpannerInterceptorProvider For internal use only. An interceptor provider that provides a list of grpc interceptors for GapicSpannerRpc to handle logging and error augmentation by intercepting grpc calls.
com.google.cloud.spanner.spi.v1.SpannerRpc.Paginated Represents results from paginated RPCs, i.e., those where up to a maximum number of items is returned from each call and a followup call must be made to fetch more.
com.google.cloud.spanner.spi.v1.SpannerRpcViews

Interfaces

Interface Description
com.google.cloud.spanner.spi.v1.SpannerRpc Abstracts remote calls to the Cloud Spanner service. Typically end-consumer code will never use this interface; it's main purpose is to abstract the implementation of the public Cloud Spanner API from the underlying transport mechanism.
com.google.cloud.spanner.spi.v1.SpannerRpc.ResultStreamConsumer Consumer for the results produced by a streaming read or query call.
com.google.cloud.spanner.spi.v1.SpannerRpc.StreamingCall Handle for cancellation of a streaming read or query call.

Enums

Enum Description
com.google.cloud.spanner.spi.v1.SpannerRpc.Option Options passed in SpannerRpc methods to control how an RPC is issued.