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

org.yamcs.protobuf.ListPacketNamesResponseOrBuilder 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/packets/packets_service.proto

package org.yamcs.protobuf;

public interface ListPacketNamesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.packets.ListPacketNamesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Known packet names.
   * 
* * repeated string name = 1 [deprecated = true]; * @deprecated * @return A list containing the name. */ @java.lang.Deprecated java.util.List getNameList(); /** *
   * Known packet names.
   * 
* * repeated string name = 1 [deprecated = true]; * @deprecated * @return The count of name. */ @java.lang.Deprecated int getNameCount(); /** *
   * Known packet names.
   * 
* * repeated string name = 1 [deprecated = true]; * @deprecated * @param index The index of the element to return. * @return The name at the given index. */ @java.lang.Deprecated java.lang.String getName(int index); /** *
   * Known packet names.
   * 
* * repeated string name = 1 [deprecated = true]; * @deprecated * @param index The index of the value to return. * @return The bytes of the name at the given index. */ @java.lang.Deprecated com.google.protobuf.ByteString getNameBytes(int index); /** *
   * Known packet names.
   * 
* * repeated string packets = 2; * @return A list containing the packets. */ java.util.List getPacketsList(); /** *
   * Known packet names.
   * 
* * repeated string packets = 2; * @return The count of packets. */ int getPacketsCount(); /** *
   * Known packet names.
   * 
* * repeated string packets = 2; * @param index The index of the element to return. * @return The packets at the given index. */ java.lang.String getPackets(int index); /** *
   * Known packet names.
   * 
* * repeated string packets = 2; * @param index The index of the value to return. * @return The bytes of the packets at the given index. */ com.google.protobuf.ByteString getPacketsBytes(int index); /** *
   * Known link names.
   * 
* * repeated string links = 3; * @return A list containing the links. */ java.util.List getLinksList(); /** *
   * Known link names.
   * 
* * repeated string links = 3; * @return The count of links. */ int getLinksCount(); /** *
   * Known link names.
   * 
* * repeated string links = 3; * @param index The index of the element to return. * @return The links at the given index. */ java.lang.String getLinks(int index); /** *
   * Known link names.
   * 
* * repeated string links = 3; * @param index The index of the value to return. * @return The bytes of the links at the given index. */ com.google.protobuf.ByteString getLinksBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy