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 Type
    Method
    Description
    Structure 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.ByteString
    A serialized prepared query.
    com.google.protobuf.Timestamp
    The time at which the prepared query token becomes invalid.
    com.google.protobuf.TimestampOrBuilder
    The time at which the prepared query token becomes invalid.
    boolean
    Structure of rows in the response stream of `ExecuteQueryResponse` for the returned `prepared_query`.
    boolean
    The time at which the prepared query token becomes invalid.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;