Package org.yamcs.protobuf
Interface GetArchivedParameterSegmentsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetArchivedParameterSegmentsRequest,GetArchivedParameterSegmentsRequest.Builder
public interface GetArchivedParameterSegmentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionYamcs instance namecom.google.protobuf.ByteStringYamcs instance nameintgetPid()Parameter IDcom.google.protobuf.TimestampgetStart()Include segments after `start` (inclusive)com.google.protobuf.TimestampOrBuilderInclude segments after `start` (inclusive)com.google.protobuf.TimestampgetStop()Include segments before `stop` (exclusive)com.google.protobuf.TimestampOrBuilderInclude segments before `stop` (exclusive)booleanYamcs instance namebooleanhasPid()Parameter IDbooleanhasStart()Include segments after `start` (inclusive)booleanhasStop()Include segments before `stop` (exclusive)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
-
hasInstance
boolean hasInstance()Yamcs instance name
optional string instance = 1;- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 1;- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 1;- Returns:
- The bytes for instance.
-
hasPid
boolean hasPid()Parameter ID
optional uint32 pid = 2;- Returns:
- Whether the pid field is set.
-
getPid
int getPid()Parameter ID
optional uint32 pid = 2;- Returns:
- The pid.
-
hasStart
boolean hasStart()Include segments after `start` (inclusive)
optional .google.protobuf.Timestamp start = 3;- Returns:
- Whether the start field is set.
-
getStart
com.google.protobuf.Timestamp getStart()Include segments after `start` (inclusive)
optional .google.protobuf.Timestamp start = 3;- Returns:
- The start.
-
getStartOrBuilder
com.google.protobuf.TimestampOrBuilder getStartOrBuilder()Include segments after `start` (inclusive)
optional .google.protobuf.Timestamp start = 3; -
hasStop
boolean hasStop()Include segments before `stop` (exclusive)
optional .google.protobuf.Timestamp stop = 4;- Returns:
- Whether the stop field is set.
-
getStop
com.google.protobuf.Timestamp getStop()Include segments before `stop` (exclusive)
optional .google.protobuf.Timestamp stop = 4;- Returns:
- The stop.
-
getStopOrBuilder
com.google.protobuf.TimestampOrBuilder getStopOrBuilder()Include segments before `stop` (exclusive)
optional .google.protobuf.Timestamp stop = 4;
-