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

org.yamcs.protobuf.RebuildCcsdsIndexRequestOrBuilder 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/archive/index_service.proto

package org.yamcs.protobuf;

public interface RebuildCcsdsIndexRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.RebuildCcsdsIndexRequest)
    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(); /** *
   * Range start (inclusive)
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return Whether the start field is set. */ boolean hasStart(); /** *
   * Range start (inclusive)
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return The start. */ com.google.protobuf.Timestamp getStart(); /** *
   * Range start (inclusive)
   * 
* * optional .google.protobuf.Timestamp start = 2; */ com.google.protobuf.TimestampOrBuilder getStartOrBuilder(); /** *
   * Range stop (exclusive)
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return Whether the stop field is set. */ boolean hasStop(); /** *
   * Range stop (exclusive)
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return The stop. */ com.google.protobuf.Timestamp getStop(); /** *
   * Range stop (exclusive)
   * 
* * optional .google.protobuf.Timestamp stop = 3; */ com.google.protobuf.TimestampOrBuilder getStopOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy