Package org.yamcs.protobuf
Interface SubscribeParametersDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubscribeParametersData,SubscribeParametersData.Builder
public interface SubscribeParametersDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMapping(int key)mapping between numeric and subscribed idYamcs.NamedObjectIdgetInvalid(int index)repeated .yamcs.protobuf.NamedObjectId invalid = 2;intgetInvalidCount()repeated .yamcs.protobuf.NamedObjectId invalid = 2;List<Yamcs.NamedObjectId>getInvalidList()repeated .yamcs.protobuf.NamedObjectId invalid = 2;Yamcs.NamedObjectIdOrBuildergetInvalidOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId invalid = 2;List<? extends Yamcs.NamedObjectIdOrBuilder>getInvalidOrBuilderList()repeated .yamcs.protobuf.NamedObjectId invalid = 2;Map<Integer,Yamcs.NamedObjectId>getMapping()Deprecated.intgetMappingCount()mapping between numeric and subscribed idMap<Integer,Yamcs.NamedObjectId>getMappingMap()mapping between numeric and subscribed idYamcs.NamedObjectIdgetMappingOrDefault(int key, Yamcs.NamedObjectId defaultValue)mapping between numeric and subscribed idYamcs.NamedObjectIdgetMappingOrThrow(int key)mapping between numeric and subscribed idPvalue.ParameterValuegetValues(int index)repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;intgetValuesCount()repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;List<Pvalue.ParameterValue>getValuesList()repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;Pvalue.ParameterValueOrBuildergetValuesOrBuilder(int index)repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;List<? extends Pvalue.ParameterValueOrBuilder>getValuesOrBuilderList()repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMappingCount
int getMappingCount()
mapping between numeric and subscribed id
map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
-
containsMapping
boolean containsMapping(int key)
mapping between numeric and subscribed id
map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
-
getMapping
@Deprecated Map<Integer,Yamcs.NamedObjectId> getMapping()
Deprecated.UsegetMappingMap()instead.
-
getMappingMap
Map<Integer,Yamcs.NamedObjectId> getMappingMap()
mapping between numeric and subscribed id
map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
-
getMappingOrDefault
Yamcs.NamedObjectId getMappingOrDefault(int key, Yamcs.NamedObjectId defaultValue)
mapping between numeric and subscribed id
map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
-
getMappingOrThrow
Yamcs.NamedObjectId getMappingOrThrow(int key)
mapping between numeric and subscribed id
map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
-
getInvalidList
List<Yamcs.NamedObjectId> getInvalidList()
repeated .yamcs.protobuf.NamedObjectId invalid = 2;
-
getInvalid
Yamcs.NamedObjectId getInvalid(int index)
repeated .yamcs.protobuf.NamedObjectId invalid = 2;
-
getInvalidCount
int getInvalidCount()
repeated .yamcs.protobuf.NamedObjectId invalid = 2;
-
getInvalidOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getInvalidOrBuilderList()
repeated .yamcs.protobuf.NamedObjectId invalid = 2;
-
getInvalidOrBuilder
Yamcs.NamedObjectIdOrBuilder getInvalidOrBuilder(int index)
repeated .yamcs.protobuf.NamedObjectId invalid = 2;
-
getValuesList
List<Pvalue.ParameterValue> getValuesList()
repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
-
getValues
Pvalue.ParameterValue getValues(int index)
repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
-
getValuesCount
int getValuesCount()
repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
-
getValuesOrBuilderList
List<? extends Pvalue.ParameterValueOrBuilder> getValuesOrBuilderList()
repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
-
getValuesOrBuilder
Pvalue.ParameterValueOrBuilder getValuesOrBuilder(int index)
repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
-
-