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

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

  /**
   * 
   * Container name.
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Container name.
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Container name.
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * When the container's packet was generated (packet time)
   * 
* * optional .google.protobuf.Timestamp generationTime = 2; * @return Whether the generationTime field is set. */ boolean hasGenerationTime(); /** *
   * When the container's packet was generated (packet time)
   * 
* * optional .google.protobuf.Timestamp generationTime = 2; * @return The generationTime. */ com.google.protobuf.Timestamp getGenerationTime(); /** *
   * When the container's packet was generated (packet time)
   * 
* * optional .google.protobuf.Timestamp generationTime = 2; */ com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder(); /** *
   * Whent the container's packet was received by Yamcs
   * 
* * optional .google.protobuf.Timestamp receptionTime = 3; * @return Whether the receptionTime field is set. */ boolean hasReceptionTime(); /** *
   * Whent the container's packet was received by Yamcs
   * 
* * optional .google.protobuf.Timestamp receptionTime = 3; * @return The receptionTime. */ com.google.protobuf.Timestamp getReceptionTime(); /** *
   * Whent the container's packet was received by Yamcs
   * 
* * optional .google.protobuf.Timestamp receptionTime = 3; */ com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder(); /** *
   * Container bytes
   * 
* * optional bytes binary = 4; * @return Whether the binary field is set. */ boolean hasBinary(); /** *
   * Container bytes
   * 
* * optional bytes binary = 4; * @return The binary. */ com.google.protobuf.ByteString getBinary(); /** *
   * Sequence count - it is generated by the link when the container is injected into Yamcs.
   * In case this is part of a sub-container, the sequence count is the one from the encompassing container
   * 
* * optional uint32 seqCount = 5; * @return Whether the seqCount field is set. */ boolean hasSeqCount(); /** *
   * Sequence count - it is generated by the link when the container is injected into Yamcs.
   * In case this is part of a sub-container, the sequence count is the one from the encompassing container
   * 
* * optional uint32 seqCount = 5; * @return The seqCount. */ int getSeqCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy