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

org.yamcs.protobuf.TimelineSourceCapabilitiesOrBuilder 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 TimelineSourceCapabilitiesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.timeline.TimelineSourceCapabilities)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional bool readOnly = 1;
   * @return Whether the readOnly field is set.
   */
  boolean hasReadOnly();
  /**
   * optional bool readOnly = 1;
   * @return The readOnly.
   */
  boolean getReadOnly();

  /**
   * optional bool hasManualActivities = 2;
   * @return Whether the hasManualActivities field is set.
   */
  boolean hasHasManualActivities();
  /**
   * optional bool hasManualActivities = 2;
   * @return The hasManualActivities.
   */
  boolean getHasManualActivities();

  /**
   * optional bool hasAutomatedActivities = 3;
   * @return Whether the hasAutomatedActivities field is set.
   */
  boolean hasHasAutomatedActivities();
  /**
   * optional bool hasAutomatedActivities = 3;
   * @return The hasAutomatedActivities.
   */
  boolean getHasAutomatedActivities();

  /**
   * optional bool hasEventGroups = 4;
   * @return Whether the hasEventGroups field is set.
   */
  boolean hasHasEventGroups();
  /**
   * optional bool hasEventGroups = 4;
   * @return The hasEventGroups.
   */
  boolean getHasEventGroups();

  /**
   * optional bool hasActivityGroups = 5;
   * @return Whether the hasActivityGroups field is set.
   */
  boolean hasHasActivityGroups();
  /**
   * optional bool hasActivityGroups = 5;
   * @return The hasActivityGroups.
   */
  boolean getHasActivityGroups();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy