Class StreamIndexRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
org.yamcs.protobuf.StreamIndexRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, StreamIndexRequestOrBuilder
Enclosing class:
StreamIndexRequest

public static final class StreamIndexRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder> implements StreamIndexRequestOrBuilder
Protobuf type yamcs.protobuf.archive.StreamIndexRequest
  • Method Details

    • 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.Builder<StreamIndexRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • getDefaultInstanceForType

      public StreamIndexRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public StreamIndexRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public StreamIndexRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • setField

      public StreamIndexRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • clearField

      public StreamIndexRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • clearOneof

      public StreamIndexRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • setRepeatedField

      public StreamIndexRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • addRepeatedField

      public StreamIndexRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • mergeFrom

      public StreamIndexRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamIndexRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • mergeFrom

      public StreamIndexRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamIndexRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface StreamIndexRequestOrBuilder
    • getInstance

      public String getInstance()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      getInstance in interface StreamIndexRequestOrBuilder
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      getInstanceBytes in interface StreamIndexRequestOrBuilder
    • setInstance

      public StreamIndexRequest.Builder setInstance(String value)
       Yamcs instance name.
       
      optional string instance = 1;
    • clearInstance

      public StreamIndexRequest.Builder clearInstance()
       Yamcs instance name.
       
      optional string instance = 1;
    • setInstanceBytes

      public StreamIndexRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name.
       
      optional string instance = 1;
    • hasStart

      public boolean hasStart()
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      hasStart in interface StreamIndexRequestOrBuilder
    • getStart

      public com.google.protobuf.Timestamp getStart()
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      getStart in interface StreamIndexRequestOrBuilder
    • setStart

      public StreamIndexRequest.Builder setStart(com.google.protobuf.Timestamp value)
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
    • setStart

      public StreamIndexRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
    • mergeStart

      public StreamIndexRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
    • clearStart

      public StreamIndexRequest.Builder clearStart()
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
    • getStartBuilder

      public com.google.protobuf.Timestamp.Builder getStartBuilder()
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
    • getStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
       The time at which to start retrieving index records.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      getStartOrBuilder in interface StreamIndexRequestOrBuilder
    • hasStop

      public boolean hasStop()
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      hasStop in interface StreamIndexRequestOrBuilder
    • getStop

      public com.google.protobuf.Timestamp getStop()
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      getStop in interface StreamIndexRequestOrBuilder
    • setStop

      public StreamIndexRequest.Builder setStop(com.google.protobuf.Timestamp value)
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
    • setStop

      public StreamIndexRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
    • mergeStop

      public StreamIndexRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
    • clearStop

      public StreamIndexRequest.Builder clearStop()
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
    • getStopBuilder

      public com.google.protobuf.Timestamp.Builder getStopBuilder()
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
    • getStopOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
       The time at which to stop retrieving index records.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      getStopOrBuilder in interface StreamIndexRequestOrBuilder
    • getFiltersList

      public com.google.protobuf.ProtocolStringList getFiltersList()
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
      Specified by:
      getFiltersList in interface StreamIndexRequestOrBuilder
    • getFiltersCount

      public int getFiltersCount()
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
      Specified by:
      getFiltersCount in interface StreamIndexRequestOrBuilder
    • getFilters

      public String getFilters(int index)
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
      Specified by:
      getFilters in interface StreamIndexRequestOrBuilder
    • getFiltersBytes

      public com.google.protobuf.ByteString getFiltersBytes(int index)
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
      Specified by:
      getFiltersBytes in interface StreamIndexRequestOrBuilder
    • setFilters

      public StreamIndexRequest.Builder setFilters(int index, String value)
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
    • addFilters

      public StreamIndexRequest.Builder addFilters(String value)
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
    • addAllFilters

      public StreamIndexRequest.Builder addAllFilters(Iterable<String> values)
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
    • clearFilters

      public StreamIndexRequest.Builder clearFilters()
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
    • addFiltersBytes

      public StreamIndexRequest.Builder addFiltersBytes(com.google.protobuf.ByteString value)
       The type of indexes to retrieve. Choose out of ``tm``, ``pp``,
       ``events``, ``commands`` or ``completeness``. By default all
       indexes are sent.
       
      repeated string filters = 4;
    • getPacketnamesList

      public com.google.protobuf.ProtocolStringList getPacketnamesList()
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
      Specified by:
      getPacketnamesList in interface StreamIndexRequestOrBuilder
    • getPacketnamesCount

      public int getPacketnamesCount()
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
      Specified by:
      getPacketnamesCount in interface StreamIndexRequestOrBuilder
    • getPacketnames

      public String getPacketnames(int index)
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
      Specified by:
      getPacketnames in interface StreamIndexRequestOrBuilder
    • getPacketnamesBytes

      public com.google.protobuf.ByteString getPacketnamesBytes(int index)
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
      Specified by:
      getPacketnamesBytes in interface StreamIndexRequestOrBuilder
    • setPacketnames

      public StreamIndexRequest.Builder setPacketnames(int index, String value)
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
    • addPacketnames

      public StreamIndexRequest.Builder addPacketnames(String value)
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
    • addAllPacketnames

      public StreamIndexRequest.Builder addAllPacketnames(Iterable<String> values)
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
    • clearPacketnames

      public StreamIndexRequest.Builder clearPacketnames()
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
    • addPacketnamesBytes

      public StreamIndexRequest.Builder addPacketnamesBytes(com.google.protobuf.ByteString value)
       Specify exact names for the TM packets for which you want to
       retrieve index records. Setting this parameter, automatically
       implies that ``tm`` is added to the filter.
       
      repeated string packetnames = 5;
    • setUnknownFields

      public final StreamIndexRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>
    • mergeUnknownFields

      public final StreamIndexRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamIndexRequest.Builder>