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

org.yamcs.protobuf.ListClearancesResponseOrBuilder 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/commanding/clearance_service.proto

package org.yamcs.protobuf;

public interface ListClearancesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.commanding.ListClearancesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
   */
  java.util.List 
      getClearancesList();
  /**
   * repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
   */
  org.yamcs.protobuf.ClearanceInfo getClearances(int index);
  /**
   * repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
   */
  int getClearancesCount();
  /**
   * repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
   */
  java.util.List 
      getClearancesOrBuilderList();
  /**
   * repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
   */
  org.yamcs.protobuf.ClearanceInfoOrBuilder getClearancesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy