Package org.yamcs.protobuf
Interface TimelineBandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimelineBand,TimelineBand.Builder
public interface TimelineBandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperties(String key) Additional properties used by yamcs-web to render this bandBand descriptioncom.google.protobuf.ByteStringBand descriptiongetFilters(int index) The filters are to be considered in an AND manner.intThe filters are to be considered in an AND manner.The filters are to be considered in an AND manner.getFiltersOrBuilder(int index) The filters are to be considered in an AND manner.List<? extends ItemFilterOrBuilder>The filters are to be considered in an AND manner.getId()Band identifier (UUID)com.google.protobuf.ByteStringBand identifier (UUID)Yamcs instance namecom.google.protobuf.ByteStringYamcs instance namegetName()Band namecom.google.protobuf.ByteStringBand nameDeprecated.intAdditional properties used by yamcs-web to render this bandAdditional properties used by yamcs-web to render this bandgetPropertiesOrDefault(String key, String defaultValue) Additional properties used by yamcs-web to render this bandAdditional properties used by yamcs-web to render this bandbooleanIf true, all users have access to this band, otherwise only the user who has created itThe band contains only items from this sourcecom.google.protobuf.ByteStringThe band contains only items from this sourcegetTags(int index) Deprecated.com.google.protobuf.ByteStringgetTagsBytes(int index) Deprecated.intDeprecated.Deprecated.getType()Type of bandUser who has created the bandcom.google.protobuf.ByteStringUser who has created the bandbooleanBand descriptionbooleanhasId()Band identifier (UUID)booleanYamcs instance namebooleanhasName()Band namebooleanIf true, all users have access to this band, otherwise only the user who has created itbooleanThe band contains only items from this sourcebooleanhasType()Type of bandbooleanUser who has created the bandMethods 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.
-
hasId
boolean hasId()Band identifier (UUID)
optional string id = 2;- Returns:
- Whether the id field is set.
-
getId
String getId()Band identifier (UUID)
optional string id = 2;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Band identifier (UUID)
optional string id = 2;- Returns:
- The bytes for id.
-
hasName
boolean hasName()Band name
optional string name = 3;- Returns:
- Whether the name field is set.
-
getName
String getName()Band name
optional string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Band name
optional string name = 3;- Returns:
- The bytes for name.
-
hasUsername
boolean hasUsername()User who has created the band
optional string username = 4;- Returns:
- Whether the username field is set.
-
getUsername
String getUsername()User who has created the band
optional string username = 4;- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()User who has created the band
optional string username = 4;- Returns:
- The bytes for username.
-
hasSource
boolean hasSource()The band contains only items from this source
optional string source = 6;- Returns:
- Whether the source field is set.
-
getSource
String getSource()The band contains only items from this source
optional string source = 6;- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()The band contains only items from this source
optional string source = 6;- Returns:
- The bytes for source.
-
getTagsList
Deprecated.the band contains only items with these tags; if the list is empty, then all items from the given source are part of the band this is deprecated, the filters below should be used to select the items
repeated string tags = 7 [deprecated = true];- Returns:
- A list containing the tags.
-
getTagsCount
Deprecated.the band contains only items with these tags; if the list is empty, then all items from the given source are part of the band this is deprecated, the filters below should be used to select the items
repeated string tags = 7 [deprecated = true];- Returns:
- The count of tags.
-
getTags
Deprecated.the band contains only items with these tags; if the list is empty, then all items from the given source are part of the band this is deprecated, the filters below should be used to select the items
repeated string tags = 7 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
Deprecated.the band contains only items with these tags; if the list is empty, then all items from the given source are part of the band this is deprecated, the filters below should be used to select the items
repeated string tags = 7 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
getFiltersList
List<ItemFilter> getFiltersList()The filters are to be considered in an AND manner. An item is part of the band if it matches all filters. If the list is empty, then all items from the given source are part of the band
repeated .yamcs.protobuf.timeline.ItemFilter filters = 8; -
getFilters
The filters are to be considered in an AND manner. An item is part of the band if it matches all filters. If the list is empty, then all items from the given source are part of the band
repeated .yamcs.protobuf.timeline.ItemFilter filters = 8; -
getFiltersCount
int getFiltersCount()The filters are to be considered in an AND manner. An item is part of the band if it matches all filters. If the list is empty, then all items from the given source are part of the band
repeated .yamcs.protobuf.timeline.ItemFilter filters = 8; -
getFiltersOrBuilderList
List<? extends ItemFilterOrBuilder> getFiltersOrBuilderList()The filters are to be considered in an AND manner. An item is part of the band if it matches all filters. If the list is empty, then all items from the given source are part of the band
repeated .yamcs.protobuf.timeline.ItemFilter filters = 8; -
getFiltersOrBuilder
The filters are to be considered in an AND manner. An item is part of the band if it matches all filters. If the list is empty, then all items from the given source are part of the band
repeated .yamcs.protobuf.timeline.ItemFilter filters = 8; -
hasType
boolean hasType()Type of band
optional .yamcs.protobuf.timeline.TimelineBandType type = 9;- Returns:
- Whether the type field is set.
-
getType
TimelineBandType getType()Type of band
optional .yamcs.protobuf.timeline.TimelineBandType type = 9;- Returns:
- The type.
-
hasDescription
boolean hasDescription()Band description
optional string description = 10;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()Band description
optional string description = 10;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Band description
optional string description = 10;- Returns:
- The bytes for description.
-
getPropertiesCount
int getPropertiesCount()Additional properties used by yamcs-web to render this band
map<string, string> properties = 11; -
containsProperties
Additional properties used by yamcs-web to render this band
map<string, string> properties = 11; -
getProperties
Deprecated.UsegetPropertiesMap()instead. -
getPropertiesMap
Additional properties used by yamcs-web to render this band
map<string, string> properties = 11; -
getPropertiesOrDefault
Additional properties used by yamcs-web to render this band
map<string, string> properties = 11; -
getPropertiesOrThrow
Additional properties used by yamcs-web to render this band
map<string, string> properties = 11;
-