Package tech.figure.objectstore.gateway
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 Summary
Modifier and TypeMethodDescriptiongetInputs(int index) repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;intrepeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;getInputsOrBuilder(int index) repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;List<? extends GatewayOuterClass.RecordObjectOrBuilder>repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getOutputs(int index) repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;intrepeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;getOutputsOrBuilder(int index) repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;List<? extends GatewayOuterClass.RecordObjectOrBuilder>repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<GatewayOuterClass.RecordObject> getInputsList()repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2; -
getInputs
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
repeated .tech.figure.objectstore.gateway.RecordObject inputs = 2; -
getOutputsList
List<GatewayOuterClass.RecordObject> getOutputsList()repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3; -
getOutputs
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
repeated .tech.figure.objectstore.gateway.RecordObject outputs = 3;
-