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

org.yamcs.protobuf.GetItemLogRequestOrBuilder 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 GetItemLogRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.timeline.GetItemLogRequest)
    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(); /** *
   * Item source
   * 
* * optional string source = 2; * @return Whether the source field is set. */ boolean hasSource(); /** *
   * Item source
   * 
* * optional string source = 2; * @return The source. */ java.lang.String getSource(); /** *
   * Item source
   * 
* * optional string source = 2; * @return The bytes for source. */ com.google.protobuf.ByteString getSourceBytes(); /** *
   * Item identifier
   * 
* * optional string id = 3; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Item identifier
   * 
* * optional string id = 3; * @return The id. */ java.lang.String getId(); /** *
   * Item identifier
   * 
* * optional string id = 3; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy