Interface GraphTransferNodeOutputInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
GraphTransferNodeOutputInfo, GraphTransferNodeOutputInfo.Builder

public interface GraphTransferNodeOutputInfoOrBuilder extends MessageOrBuilder
  • Method Details

    • getNodeId

      int getNodeId()
      int32 node_id = 1;
      Returns:
      The nodeId.
    • getMaxByteSizeList

      List<Integer> getMaxByteSizeList()
      repeated int32 max_byte_size = 2;
      Returns:
      A list containing the maxByteSize.
    • getMaxByteSizeCount

      int getMaxByteSizeCount()
      repeated int32 max_byte_size = 2;
      Returns:
      The count of maxByteSize.
    • getMaxByteSize

      int getMaxByteSize(int index)
      repeated int32 max_byte_size = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The maxByteSize at the given index.