Package org.yamcs.protobuf
Interface GetPacketRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPacketRequest,GetPacketRequest.Builder
public interface GetPacketRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetGentime()An exact match of the packet's generation time in ISO 8601 format.com.google.protobuf.TimestampOrBuildergetGentimeOrBuilder()An exact match of the packet's generation time in ISO 8601 format.StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.intgetSeqnum()Yamcs-specific archive distinguisherbooleanhasGentime()An exact match of the packet's generation time in ISO 8601 format.booleanhasInstance()Yamcs instance name.booleanhasSeqnum()Yamcs-specific archive distinguisher-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
Yamcs instance name.
optional string instance = 1;
-
getInstance
String getInstance()
Yamcs instance name.
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;
-
hasGentime
boolean hasGentime()
An exact match of the packet's generation time in ISO 8601 format.
optional .google.protobuf.Timestamp gentime = 2;
-
getGentime
com.google.protobuf.Timestamp getGentime()
An exact match of the packet's generation time in ISO 8601 format.
optional .google.protobuf.Timestamp gentime = 2;
-
getGentimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGentimeOrBuilder()
An exact match of the packet's generation time in ISO 8601 format.
optional .google.protobuf.Timestamp gentime = 2;
-
hasSeqnum
boolean hasSeqnum()
Yamcs-specific archive distinguisher
optional int32 seqnum = 3;
-
getSeqnum
int getSeqnum()
Yamcs-specific archive distinguisher
optional int32 seqnum = 3;
-
-