Class ListParameterIndexRequest.Builder

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

public static final class ListParameterIndexRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListParameterIndexRequest.Builder> implements ListParameterIndexRequestOrBuilder
Protobuf type yamcs.protobuf.archive.ListParameterIndexRequest
  • 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<ListParameterIndexRequest.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<ListParameterIndexRequest.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<ListParameterIndexRequest.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ListParameterIndexRequest.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.
    • hasMergeTime

      public boolean hasMergeTime()
       Value in milliseconds that indicates the maximum gap before two consecutive index
       ranges are merged together. Default: ``20000``
       
      optional int32 mergeTime = 2;
      Specified by:
      hasMergeTime in interface ListParameterIndexRequestOrBuilder
      Returns:
      Whether the mergeTime field is set.
    • getMergeTime

      public int getMergeTime()
       Value in milliseconds that indicates the maximum gap before two consecutive index
       ranges are merged together. Default: ``20000``
       
      optional int32 mergeTime = 2;
      Specified by:
      getMergeTime in interface ListParameterIndexRequestOrBuilder
      Returns:
      The mergeTime.
    • setMergeTime

      public ListParameterIndexRequest.Builder setMergeTime(int value)
       Value in milliseconds that indicates the maximum gap before two consecutive index
       ranges are merged together. Default: ``20000``
       
      optional int32 mergeTime = 2;
      Parameters:
      value - The mergeTime to set.
      Returns:
      This builder for chaining.
    • clearMergeTime

      public ListParameterIndexRequest.Builder clearMergeTime()
       Value in milliseconds that indicates the maximum gap before two consecutive index
       ranges are merged together. Default: ``20000``
       
      optional int32 mergeTime = 2;
      Returns:
      This builder for chaining.
    • hasLimit

      public boolean hasLimit()
       The maximum number of returned entries. Choose this value too high and you risk
       hitting the maximum response size limit enforced by the server. Default: ``1000``.
       Note that in general it is advised to control the size of the response via
       ``mergeTime``, rather than via ``limit``.
       
      optional int32 limit = 3;
      Specified by:
      hasLimit in interface ListParameterIndexRequestOrBuilder
      Returns:
      Whether the limit field is set.
    • getLimit

      public int getLimit()
       The maximum number of returned entries. Choose this value too high and you risk
       hitting the maximum response size limit enforced by the server. Default: ``1000``.
       Note that in general it is advised to control the size of the response via
       ``mergeTime``, rather than via ``limit``.
       
      optional int32 limit = 3;
      Specified by:
      getLimit in interface ListParameterIndexRequestOrBuilder
      Returns:
      The limit.
    • setLimit

      public ListParameterIndexRequest.Builder setLimit(int value)
       The maximum number of returned entries. Choose this value too high and you risk
       hitting the maximum response size limit enforced by the server. Default: ``1000``.
       Note that in general it is advised to control the size of the response via
       ``mergeTime``, rather than via ``limit``.
       
      optional int32 limit = 3;
      Parameters:
      value - The limit to set.
      Returns:
      This builder for chaining.
    • clearLimit

      public ListParameterIndexRequest.Builder clearLimit()
       The maximum number of returned entries. Choose this value too high and you risk
       hitting the maximum response size limit enforced by the server. Default: ``1000``.
       Note that in general it is advised to control the size of the response via
       ``mergeTime``, rather than via ``limit``.
       
      optional int32 limit = 3;
      Returns:
      This builder for chaining.
    • hasStart

      public boolean hasStart()
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
      Specified by:
      hasStart in interface ListParameterIndexRequestOrBuilder
      Returns:
      Whether the start field is set.
    • getStart

      public com.google.protobuf.Timestamp getStart()
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
      Specified by:
      getStart in interface ListParameterIndexRequestOrBuilder
      Returns:
      The start.
    • setStart

      public ListParameterIndexRequest.Builder setStart(com.google.protobuf.Timestamp value)
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
    • setStart

      public ListParameterIndexRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
    • mergeStart

      public ListParameterIndexRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
    • clearStart

      public ListParameterIndexRequest.Builder clearStart()
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
    • getStartBuilder

      public com.google.protobuf.Timestamp.Builder getStartBuilder()
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
    • getStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
       Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 4;
      Specified by:
      getStartOrBuilder in interface ListParameterIndexRequestOrBuilder
    • hasStop

      public boolean hasStop()
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
      Specified by:
      hasStop in interface ListParameterIndexRequestOrBuilder
      Returns:
      Whether the stop field is set.
    • getStop

      public com.google.protobuf.Timestamp getStop()
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
      Specified by:
      getStop in interface ListParameterIndexRequestOrBuilder
      Returns:
      The stop.
    • setStop

      public ListParameterIndexRequest.Builder setStop(com.google.protobuf.Timestamp value)
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
    • setStop

      public ListParameterIndexRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
    • mergeStop

      public ListParameterIndexRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
    • clearStop

       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
    • getStopBuilder

      public com.google.protobuf.Timestamp.Builder getStopBuilder()
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
    • getStopOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
       Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 5;
      Specified by:
      getStopOrBuilder in interface ListParameterIndexRequestOrBuilder
    • hasNext

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

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

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

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

       Continuation token returned by a previous page response.
       
      optional string next = 6;
      Returns:
      This builder for chaining.
    • setNextBytes

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

      public com.google.protobuf.ProtocolStringList getGroupList()
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Specified by:
      getGroupList in interface ListParameterIndexRequestOrBuilder
      Returns:
      A list containing the group.
    • getGroupCount

      public int getGroupCount()
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Specified by:
      getGroupCount in interface ListParameterIndexRequestOrBuilder
      Returns:
      The count of group.
    • getGroup

      public String getGroup(int index)
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Specified by:
      getGroup in interface ListParameterIndexRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The group at the given index.
    • getGroupBytes

      public com.google.protobuf.ByteString getGroupBytes(int index)
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Specified by:
      getGroupBytes in interface ListParameterIndexRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the group at the given index.
    • setGroup

      public ListParameterIndexRequest.Builder setGroup(int index, String value)
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Parameters:
      index - The index to set the value at.
      value - The group to set.
      Returns:
      This builder for chaining.
    • addGroup

      public ListParameterIndexRequest.Builder addGroup(String value)
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Parameters:
      value - The group to add.
      Returns:
      This builder for chaining.
    • addAllGroup

      public ListParameterIndexRequest.Builder addAllGroup(Iterable<String> values)
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Parameters:
      values - The group to add.
      Returns:
      This builder for chaining.
    • clearGroup

      public ListParameterIndexRequest.Builder clearGroup()
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Returns:
      This builder for chaining.
    • addGroupBytes

      public ListParameterIndexRequest.Builder addGroupBytes(com.google.protobuf.ByteString value)
       Filter on specific parameter groups.
       
      repeated string group = 7;
      Parameters:
      value - The bytes of the group to add.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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