Class ListItemsRequest.Builder

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

public static final class ListItemsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListItemsRequest.Builder> implements ListItemsRequestOrBuilder
Protobuf type yamcs.protobuf.timeline.ListItemsRequest
  • 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<ListItemsRequest.Builder>
    • clear

      public ListItemsRequest.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<ListItemsRequest.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<ListItemsRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • setField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • clearField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • clearOneof

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • setRepeatedField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • addRepeatedField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • mergeFrom

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • mergeFrom

      public ListItemsRequest.Builder mergeFrom(ListItemsRequest other)
    • isInitialized

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

      public ListItemsRequest.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<ListItemsRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
      Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface ListItemsRequestOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

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

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

      public ListItemsRequest.Builder setInstance(String value)
      Yamcs instance name
       
      optional string instance = 1;
      Parameters:
      value - The instance to set.
      Returns:
      This builder for chaining.
    • clearInstance

      public ListItemsRequest.Builder clearInstance()
      Yamcs instance name
       
      optional string instance = 1;
      Returns:
      This builder for chaining.
    • setInstanceBytes

      public ListItemsRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
      Yamcs instance name
       
      optional string instance = 1;
      Parameters:
      value - The bytes for instance to set.
      Returns:
      This builder for chaining.
    • hasSource

      public boolean hasSource()
       Item source
       
      optional string source = 2;
      Specified by:
      hasSource in interface ListItemsRequestOrBuilder
      Returns:
      Whether the source field is set.
    • getSource

      public String getSource()
       Item source
       
      optional string source = 2;
      Specified by:
      getSource in interface ListItemsRequestOrBuilder
      Returns:
      The source.
    • getSourceBytes

      public com.google.protobuf.ByteString getSourceBytes()
       Item source
       
      optional string source = 2;
      Specified by:
      getSourceBytes in interface ListItemsRequestOrBuilder
      Returns:
      The bytes for source.
    • setSource

      public ListItemsRequest.Builder setSource(String value)
       Item source
       
      optional string source = 2;
      Parameters:
      value - The source to set.
      Returns:
      This builder for chaining.
    • clearSource

      public ListItemsRequest.Builder clearSource()
       Item source
       
      optional string source = 2;
      Returns:
      This builder for chaining.
    • setSourceBytes

      public ListItemsRequest.Builder setSourceBytes(com.google.protobuf.ByteString value)
       Item source
       
      optional string source = 2;
      Parameters:
      value - The bytes for source to set.
      Returns:
      This builder for chaining.
    • hasLimit

      public boolean hasLimit()
      optional int32 limit = 3;
      Specified by:
      hasLimit in interface ListItemsRequestOrBuilder
      Returns:
      Whether the limit field is set.
    • getLimit

      public int getLimit()
      optional int32 limit = 3;
      Specified by:
      getLimit in interface ListItemsRequestOrBuilder
      Returns:
      The limit.
    • setLimit

      public ListItemsRequest.Builder setLimit(int value)
      optional int32 limit = 3;
      Parameters:
      value - The limit to set.
      Returns:
      This builder for chaining.
    • clearLimit

      public ListItemsRequest.Builder clearLimit()
      optional int32 limit = 3;
      Returns:
      This builder for chaining.
    • hasNext

      public boolean hasNext()
       Continuation token returned by a previous page response.
       
      optional string next = 4;
      Specified by:
      hasNext in interface ListItemsRequestOrBuilder
      Returns:
      Whether the next field is set.
    • getNext

      public String getNext()
       Continuation token returned by a previous page response.
       
      optional string next = 4;
      Specified by:
      getNext in interface ListItemsRequestOrBuilder
      Returns:
      The next.
    • getNextBytes

      public com.google.protobuf.ByteString getNextBytes()
       Continuation token returned by a previous page response.
       
      optional string next = 4;
      Specified by:
      getNextBytes in interface ListItemsRequestOrBuilder
      Returns:
      The bytes for next.
    • setNext

      public ListItemsRequest.Builder setNext(String value)
       Continuation token returned by a previous page response.
       
      optional string next = 4;
      Parameters:
      value - The next to set.
      Returns:
      This builder for chaining.
    • clearNext

      public ListItemsRequest.Builder clearNext()
       Continuation token returned by a previous page response.
       
      optional string next = 4;
      Returns:
      This builder for chaining.
    • setNextBytes

      public ListItemsRequest.Builder setNextBytes(com.google.protobuf.ByteString value)
       Continuation token returned by a previous page response.
       
      optional string next = 4;
      Parameters:
      value - The bytes for next to set.
      Returns:
      This builder for chaining.
    • hasStart

      public boolean hasStart()
      optional .google.protobuf.Timestamp start = 5;
      Specified by:
      hasStart in interface ListItemsRequestOrBuilder
      Returns:
      Whether the start field is set.
    • getStart

      public com.google.protobuf.Timestamp getStart()
      optional .google.protobuf.Timestamp start = 5;
      Specified by:
      getStart in interface ListItemsRequestOrBuilder
      Returns:
      The start.
    • setStart

      public ListItemsRequest.Builder setStart(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp start = 5;
    • setStart

      public ListItemsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
      optional .google.protobuf.Timestamp start = 5;
    • mergeStart

      public ListItemsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp start = 5;
    • clearStart

      public ListItemsRequest.Builder clearStart()
      optional .google.protobuf.Timestamp start = 5;
    • getStartBuilder

      public com.google.protobuf.Timestamp.Builder getStartBuilder()
      optional .google.protobuf.Timestamp start = 5;
    • getStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      optional .google.protobuf.Timestamp start = 5;
      Specified by:
      getStartOrBuilder in interface ListItemsRequestOrBuilder
    • hasStop

      public boolean hasStop()
      optional .google.protobuf.Timestamp stop = 6;
      Specified by:
      hasStop in interface ListItemsRequestOrBuilder
      Returns:
      Whether the stop field is set.
    • getStop

      public com.google.protobuf.Timestamp getStop()
      optional .google.protobuf.Timestamp stop = 6;
      Specified by:
      getStop in interface ListItemsRequestOrBuilder
      Returns:
      The stop.
    • setStop

      public ListItemsRequest.Builder setStop(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp stop = 6;
    • setStop

      public ListItemsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
      optional .google.protobuf.Timestamp stop = 6;
    • mergeStop

      public ListItemsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp stop = 6;
    • clearStop

      public ListItemsRequest.Builder clearStop()
      optional .google.protobuf.Timestamp stop = 6;
    • getStopBuilder

      public com.google.protobuf.Timestamp.Builder getStopBuilder()
      optional .google.protobuf.Timestamp stop = 6;
    • getStopOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
      optional .google.protobuf.Timestamp stop = 6;
      Specified by:
      getStopOrBuilder in interface ListItemsRequestOrBuilder
    • hasBand

      public boolean hasBand()
       Use the band defined source and filter
       
      optional string band = 7;
      Specified by:
      hasBand in interface ListItemsRequestOrBuilder
      Returns:
      Whether the band field is set.
    • getBand

      public String getBand()
       Use the band defined source and filter
       
      optional string band = 7;
      Specified by:
      getBand in interface ListItemsRequestOrBuilder
      Returns:
      The band.
    • getBandBytes

      public com.google.protobuf.ByteString getBandBytes()
       Use the band defined source and filter
       
      optional string band = 7;
      Specified by:
      getBandBytes in interface ListItemsRequestOrBuilder
      Returns:
      The bytes for band.
    • setBand

      public ListItemsRequest.Builder setBand(String value)
       Use the band defined source and filter
       
      optional string band = 7;
      Parameters:
      value - The band to set.
      Returns:
      This builder for chaining.
    • clearBand

      public ListItemsRequest.Builder clearBand()
       Use the band defined source and filter
       
      optional string band = 7;
      Returns:
      This builder for chaining.
    • setBandBytes

      public ListItemsRequest.Builder setBandBytes(com.google.protobuf.ByteString value)
       Use the band defined source and filter
       
      optional string band = 7;
      Parameters:
      value - The bytes for band to set.
      Returns:
      This builder for chaining.
    • getFiltersList

      public List<ItemFilter> getFiltersList()
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
      Specified by:
      getFiltersList in interface ListItemsRequestOrBuilder
    • getFiltersCount

      public int getFiltersCount()
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
      Specified by:
      getFiltersCount in interface ListItemsRequestOrBuilder
    • getFilters

      public ItemFilter getFilters(int index)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
      Specified by:
      getFilters in interface ListItemsRequestOrBuilder
    • setFilters

      public ListItemsRequest.Builder setFilters(int index, ItemFilter value)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • setFilters

      public ListItemsRequest.Builder setFilters(int index, ItemFilter.Builder builderForValue)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • addFilters

      public ListItemsRequest.Builder addFilters(ItemFilter value)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • addFilters

      public ListItemsRequest.Builder addFilters(int index, ItemFilter value)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • addFilters

      public ListItemsRequest.Builder addFilters(ItemFilter.Builder builderForValue)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • addFilters

      public ListItemsRequest.Builder addFilters(int index, ItemFilter.Builder builderForValue)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • addAllFilters

      public ListItemsRequest.Builder addAllFilters(Iterable<? extends ItemFilter> values)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • clearFilters

      public ListItemsRequest.Builder clearFilters()
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • removeFilters

      public ListItemsRequest.Builder removeFilters(int index)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • getFiltersBuilder

      public ItemFilter.Builder getFiltersBuilder(int index)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • getFiltersOrBuilder

      public ItemFilterOrBuilder getFiltersOrBuilder(int index)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
      Specified by:
      getFiltersOrBuilder in interface ListItemsRequestOrBuilder
    • getFiltersOrBuilderList

      public List<? extends ItemFilterOrBuilder> getFiltersOrBuilderList()
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
      Specified by:
      getFiltersOrBuilderList in interface ListItemsRequestOrBuilder
    • addFiltersBuilder

      public ItemFilter.Builder addFiltersBuilder()
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • addFiltersBuilder

      public ItemFilter.Builder addFiltersBuilder(int index)
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • getFiltersBuilderList

      public List<ItemFilter.Builder> getFiltersBuilderList()
       If the band is not specified, these filters and the source above will be used
       
      repeated .yamcs.protobuf.timeline.ItemFilter filters = 8;
    • hasDetails

      public boolean hasDetails()
       If true, send the items with full details
       If false, some details like the description will be omited from the listed items
       
      optional bool details = 9;
      Specified by:
      hasDetails in interface ListItemsRequestOrBuilder
      Returns:
      Whether the details field is set.
    • getDetails

      public boolean getDetails()
       If true, send the items with full details
       If false, some details like the description will be omited from the listed items
       
      optional bool details = 9;
      Specified by:
      getDetails in interface ListItemsRequestOrBuilder
      Returns:
      The details.
    • setDetails

      public ListItemsRequest.Builder setDetails(boolean value)
       If true, send the items with full details
       If false, some details like the description will be omited from the listed items
       
      optional bool details = 9;
      Parameters:
      value - The details to set.
      Returns:
      This builder for chaining.
    • clearDetails

      public ListItemsRequest.Builder clearDetails()
       If true, send the items with full details
       If false, some details like the description will be omited from the listed items
       
      optional bool details = 9;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ListItemsRequest.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<ListItemsRequest.Builder>
    • mergeUnknownFields

      public final ListItemsRequest.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<ListItemsRequest.Builder>