Package org.yamcs.protobuf
Interface ListCompletenessIndexRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCompletenessIndexRequest,ListCompletenessIndexRequest.Builder
public interface ListCompletenessIndexRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.intgetLimit()The maximum number of returned entries.StringgetNext()optional string next = 5;com.google.protobuf.ByteStringgetNextBytes()optional string next = 5;com.google.protobuf.TimestampgetStart()Filter the lower bound of the index entries.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the index entries.com.google.protobuf.TimestampgetStop()Filter the upper bound of the index entries.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the index entries.booleanhasInstance()Yamcs instance name.booleanhasLimit()The maximum number of returned entries.booleanhasNext()optional string next = 5;booleanhasStart()Filter the lower bound of the index entries.booleanhasStop()Filter the upper bound of the index entries.-
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;
-
hasLimit
boolean hasLimit()
The maximum number of returned entries. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``1000``. Note that in general it is advised to control the size of the response via ``mergeTime``, rather than via ``limit``.
optional int32 limit = 2;
-
getLimit
int getLimit()
The maximum number of returned entries. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``1000``. Note that in general it is advised to control the size of the response via ``mergeTime``, rather than via ``limit``.
optional int32 limit = 2;
-
hasStart
boolean hasStart()
Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 3;
-
getStart
com.google.protobuf.Timestamp getStart()
Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 3;
-
getStartOrBuilder
com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 3;
-
hasStop
boolean hasStop()
Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 4;
-
getStop
com.google.protobuf.Timestamp getStop()
Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 4;
-
getStopOrBuilder
com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 4;
-
hasNext
boolean hasNext()
optional string next = 5;
-
getNext
String getNext()
optional string next = 5;
-
getNextBytes
com.google.protobuf.ByteString getNextBytes()
optional string next = 5;
-
-