Interface GraphTransferNodeInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInputCount()
      int32 input_count = 6;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      int getNodeId()
      int32 node_id = 2;
      int getOutputCount()
      int32 output_count = 7;
      int getPaddingId()
      int32 padding_id = 5;
      int getSocOpId()
      int32 soc_op_id = 4;
      java.lang.String getTypeName()
      string type_name = 3;
      com.google.protobuf.ByteString getTypeNameBytes()
      string type_name = 3;
      • 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

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getNodeId

        int getNodeId()
        int32 node_id = 2;
        Returns:
        The nodeId.
      • getTypeName

        java.lang.String getTypeName()
        string type_name = 3;
        Returns:
        The typeName.
      • getTypeNameBytes

        com.google.protobuf.ByteString getTypeNameBytes()
        string type_name = 3;
        Returns:
        The bytes for typeName.
      • getSocOpId

        int getSocOpId()
        int32 soc_op_id = 4;
        Returns:
        The socOpId.
      • getPaddingId

        int getPaddingId()
        int32 padding_id = 5;
        Returns:
        The paddingId.
      • getInputCount

        int getInputCount()
        int32 input_count = 6;
        Returns:
        The inputCount.
      • getOutputCount

        int getOutputCount()
        int32 output_count = 7;
        Returns:
        The outputCount.