Interface ClientWireProtocol.FetchDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.FetchData, ClientWireProtocol.FetchData.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.FetchDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    sfixed32 fetch_size = 1;
    int
    Maximum number of blobs to include in the response.

    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

    • getFetchSize

      int getFetchSize()
      sfixed32 fetch_size = 1;
      Returns:
      The fetchSize.
    • getMaxResultSetBuffers

      int getMaxResultSetBuffers()
       Maximum number of blobs to include in the response.
       
      sfixed32 max_result_set_buffers = 2;
      Returns:
      The maxResultSetBuffers.