Interface GatewayOuterClass.RecordOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.Record, GatewayOuterClass.Record.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.RecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

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

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

      repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;
    • getInputs

      GatewayOuterClass.RecordObject getInputs(int index)
      repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;
    • getInputsCount

      int getInputsCount()
      repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;
    • getInputsOrBuilderList

      List<? extends GatewayOuterClass.RecordObjectOrBuilder> getInputsOrBuilderList()
      repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;
    • getInputsOrBuilder

      GatewayOuterClass.RecordObjectOrBuilder getInputsOrBuilder(int index)
      repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;
    • getOutputsList

      repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;
    • getOutputs

      GatewayOuterClass.RecordObject getOutputs(int index)
      repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;
    • getOutputsCount

      int getOutputsCount()
      repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;
    • getOutputsOrBuilderList

      List<? extends GatewayOuterClass.RecordObjectOrBuilder> getOutputsOrBuilderList()
      repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;
    • getOutputsOrBuilder

      GatewayOuterClass.RecordObjectOrBuilder getOutputsOrBuilder(int index)
      repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;