Class Yamcs.IndexRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Yamcs.IndexRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Yamcs.IndexRequestOrBuilder
Enclosing class:
Yamcs

public static final class Yamcs.IndexRequest extends com.google.protobuf.GeneratedMessageV3 implements Yamcs.IndexRequestOrBuilder
requesting index (histogram) information about tm packets, pp groups and commands
 
Protobuf type yamcs.protobuf.IndexRequest
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasInstance

      public boolean hasInstance()
      required string instance = 1;
      Specified by:
      hasInstance in interface Yamcs.IndexRequestOrBuilder
    • getInstance

      public String getInstance()
      required string instance = 1;
      Specified by:
      getInstance in interface Yamcs.IndexRequestOrBuilder
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
      required string instance = 1;
      Specified by:
      getInstanceBytes in interface Yamcs.IndexRequestOrBuilder
    • hasStart

      public boolean hasStart()
      optional int64 start = 2;
      Specified by:
      hasStart in interface Yamcs.IndexRequestOrBuilder
    • getStart

      public long getStart()
      optional int64 start = 2;
      Specified by:
      getStart in interface Yamcs.IndexRequestOrBuilder
    • hasStop

      public boolean hasStop()
      optional int64 stop = 3;
      Specified by:
      hasStop in interface Yamcs.IndexRequestOrBuilder
    • getStop

      public long getStop()
      optional int64 stop = 3;
      Specified by:
      getStop in interface Yamcs.IndexRequestOrBuilder
    • hasDefaultNamespace

      public boolean hasDefaultNamespace()
      namespace to use when sending all tm, pp or cmd (when using a filter, the namespace specified in the filter will be used)
      if not specified, the fully qualified canonical names will be sent
       
      optional string defaultNamespace = 4;
      Specified by:
      hasDefaultNamespace in interface Yamcs.IndexRequestOrBuilder
    • getDefaultNamespace

      public String getDefaultNamespace()
      namespace to use when sending all tm, pp or cmd (when using a filter, the namespace specified in the filter will be used)
      if not specified, the fully qualified canonical names will be sent
       
      optional string defaultNamespace = 4;
      Specified by:
      getDefaultNamespace in interface Yamcs.IndexRequestOrBuilder
    • getDefaultNamespaceBytes

      public com.google.protobuf.ByteString getDefaultNamespaceBytes()
      namespace to use when sending all tm, pp or cmd (when using a filter, the namespace specified in the filter will be used)
      if not specified, the fully qualified canonical names will be sent
       
      optional string defaultNamespace = 4;
      Specified by:
      getDefaultNamespaceBytes in interface Yamcs.IndexRequestOrBuilder
    • hasSendAllTm

      public boolean hasSendAllTm()
      if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)
       
      optional bool sendAllTm = 5 [default = false];
      Specified by:
      hasSendAllTm in interface Yamcs.IndexRequestOrBuilder
    • getSendAllTm

      public boolean getSendAllTm()
      if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)
       
      optional bool sendAllTm = 5 [default = false];
      Specified by:
      getSendAllTm in interface Yamcs.IndexRequestOrBuilder
    • getTmPacketList

      public List<Yamcs.NamedObjectId> getTmPacketList()
      repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      Specified by:
      getTmPacketList in interface Yamcs.IndexRequestOrBuilder
    • getTmPacketOrBuilderList

      public List<? extends Yamcs.NamedObjectIdOrBuilder> getTmPacketOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      Specified by:
      getTmPacketOrBuilderList in interface Yamcs.IndexRequestOrBuilder
    • getTmPacketCount

      public int getTmPacketCount()
      repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      Specified by:
      getTmPacketCount in interface Yamcs.IndexRequestOrBuilder
    • getTmPacket

      public Yamcs.NamedObjectId getTmPacket(int index)
      repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      Specified by:
      getTmPacket in interface Yamcs.IndexRequestOrBuilder
    • getTmPacketOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getTmPacketOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      Specified by:
      getTmPacketOrBuilder in interface Yamcs.IndexRequestOrBuilder
    • hasSendAllPp

      public boolean hasSendAllPp()
      if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)
       
      optional bool sendAllPp = 7 [default = false];
      Specified by:
      hasSendAllPp in interface Yamcs.IndexRequestOrBuilder
    • getSendAllPp

      public boolean getSendAllPp()
      if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)
       
      optional bool sendAllPp = 7 [default = false];
      Specified by:
      getSendAllPp in interface Yamcs.IndexRequestOrBuilder
    • getPpGroupList

      public List<Yamcs.NamedObjectId> getPpGroupList()
      repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      Specified by:
      getPpGroupList in interface Yamcs.IndexRequestOrBuilder
    • getPpGroupOrBuilderList

      public List<? extends Yamcs.NamedObjectIdOrBuilder> getPpGroupOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      Specified by:
      getPpGroupOrBuilderList in interface Yamcs.IndexRequestOrBuilder
    • getPpGroupCount

      public int getPpGroupCount()
      repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      Specified by:
      getPpGroupCount in interface Yamcs.IndexRequestOrBuilder
    • getPpGroup

      public Yamcs.NamedObjectId getPpGroup(int index)
      repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      Specified by:
      getPpGroup in interface Yamcs.IndexRequestOrBuilder
    • getPpGroupOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getPpGroupOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      Specified by:
      getPpGroupOrBuilder in interface Yamcs.IndexRequestOrBuilder
    • hasSendCompletenessIndex

      public boolean hasSendCompletenessIndex()
      optional bool sendCompletenessIndex = 9 [default = false];
      Specified by:
      hasSendCompletenessIndex in interface Yamcs.IndexRequestOrBuilder
    • getSendCompletenessIndex

      public boolean getSendCompletenessIndex()
      optional bool sendCompletenessIndex = 9 [default = false];
      Specified by:
      getSendCompletenessIndex in interface Yamcs.IndexRequestOrBuilder
    • hasSendAllCmd

      public boolean hasSendAllCmd()
      if sendAllCmd is true, then all command names  are sent, otherwise those in the cmdName list (which can be empty)
       
      optional bool sendAllCmd = 10 [default = false];
      Specified by:
      hasSendAllCmd in interface Yamcs.IndexRequestOrBuilder
    • getSendAllCmd

      public boolean getSendAllCmd()
      if sendAllCmd is true, then all command names  are sent, otherwise those in the cmdName list (which can be empty)
       
      optional bool sendAllCmd = 10 [default = false];
      Specified by:
      getSendAllCmd in interface Yamcs.IndexRequestOrBuilder
    • getCmdNameList

      public List<Yamcs.NamedObjectId> getCmdNameList()
      repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      Specified by:
      getCmdNameList in interface Yamcs.IndexRequestOrBuilder
    • getCmdNameOrBuilderList

      public List<? extends Yamcs.NamedObjectIdOrBuilder> getCmdNameOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      Specified by:
      getCmdNameOrBuilderList in interface Yamcs.IndexRequestOrBuilder
    • getCmdNameCount

      public int getCmdNameCount()
      repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      Specified by:
      getCmdNameCount in interface Yamcs.IndexRequestOrBuilder
    • getCmdName

      public Yamcs.NamedObjectId getCmdName(int index)
      repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      Specified by:
      getCmdName in interface Yamcs.IndexRequestOrBuilder
    • getCmdNameOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getCmdNameOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      Specified by:
      getCmdNameOrBuilder in interface Yamcs.IndexRequestOrBuilder
    • hasSendAllEvent

      public boolean hasSendAllEvent()
      if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)
       
      optional bool sendAllEvent = 12 [default = false];
      Specified by:
      hasSendAllEvent in interface Yamcs.IndexRequestOrBuilder
    • getSendAllEvent

      public boolean getSendAllEvent()
      if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)
       
      optional bool sendAllEvent = 12 [default = false];
      Specified by:
      getSendAllEvent in interface Yamcs.IndexRequestOrBuilder
    • getEventSourceList

      public List<Yamcs.NamedObjectId> getEventSourceList()
      repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      Specified by:
      getEventSourceList in interface Yamcs.IndexRequestOrBuilder
    • getEventSourceOrBuilderList

      public List<? extends Yamcs.NamedObjectIdOrBuilder> getEventSourceOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      Specified by:
      getEventSourceOrBuilderList in interface Yamcs.IndexRequestOrBuilder
    • getEventSourceCount

      public int getEventSourceCount()
      repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      Specified by:
      getEventSourceCount in interface Yamcs.IndexRequestOrBuilder
    • getEventSource

      public Yamcs.NamedObjectId getEventSource(int index)
      repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      Specified by:
      getEventSource in interface Yamcs.IndexRequestOrBuilder
    • getEventSourceOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getEventSourceOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      Specified by:
      getEventSourceOrBuilder in interface Yamcs.IndexRequestOrBuilder
    • hasMergeTime

      public boolean hasMergeTime()
      optional uint32 mergeTime = 16;
      Specified by:
      hasMergeTime in interface Yamcs.IndexRequestOrBuilder
    • getMergeTime

      public int getMergeTime()
      optional uint32 mergeTime = 16;
      Specified by:
      getMergeTime in interface Yamcs.IndexRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Yamcs.IndexRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Yamcs.IndexRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Yamcs.IndexRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Yamcs.IndexRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Yamcs.IndexRequest.Builder newBuilder()
    • newBuilder

      public static Yamcs.IndexRequest.Builder newBuilder(Yamcs.IndexRequest prototype)
    • toBuilder

      public Yamcs.IndexRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Yamcs.IndexRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Yamcs.IndexRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Yamcs.IndexRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<Yamcs.IndexRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Yamcs.IndexRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder