Interface ExecuteQueryResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExecuteQueryResponse, ExecuteQueryResponse.Builder

public interface ExecuteQueryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Structure of rows in this response stream.
    Structure of rows in this response stream.
     
    A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
    A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
    boolean
    Structure of rows in this response stream.
    boolean
    A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.

    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 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;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      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;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      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;
    • hasResults

      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;
      Returns:
      Whether the results field is set.
    • getResults

      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;
      Returns:
      The results.
    • getResultsOrBuilder

      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;
    • getResponseCase