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

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

  /**
   * map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
   */
  int getSourcesCount();
  /**
   * map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
   */
  boolean containsSources(
      java.lang.String key);
  /**
   * Use {@link #getSourcesMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getSources();
  /**
   * map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
   */
  java.util.Map
  getSourcesMap();
  /**
   * map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
   */

  org.yamcs.protobuf.TimelineSourceCapabilities getSourcesOrDefault(
      java.lang.String key,
      org.yamcs.protobuf.TimelineSourceCapabilities defaultValue);
  /**
   * map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
   */

  org.yamcs.protobuf.TimelineSourceCapabilities getSourcesOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy