Interface UpdateBandRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateBandRequest, UpdateBandRequest.Builder

public interface UpdateBandRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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
       
      optional string id = 2;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       Band identifier
       
      optional string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Band identifier
       
      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.
    • hasDescription

      boolean hasDescription()
       Band description
       
      optional string description = 4;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Band description
       
      optional string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Band description
       
      optional string description = 4;
      Returns:
      The bytes for description.
    • hasShared

      boolean hasShared()
      if true, all users have access to this band, otherwise only the user who has created it
       
      optional bool shared = 5;
      Returns:
      Whether the shared field is set.
    • getShared

      boolean getShared()
      if true, all users have access to this band, otherwise only the user who has created it
       
      optional bool shared = 5;
      Returns:
      The shared.
    • getTagsList

      List<String> getTagsList()
       Items containing these tags will be part of the timeline
       
      repeated string tags = 6;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
       Items containing these tags will be part of the timeline
       
      repeated string tags = 6;
      Returns:
      The count of tags.
    • getTags

      String getTags(int index)
       Items containing these tags will be part of the timeline
       
      repeated string tags = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
       Items containing these tags will be part of the timeline
       
      repeated string tags = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.
    • getPropertiesCount

      int getPropertiesCount()
       Additional properties used by yamcs-web to render this band
       
      map<string, string> properties = 7;
    • containsProperties

      boolean containsProperties(String key)
       Additional properties used by yamcs-web to render this band
       
      map<string, string> properties = 7;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
       Additional properties used by yamcs-web to render this band
       
      map<string, string> properties = 7;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
       Additional properties used by yamcs-web to render this band
       
      map<string, string> properties = 7;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
       Additional properties used by yamcs-web to render this band
       
      map<string, string> properties = 7;
    • hasSource

      boolean hasSource()
      Where the items shown on this band come from
       
      optional string source = 8;
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
      Where the items shown on this band come from
       
      optional string source = 8;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      Where the items shown on this band come from
       
      optional string source = 8;
      Returns:
      The bytes for source.
    • getFiltersList

      List<ItemFilter> getFiltersList()
      filters to apply when retrieving the items
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 9;
    • getFilters

      ItemFilter getFilters(int index)
      filters to apply when retrieving the items
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 9;
    • getFiltersCount

      int getFiltersCount()
      filters to apply when retrieving the items
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 9;
    • getFiltersOrBuilderList

      List<? extends ItemFilterOrBuilder> getFiltersOrBuilderList()
      filters to apply when retrieving the items
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 9;
    • getFiltersOrBuilder

      ItemFilterOrBuilder getFiltersOrBuilder(int index)
      filters to apply when retrieving the items
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 9;