Package org.yamcs.protobuf
Interface ArchivedParameterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArchivedParameterInfo
,ArchivedParameterInfo.Builder
public interface ArchivedParameterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEngineering typeint
getGids
(int index) Groups where this parameter is includedint
Groups where this parameter is includedGroups where this parameter is includedFully-qualified parameter namecom.google.protobuf.ByteString
Fully-qualified parameter nameint
getPid()
Parameter IDRaw typeboolean
Engineering typeboolean
Fully-qualified parameter nameboolean
hasPid()
Parameter IDboolean
Raw typeMethods 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 Details
-
hasPid
boolean hasPid()Parameter ID
optional uint32 pid = 1;
- Returns:
- Whether the pid field is set.
-
getPid
int getPid()Parameter ID
optional uint32 pid = 1;
- Returns:
- The pid.
-
hasParameter
boolean hasParameter()Fully-qualified parameter name
optional string parameter = 2;
- Returns:
- Whether the parameter field is set.
-
getParameter
String getParameter()Fully-qualified parameter name
optional string parameter = 2;
- Returns:
- The parameter.
-
getParameterBytes
com.google.protobuf.ByteString getParameterBytes()Fully-qualified parameter name
optional string parameter = 2;
- Returns:
- The bytes for parameter.
-
hasRawType
boolean hasRawType()Raw type
optional .yamcs.protobuf.Value.Type rawType = 3;
- Returns:
- Whether the rawType field is set.
-
getRawType
Yamcs.Value.Type getRawType()Raw type
optional .yamcs.protobuf.Value.Type rawType = 3;
- Returns:
- The rawType.
-
hasEngType
boolean hasEngType()Engineering type
optional .yamcs.protobuf.Value.Type engType = 4;
- Returns:
- Whether the engType field is set.
-
getEngType
Yamcs.Value.Type getEngType()Engineering type
optional .yamcs.protobuf.Value.Type engType = 4;
- Returns:
- The engType.
-
getGidsList
Groups where this parameter is included
repeated uint32 gids = 5;
- Returns:
- A list containing the gids.
-
getGidsCount
int getGidsCount()Groups where this parameter is included
repeated uint32 gids = 5;
- Returns:
- The count of gids.
-
getGids
int getGids(int index) Groups where this parameter is included
repeated uint32 gids = 5;
- Parameters:
index
- The index of the element to return.- Returns:
- The gids at the given index.
-