Interface TransportOptions.RecvBufRespExtraOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getTensorContent​(int index)
      repeated bytes tensor_content = 1;
      int getTensorContentCount()
      repeated bytes tensor_content = 1;
      java.util.List<com.google.protobuf.ByteString> getTensorContentList()
      repeated bytes tensor_content = 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

      • getTensorContentList

        java.util.List<com.google.protobuf.ByteString> getTensorContentList()
        repeated bytes tensor_content = 1;
        Returns:
        A list containing the tensorContent.
      • getTensorContentCount

        int getTensorContentCount()
        repeated bytes tensor_content = 1;
        Returns:
        The count of tensorContent.
      • getTensorContent

        com.google.protobuf.ByteString getTensorContent​(int index)
        repeated bytes tensor_content = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The tensorContent at the given index.