@Generated
public interface ExecuteQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata |
getMetadata()
Structure of rows in this response stream.
|
ResultSetMetadataOrBuilder |
getMetadataOrBuilder()
Structure of rows in this response stream.
|
ExecuteQueryResponse.ResponseCase |
getResponseCase() |
PartialResultSet |
getResults()
A partial result set with row data potentially including additional
instructions on how recent past and future partial responses should be
interpreted.
|
PartialResultSetOrBuilder |
getResultsOrBuilder()
A partial result set with row data potentially including additional
instructions on how recent past and future partial responses should be
interpreted.
|
boolean |
hasMetadata()
Structure of rows in this response stream.
|
boolean |
hasResults()
A partial result set with row data potentially including additional
instructions on how recent past and future partial responses should be
interpreted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.
.google.bigtable.v2.ResultSetMetadata metadata = 1;ResultSetMetadata getMetadata()
Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.
.google.bigtable.v2.ResultSetMetadata metadata = 1;ResultSetMetadataOrBuilder getMetadataOrBuilder()
Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.
.google.bigtable.v2.ResultSetMetadata metadata = 1;boolean hasResults()
A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
.google.bigtable.v2.PartialResultSet results = 2;PartialResultSet getResults()
A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
.google.bigtable.v2.PartialResultSet results = 2;PartialResultSetOrBuilder getResultsOrBuilder()
A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
.google.bigtable.v2.PartialResultSet results = 2;ExecuteQueryResponse.ResponseCase getResponseCase()
Copyright © 2026 Google LLC. All rights reserved.