Package org.yamcs.protobuf
Class ListEventIndexRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
- org.yamcs.protobuf.ListEventIndexRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ListEventIndexRequestOrBuilder
- Enclosing class:
- ListEventIndexRequest
public static final class ListEventIndexRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder> implements ListEventIndexRequestOrBuilder
Protobuf typeyamcs.protobuf.archive.ListEventIndexRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListEventIndexRequest.BuilderaddAllSource(Iterable<String> values)repeated string source = 7;ListEventIndexRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListEventIndexRequest.BuilderaddSource(String value)repeated string source = 7;ListEventIndexRequest.BuilderaddSourceBytes(com.google.protobuf.ByteString value)repeated string source = 7;ListEventIndexRequestbuild()ListEventIndexRequestbuildPartial()ListEventIndexRequest.Builderclear()ListEventIndexRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListEventIndexRequest.BuilderclearInstance()Yamcs instance name.ListEventIndexRequest.BuilderclearLimit()The maximum number of returned entries.ListEventIndexRequest.BuilderclearMergeTime()Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.ListEventIndexRequest.BuilderclearNext()optional string next = 6;ListEventIndexRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListEventIndexRequest.BuilderclearSource()repeated string source = 7;ListEventIndexRequest.BuilderclearStart()Filter the lower bound of the index entries.ListEventIndexRequest.BuilderclearStop()Filter the upper bound of the index entries.ListEventIndexRequest.Builderclone()ListEventIndexRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.intgetLimit()The maximum number of returned entries.intgetMergeTime()Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.StringgetNext()optional string next = 6;com.google.protobuf.ByteStringgetNextBytes()optional string next = 6;StringgetSource(int index)repeated string source = 7;com.google.protobuf.ByteStringgetSourceBytes(int index)repeated string source = 7;intgetSourceCount()repeated string source = 7;com.google.protobuf.ProtocolStringListgetSourceList()repeated string source = 7;com.google.protobuf.TimestampgetStart()Filter the lower bound of the index entries.com.google.protobuf.Timestamp.BuildergetStartBuilder()Filter the lower bound of the index entries.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the index entries.com.google.protobuf.TimestampgetStop()Filter the upper bound of the index entries.com.google.protobuf.Timestamp.BuildergetStopBuilder()Filter the upper bound of the index entries.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the index entries.booleanhasInstance()Yamcs instance name.booleanhasLimit()The maximum number of returned entries.booleanhasMergeTime()Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.booleanhasNext()optional string next = 6;booleanhasStart()Filter the lower bound of the index entries.booleanhasStop()Filter the upper bound of the index entries.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListEventIndexRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListEventIndexRequest.BuildermergeFrom(com.google.protobuf.Message other)ListEventIndexRequest.BuildermergeFrom(ListEventIndexRequest other)ListEventIndexRequest.BuildermergeStart(com.google.protobuf.Timestamp value)Filter the lower bound of the index entries.ListEventIndexRequest.BuildermergeStop(com.google.protobuf.Timestamp value)Filter the upper bound of the index entries.ListEventIndexRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListEventIndexRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListEventIndexRequest.BuildersetInstance(String value)Yamcs instance name.ListEventIndexRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.ListEventIndexRequest.BuildersetLimit(int value)The maximum number of returned entries.ListEventIndexRequest.BuildersetMergeTime(int value)Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.ListEventIndexRequest.BuildersetNext(String value)optional string next = 6;ListEventIndexRequest.BuildersetNextBytes(com.google.protobuf.ByteString value)optional string next = 6;ListEventIndexRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListEventIndexRequest.BuildersetSource(int index, String value)repeated string source = 7;ListEventIndexRequest.BuildersetStart(com.google.protobuf.Timestamp value)Filter the lower bound of the index entries.ListEventIndexRequest.BuildersetStart(com.google.protobuf.Timestamp.Builder builderForValue)Filter the lower bound of the index entries.ListEventIndexRequest.BuildersetStop(com.google.protobuf.Timestamp value)Filter the upper bound of the index entries.ListEventIndexRequest.BuildersetStop(com.google.protobuf.Timestamp.Builder builderForValue)Filter the upper bound of the index entries.ListEventIndexRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
clear
public ListEventIndexRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
getDefaultInstanceForType
public ListEventIndexRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListEventIndexRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListEventIndexRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListEventIndexRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
setField
public ListEventIndexRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
clearField
public ListEventIndexRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
clearOneof
public ListEventIndexRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
setRepeatedField
public ListEventIndexRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
addRepeatedField
public ListEventIndexRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
mergeFrom
public ListEventIndexRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListEventIndexRequest.Builder>
-
mergeFrom
public ListEventIndexRequest.Builder mergeFrom(ListEventIndexRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
mergeFrom
public ListEventIndexRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListEventIndexRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceListEventIndexRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceListEventIndexRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceListEventIndexRequestOrBuilder
-
setInstance
public ListEventIndexRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public ListEventIndexRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public ListEventIndexRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasMergeTime
public boolean hasMergeTime()
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together. Default: ``2000``
optional int32 mergeTime = 2;- Specified by:
hasMergeTimein interfaceListEventIndexRequestOrBuilder
-
getMergeTime
public int getMergeTime()
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together. Default: ``2000``
optional int32 mergeTime = 2;- Specified by:
getMergeTimein interfaceListEventIndexRequestOrBuilder
-
setMergeTime
public ListEventIndexRequest.Builder setMergeTime(int value)
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together. Default: ``2000``
optional int32 mergeTime = 2;
-
clearMergeTime
public ListEventIndexRequest.Builder clearMergeTime()
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together. Default: ``2000``
optional int32 mergeTime = 2;
-
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:
hasLimitin interfaceListEventIndexRequestOrBuilder
-
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:
getLimitin interfaceListEventIndexRequestOrBuilder
-
setLimit
public ListEventIndexRequest.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;
-
clearLimit
public ListEventIndexRequest.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;
-
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:
hasStartin interfaceListEventIndexRequestOrBuilder
-
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:
getStartin interfaceListEventIndexRequestOrBuilder
-
setStart
public ListEventIndexRequest.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 ListEventIndexRequest.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 ListEventIndexRequest.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 ListEventIndexRequest.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:
getStartOrBuilderin interfaceListEventIndexRequestOrBuilder
-
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:
hasStopin interfaceListEventIndexRequestOrBuilder
-
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:
getStopin interfaceListEventIndexRequestOrBuilder
-
setStop
public ListEventIndexRequest.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 ListEventIndexRequest.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 ListEventIndexRequest.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
public ListEventIndexRequest.Builder 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:
getStopOrBuilderin interfaceListEventIndexRequestOrBuilder
-
hasNext
public boolean hasNext()
optional string next = 6;- Specified by:
hasNextin interfaceListEventIndexRequestOrBuilder
-
getNext
public String getNext()
optional string next = 6;- Specified by:
getNextin interfaceListEventIndexRequestOrBuilder
-
getNextBytes
public com.google.protobuf.ByteString getNextBytes()
optional string next = 6;- Specified by:
getNextBytesin interfaceListEventIndexRequestOrBuilder
-
setNext
public ListEventIndexRequest.Builder setNext(String value)
optional string next = 6;
-
clearNext
public ListEventIndexRequest.Builder clearNext()
optional string next = 6;
-
setNextBytes
public ListEventIndexRequest.Builder setNextBytes(com.google.protobuf.ByteString value)
optional string next = 6;
-
getSourceList
public com.google.protobuf.ProtocolStringList getSourceList()
repeated string source = 7;- Specified by:
getSourceListin interfaceListEventIndexRequestOrBuilder
-
getSourceCount
public int getSourceCount()
repeated string source = 7;- Specified by:
getSourceCountin interfaceListEventIndexRequestOrBuilder
-
getSource
public String getSource(int index)
repeated string source = 7;- Specified by:
getSourcein interfaceListEventIndexRequestOrBuilder
-
getSourceBytes
public com.google.protobuf.ByteString getSourceBytes(int index)
repeated string source = 7;- Specified by:
getSourceBytesin interfaceListEventIndexRequestOrBuilder
-
setSource
public ListEventIndexRequest.Builder setSource(int index, String value)
repeated string source = 7;
-
addSource
public ListEventIndexRequest.Builder addSource(String value)
repeated string source = 7;
-
addAllSource
public ListEventIndexRequest.Builder addAllSource(Iterable<String> values)
repeated string source = 7;
-
clearSource
public ListEventIndexRequest.Builder clearSource()
repeated string source = 7;
-
addSourceBytes
public ListEventIndexRequest.Builder addSourceBytes(com.google.protobuf.ByteString value)
repeated string source = 7;
-
setUnknownFields
public final ListEventIndexRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
mergeUnknownFields
public final ListEventIndexRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListEventIndexRequest.Builder>
-
-