@Generated
public interface PrepareQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata |
getMetadata()
Structure of rows in the response stream of `ExecuteQueryResponse` for the
returned `prepared_query`.
|
ResultSetMetadataOrBuilder |
getMetadataOrBuilder()
Structure of rows in the response stream of `ExecuteQueryResponse` for the
returned `prepared_query`.
|
com.google.protobuf.ByteString |
getPreparedQuery()
A serialized prepared query.
|
com.google.protobuf.Timestamp |
getValidUntil()
The time at which the prepared query token becomes invalid.
|
com.google.protobuf.TimestampOrBuilder |
getValidUntilOrBuilder()
The time at which the prepared query token becomes invalid.
|
boolean |
hasMetadata()
Structure of rows in the response stream of `ExecuteQueryResponse` for the
returned `prepared_query`.
|
boolean |
hasValidUntil()
The time at which the prepared query token becomes invalid.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
.google.bigtable.v2.ResultSetMetadata metadata = 1;ResultSetMetadata getMetadata()
Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
.google.bigtable.v2.ResultSetMetadata metadata = 1;ResultSetMetadataOrBuilder getMetadataOrBuilder()
Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
.google.bigtable.v2.ResultSetMetadata metadata = 1;com.google.protobuf.ByteString getPreparedQuery()
A serialized prepared query. Clients should treat this as an opaque blob of bytes to send in `ExecuteQueryRequest`.
bytes prepared_query = 2;boolean hasValidUntil()
The time at which the prepared query token becomes invalid. A token may become invalid early due to changes in the data being read, but it provides a guideline to refresh query plans asynchronously.
.google.protobuf.Timestamp valid_until = 3;com.google.protobuf.Timestamp getValidUntil()
The time at which the prepared query token becomes invalid. A token may become invalid early due to changes in the data being read, but it provides a guideline to refresh query plans asynchronously.
.google.protobuf.Timestamp valid_until = 3;com.google.protobuf.TimestampOrBuilder getValidUntilOrBuilder()
The time at which the prepared query token becomes invalid. A token may become invalid early due to changes in the data being read, but it provides a guideline to refresh query plans asynchronously.
.google.protobuf.Timestamp valid_until = 3;Copyright © 2026 Google LLC. All rights reserved.