All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.UpdateViewRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/timeline/timeline.proto

package org.yamcs.protobuf;

public interface UpdateViewRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.timeline.UpdateViewRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * View identifier
   * 
* * optional string id = 2; * @return Whether the id field is set. */ boolean hasId(); /** *
   * View identifier
   * 
* * optional string id = 2; * @return The id. */ java.lang.String getId(); /** *
   * View identifier
   * 
* * optional string id = 2; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * View name
   * 
* * optional string name = 3; * @return Whether the name field is set. */ boolean hasName(); /** *
   * View name
   * 
* * optional string name = 3; * @return The name. */ java.lang.String getName(); /** *
   * View name
   * 
* * optional string name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * View description
   * 
* * optional string description = 4; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * View description
   * 
* * optional string description = 4; * @return The description. */ java.lang.String getDescription(); /** *
   * View description
   * 
* * optional string description = 4; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * The bands belonging to this view
   * 
* * repeated string bands = 5; * @return A list containing the bands. */ java.util.List getBandsList(); /** *
   * The bands belonging to this view
   * 
* * repeated string bands = 5; * @return The count of bands. */ int getBandsCount(); /** *
   * The bands belonging to this view
   * 
* * repeated string bands = 5; * @param index The index of the element to return. * @return The bands at the given index. */ java.lang.String getBands(int index); /** *
   * The bands belonging to this view
   * 
* * repeated string bands = 5; * @param index The index of the value to return. * @return The bytes of the bands at the given index. */ com.google.protobuf.ByteString getBandsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy