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

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

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

package org.yamcs.protobuf;

public interface RebuildRangeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.RebuildRangeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string instance = 1;
   */
  boolean hasInstance();
  /**
   * optional string instance = 1;
   */
  java.lang.String getInstance();
  /**
   * optional string instance = 1;
   */
  com.google.protobuf.ByteString
      getInstanceBytes();

  /**
   * optional .google.protobuf.Timestamp start = 2;
   */
  boolean hasStart();
  /**
   * optional .google.protobuf.Timestamp start = 2;
   */
  com.google.protobuf.Timestamp getStart();
  /**
   * optional .google.protobuf.Timestamp start = 2;
   */
  com.google.protobuf.TimestampOrBuilder getStartOrBuilder();

  /**
   * optional .google.protobuf.Timestamp stop = 3;
   */
  boolean hasStop();
  /**
   * optional .google.protobuf.Timestamp stop = 3;
   */
  com.google.protobuf.Timestamp getStop();
  /**
   * optional .google.protobuf.Timestamp stop = 3;
   */
  com.google.protobuf.TimestampOrBuilder getStopOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy