| Modifier and Type | Method and Description |
|---|---|
ResultSetStats |
ResultSetStats.Builder.build() |
ResultSetStats |
ResultSetStats.Builder.buildPartial() |
static ResultSetStats |
ResultSetStats.getDefaultInstance() |
ResultSetStats |
ResultSetStats.getDefaultInstanceForType() |
ResultSetStats |
ResultSetStats.Builder.getDefaultInstanceForType() |
ResultSetStats |
PartialResultSetOrBuilder.getStats()
Query plan and execution statistics for the statement that produced this
streaming result set.
|
ResultSetStats |
ResultSetOrBuilder.getStats()
Query plan and execution statistics for the SQL statement that
produced this result set.
|
ResultSetStats |
ResultSet.getStats()
Query plan and execution statistics for the SQL statement that
produced this result set.
|
ResultSetStats |
ResultSet.Builder.getStats()
Query plan and execution statistics for the SQL statement that
produced this result set.
|
ResultSetStats |
PartialResultSet.getStats()
Query plan and execution statistics for the statement that produced this
streaming result set.
|
ResultSetStats |
PartialResultSet.Builder.getStats()
Query plan and execution statistics for the statement that produced this
streaming result set.
|
static ResultSetStats |
ResultSetStats.parseDelimitedFrom(InputStream input) |
static ResultSetStats |
ResultSetStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSetStats |
ResultSetStats.parseFrom(byte[] data) |
static ResultSetStats |
ResultSetStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSetStats |
ResultSetStats.parseFrom(ByteBuffer data) |
static ResultSetStats |
ResultSetStats.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSetStats |
ResultSetStats.parseFrom(com.google.protobuf.ByteString data) |
static ResultSetStats |
ResultSetStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSetStats |
ResultSetStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static ResultSetStats |
ResultSetStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSetStats |
ResultSetStats.parseFrom(InputStream input) |
static ResultSetStats |
ResultSetStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ResultSetStats> |
ResultSetStats.getParserForType() |
static com.google.protobuf.Parser<ResultSetStats> |
ResultSetStats.parser() |
| Modifier and Type | Method and Description |
|---|---|
ResultSetStats.Builder |
ResultSetStats.Builder.mergeFrom(ResultSetStats other) |
ResultSet.Builder |
ResultSet.Builder.mergeStats(ResultSetStats value)
Query plan and execution statistics for the SQL statement that
produced this result set.
|
PartialResultSet.Builder |
PartialResultSet.Builder.mergeStats(ResultSetStats value)
Query plan and execution statistics for the statement that produced this
streaming result set.
|
static ResultSetStats.Builder |
ResultSetStats.newBuilder(ResultSetStats prototype) |
ResultSet.Builder |
ResultSet.Builder.setStats(ResultSetStats value)
Query plan and execution statistics for the SQL statement that
produced this result set.
|
PartialResultSet.Builder |
PartialResultSet.Builder.setStats(ResultSetStats value)
Query plan and execution statistics for the statement that produced this
streaming result set.
|
Copyright © 2021 Google LLC. All rights reserved.