Package com.google.bigtable.v2
Interface PrepareQueryResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrepareQueryResponse,PrepareQueryResponse.Builder
public interface PrepareQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStructure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.com.google.protobuf.ByteStringA serialized prepared query.com.google.protobuf.TimestampThe time at which the prepared query token becomes invalid.com.google.protobuf.TimestampOrBuilderThe time at which the prepared query token becomes invalid.booleanStructure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.booleanThe time at which the prepared query token becomes invalid.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
.google.bigtable.v2.ResultSetMetadata metadata = 1;- Returns:
- Whether the metadata field is set.
-
getMetadata
ResultSetMetadata getMetadata()Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
.google.bigtable.v2.ResultSetMetadata metadata = 1;- Returns:
- The metadata.
-
getMetadataOrBuilder
ResultSetMetadataOrBuilder getMetadataOrBuilder()Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
.google.bigtable.v2.ResultSetMetadata metadata = 1; -
getPreparedQuery
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;- Returns:
- The preparedQuery.
-
hasValidUntil
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;- Returns:
- Whether the validUntil field is set.
-
getValidUntil
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;- Returns:
- The validUntil.
-
getValidUntilOrBuilder
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;
-