Interface ClientWireProtocol.ResultSetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBlobLengths​(int index)
      repeated int32 blobLengths = 2;
      int getBlobLengthsCount()
      repeated int32 blobLengths = 2;
      List<Integer> getBlobLengthsList()
      repeated int32 blobLengths = 2;
      com.google.protobuf.ByteString getBlobs​(int index)
      repeated bytes blobs = 3;
      int getBlobsCount()
      repeated bytes blobs = 3;
      List<com.google.protobuf.ByteString> getBlobsList()
      repeated bytes blobs = 3;
      int getNumParts()
      int32 numParts = 1;
      • 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 Detail

      • getNumParts

        int getNumParts()
        int32 numParts = 1;
        Returns:
        The numParts.
      • getBlobLengthsList

        List<Integer> getBlobLengthsList()
        repeated int32 blobLengths = 2;
        Returns:
        A list containing the blobLengths.
      • getBlobLengthsCount

        int getBlobLengthsCount()
        repeated int32 blobLengths = 2;
        Returns:
        The count of blobLengths.
      • getBlobLengths

        int getBlobLengths​(int index)
        repeated int32 blobLengths = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The blobLengths at the given index.
      • getBlobsList

        List<com.google.protobuf.ByteString> getBlobsList()
        repeated bytes blobs = 3;
        Returns:
        A list containing the blobs.
      • getBlobsCount

        int getBlobsCount()
        repeated bytes blobs = 3;
        Returns:
        The count of blobs.
      • getBlobs

        com.google.protobuf.ByteString getBlobs​(int index)
        repeated bytes blobs = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The blobs at the given index.