@InternalApi(value="For internal use only") public abstract class SqlServerStreamImpl extends Object implements SqlServerStream
SqlServerStream using AutoValue
This is considered an internal implementation detail and should not be used by applications.
| Constructor and Description |
|---|
SqlServerStreamImpl() |
| Modifier and Type | Method and Description |
|---|---|
static SqlServerStreamImpl |
create(com.google.api.core.ApiFuture<ResultSetMetadata> metadataApiFuture,
com.google.api.gax.rpc.ServerStream<com.google.cloud.bigtable.data.v2.internal.SqlRow> rowServerStream) |
abstract com.google.api.core.ApiFuture<ResultSetMetadata> |
metadataFuture() |
abstract com.google.api.gax.rpc.ServerStream<com.google.cloud.bigtable.data.v2.internal.SqlRow> |
rows() |
@InternalApi(value="Visible for testing") public static SqlServerStreamImpl create(com.google.api.core.ApiFuture<ResultSetMetadata> metadataApiFuture, com.google.api.gax.rpc.ServerStream<com.google.cloud.bigtable.data.v2.internal.SqlRow> rowServerStream)
public abstract com.google.api.core.ApiFuture<ResultSetMetadata> metadataFuture()
metadataFuture in interface SqlServerStreampublic abstract com.google.api.gax.rpc.ServerStream<com.google.cloud.bigtable.data.v2.internal.SqlRow> rows()
rows in interface SqlServerStreamCopyright © 2026 Google LLC. All rights reserved.