Interface GraphTransferNodeInputOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GraphTransferNodeInput, GraphTransferNodeInput.Builder

    public interface GraphTransferNodeInputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNodeId()
      int32 node_id = 1;
      int getOutputPort()
      int32 output_port = 2;
      • 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

      • getNodeId

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

        int getOutputPort()
        int32 output_port = 2;
        Returns:
        The outputPort.