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

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

  /**
   * 
   * Packet name
   * 
* * optional string packetName = 1; * @return Whether the packetName field is set. */ boolean hasPacketName(); /** *
   * Packet name
   * 
* * optional string packetName = 1; * @return The packetName. */ java.lang.String getPacketName(); /** *
   * Packet name
   * 
* * optional string packetName = 1; * @return The bytes for packetName. */ com.google.protobuf.ByteString getPacketNameBytes(); /** *
   * Contained entries
   * 
* * repeated .yamcs.protobuf.packets.ExtractedParameterValue parameterValues = 2; */ java.util.List getParameterValuesList(); /** *
   * Contained entries
   * 
* * repeated .yamcs.protobuf.packets.ExtractedParameterValue parameterValues = 2; */ org.yamcs.protobuf.ExtractedParameterValue getParameterValues(int index); /** *
   * Contained entries
   * 
* * repeated .yamcs.protobuf.packets.ExtractedParameterValue parameterValues = 2; */ int getParameterValuesCount(); /** *
   * Contained entries
   * 
* * repeated .yamcs.protobuf.packets.ExtractedParameterValue parameterValues = 2; */ java.util.List getParameterValuesOrBuilderList(); /** *
   * Contained entries
   * 
* * repeated .yamcs.protobuf.packets.ExtractedParameterValue parameterValues = 2; */ org.yamcs.protobuf.ExtractedParameterValueOrBuilder getParameterValuesOrBuilder( int index); /** *
   * Messages generated during packet extraction
   * 
* * repeated string messages = 3; * @return A list containing the messages. */ java.util.List getMessagesList(); /** *
   * Messages generated during packet extraction
   * 
* * repeated string messages = 3; * @return The count of messages. */ int getMessagesCount(); /** *
   * Messages generated during packet extraction
   * 
* * repeated string messages = 3; * @param index The index of the element to return. * @return The messages at the given index. */ java.lang.String getMessages(int index); /** *
   * Messages generated during packet extraction
   * 
* * repeated string messages = 3; * @param index The index of the value to return. * @return The bytes of the messages at the given index. */ com.google.protobuf.ByteString getMessagesBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy