Package org.yamcs.protobuf
Interface ListItemsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListItemsResponse
,ListItemsResponse.Builder
public interface ListItemsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionToken indicating the response is only partial.com.google.protobuf.ByteString
Token indicating the response is only partial.getItems
(int index) itemsint
itemsitemsgetItemsOrBuilder
(int index) itemsList<? extends TimelineItemOrBuilder>
itemsitem sourcecom.google.protobuf.ByteString
item sourceboolean
Token indicating the response is only partial.boolean
item sourceMethods 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
-
hasSource
boolean hasSource()item source
optional string source = 1;
- Returns:
- Whether the source field is set.
-
getSource
String getSource()item source
optional string source = 1;
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()item source
optional string source = 1;
- Returns:
- The bytes for source.
-
getItemsList
List<TimelineItem> getItemsList()items
repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
-
getItems
items
repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
-
getItemsCount
int getItemsCount()items
repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
-
getItemsOrBuilderList
List<? extends TimelineItemOrBuilder> getItemsOrBuilderList()items
repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
-
getItemsOrBuilder
items
repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
-
hasContinuationToken
boolean hasContinuationToken()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 3;
- Returns:
- Whether the continuationToken field is set.
-
getContinuationToken
String getContinuationToken()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 3;
- Returns:
- The continuationToken.
-
getContinuationTokenBytes
com.google.protobuf.ByteString getContinuationTokenBytes()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 3;
- Returns:
- The bytes for continuationToken.
-