Package org.yamcs.protobuf
Interface Mdb.OutputParameterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.OutputParameterInfo,Mdb.OutputParameterInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.OutputParameterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string outputName = 2;com.google.protobuf.ByteStringoptional string outputName = 2;optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;booleanoptional string outputName = 2;booleanoptional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;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
-
hasParameter
boolean hasParameter()optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;- Returns:
- Whether the parameter field is set.
-
getParameter
Mdb.ParameterInfo getParameter()optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;- Returns:
- The parameter.
-
getParameterOrBuilder
Mdb.ParameterInfoOrBuilder getParameterOrBuilder()optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1; -
hasOutputName
boolean hasOutputName()optional string outputName = 2;- Returns:
- Whether the outputName field is set.
-
getOutputName
String getOutputName()optional string outputName = 2;- Returns:
- The outputName.
-
getOutputNameBytes
com.google.protobuf.ByteString getOutputNameBytes()optional string outputName = 2;- Returns:
- The bytes for outputName.
-