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 Detail

      • 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;
      • 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;