Interface TransportOptions.RecvBufRespExtraOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
TransportOptions.RecvBufRespExtra, TransportOptions.RecvBufRespExtra.Builder
- Enclosing class:
TransportOptions
-
Method Summary
Modifier and TypeMethodDescriptiongetTensorContent(int index) repeated bytes tensor_content = 1;intrepeated bytes tensor_content = 1;repeated bytes tensor_content = 1;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getTensorContentList
List<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
repeated bytes tensor_content = 1;- Parameters:
index- The index of the element to return.- Returns:
- The tensorContent at the given index.
-