Package org.yamcs.protobuf
Class ExportEventsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder>
-
- org.yamcs.protobuf.ExportEventsRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ExportEventsRequestOrBuilder
- Enclosing class:
- ExportEventsRequest
public static final class ExportEventsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder> implements ExportEventsRequestOrBuilder
Protobuf typeyamcs.protobuf.events.ExportEventsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportEventsRequest.BuilderaddAllSource(Iterable<String> values)The source of the events.ExportEventsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExportEventsRequest.BuilderaddSource(String value)The source of the events.ExportEventsRequest.BuilderaddSourceBytes(com.google.protobuf.ByteString value)The source of the events.ExportEventsRequestbuild()ExportEventsRequestbuildPartial()ExportEventsRequest.Builderclear()ExportEventsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ExportEventsRequest.BuilderclearInstance()Yamcs instance name.ExportEventsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ExportEventsRequest.BuilderclearQ()Text to search for in the message.ExportEventsRequest.BuilderclearSeverity()The minimum severity level of the events.ExportEventsRequest.BuilderclearSource()The source of the events.ExportEventsRequest.BuilderclearStart()Filter the lower bound of the event's generation time.ExportEventsRequest.BuilderclearStop()Filter the upper bound of the event's generation time.ExportEventsRequest.Builderclone()ExportEventsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetQ()Text to search for in the message.com.google.protobuf.ByteStringgetQBytes()Text to search for in the message.StringgetSeverity()The minimum severity level of the events.com.google.protobuf.ByteStringgetSeverityBytes()The minimum severity level of the events.StringgetSource(int index)The source of the events.com.google.protobuf.ByteStringgetSourceBytes(int index)The source of the events.intgetSourceCount()The source of the events.com.google.protobuf.ProtocolStringListgetSourceList()The source of the events.com.google.protobuf.TimestampgetStart()Filter the lower bound of the event's generation time.com.google.protobuf.Timestamp.BuildergetStartBuilder()Filter the lower bound of the event's generation time.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the event's generation time.com.google.protobuf.TimestampgetStop()Filter the upper bound of the event's generation time.com.google.protobuf.Timestamp.BuildergetStopBuilder()Filter the upper bound of the event's generation time.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the event's generation time.booleanhasInstance()Yamcs instance name.booleanhasQ()Text to search for in the message.booleanhasSeverity()The minimum severity level of the events.booleanhasStart()Filter the lower bound of the event's generation time.booleanhasStop()Filter the upper bound of the event's generation time.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ExportEventsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ExportEventsRequest.BuildermergeFrom(com.google.protobuf.Message other)ExportEventsRequest.BuildermergeFrom(ExportEventsRequest other)ExportEventsRequest.BuildermergeStart(com.google.protobuf.Timestamp value)Filter the lower bound of the event's generation time.ExportEventsRequest.BuildermergeStop(com.google.protobuf.Timestamp value)Filter the upper bound of the event's generation time.ExportEventsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ExportEventsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExportEventsRequest.BuildersetInstance(String value)Yamcs instance name.ExportEventsRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.ExportEventsRequest.BuildersetQ(String value)Text to search for in the message.ExportEventsRequest.BuildersetQBytes(com.google.protobuf.ByteString value)Text to search for in the message.ExportEventsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ExportEventsRequest.BuildersetSeverity(String value)The minimum severity level of the events.ExportEventsRequest.BuildersetSeverityBytes(com.google.protobuf.ByteString value)The minimum severity level of the events.ExportEventsRequest.BuildersetSource(int index, String value)The source of the events.ExportEventsRequest.BuildersetStart(com.google.protobuf.Timestamp value)Filter the lower bound of the event's generation time.ExportEventsRequest.BuildersetStart(com.google.protobuf.Timestamp.Builder builderForValue)Filter the lower bound of the event's generation time.ExportEventsRequest.BuildersetStop(com.google.protobuf.Timestamp value)Filter the upper bound of the event's generation time.ExportEventsRequest.BuildersetStop(com.google.protobuf.Timestamp.Builder builderForValue)Filter the upper bound of the event's generation time.ExportEventsRequest.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<ExportEventsRequest.Builder>
-
clear
public ExportEventsRequest.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<ExportEventsRequest.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<ExportEventsRequest.Builder>
-
getDefaultInstanceForType
public ExportEventsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExportEventsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExportEventsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExportEventsRequest.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<ExportEventsRequest.Builder>
-
setField
public ExportEventsRequest.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<ExportEventsRequest.Builder>
-
clearField
public ExportEventsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder>
-
clearOneof
public ExportEventsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder>
-
setRepeatedField
public ExportEventsRequest.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<ExportEventsRequest.Builder>
-
addRepeatedField
public ExportEventsRequest.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<ExportEventsRequest.Builder>
-
mergeFrom
public ExportEventsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExportEventsRequest.Builder>
-
mergeFrom
public ExportEventsRequest.Builder mergeFrom(ExportEventsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder>
-
mergeFrom
public ExportEventsRequest.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<ExportEventsRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceExportEventsRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceExportEventsRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceExportEventsRequestOrBuilder
-
setInstance
public ExportEventsRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public ExportEventsRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public ExportEventsRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasStart
public boolean hasStart()
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;- Specified by:
hasStartin interfaceExportEventsRequestOrBuilder
-
getStart
public com.google.protobuf.Timestamp getStart()
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;- Specified by:
getStartin interfaceExportEventsRequestOrBuilder
-
setStart
public ExportEventsRequest.Builder setStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;
-
setStart
public ExportEventsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;
-
mergeStart
public ExportEventsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;
-
clearStart
public ExportEventsRequest.Builder clearStart()
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;
-
getStartBuilder
public com.google.protobuf.Timestamp.Builder getStartBuilder()
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;
-
getStartOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Filter the lower bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 2;- Specified by:
getStartOrBuilderin interfaceExportEventsRequestOrBuilder
-
hasStop
public boolean hasStop()
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
hasStopin interfaceExportEventsRequestOrBuilder
-
getStop
public com.google.protobuf.Timestamp getStop()
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
getStopin interfaceExportEventsRequestOrBuilder
-
setStop
public ExportEventsRequest.Builder setStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;
-
setStop
public ExportEventsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;
-
mergeStop
public ExportEventsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;
-
clearStop
public ExportEventsRequest.Builder clearStop()
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;
-
getStopBuilder
public com.google.protobuf.Timestamp.Builder getStopBuilder()
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;
-
getStopOrBuilder
public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
Filter the upper bound of the event's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
getStopOrBuilderin interfaceExportEventsRequestOrBuilder
-
getSourceList
public com.google.protobuf.ProtocolStringList getSourceList()
The source of the events. Names must match exactly.
repeated string source = 4;- Specified by:
getSourceListin interfaceExportEventsRequestOrBuilder
-
getSourceCount
public int getSourceCount()
The source of the events. Names must match exactly.
repeated string source = 4;- Specified by:
getSourceCountin interfaceExportEventsRequestOrBuilder
-
getSource
public String getSource(int index)
The source of the events. Names must match exactly.
repeated string source = 4;- Specified by:
getSourcein interfaceExportEventsRequestOrBuilder
-
getSourceBytes
public com.google.protobuf.ByteString getSourceBytes(int index)
The source of the events. Names must match exactly.
repeated string source = 4;- Specified by:
getSourceBytesin interfaceExportEventsRequestOrBuilder
-
setSource
public ExportEventsRequest.Builder setSource(int index, String value)
The source of the events. Names must match exactly.
repeated string source = 4;
-
addSource
public ExportEventsRequest.Builder addSource(String value)
The source of the events. Names must match exactly.
repeated string source = 4;
-
addAllSource
public ExportEventsRequest.Builder addAllSource(Iterable<String> values)
The source of the events. Names must match exactly.
repeated string source = 4;
-
clearSource
public ExportEventsRequest.Builder clearSource()
The source of the events. Names must match exactly.
repeated string source = 4;
-
addSourceBytes
public ExportEventsRequest.Builder addSourceBytes(com.google.protobuf.ByteString value)
The source of the events. Names must match exactly.
repeated string source = 4;
-
hasSeverity
public boolean hasSeverity()
The minimum severity level of the events. One of ``info``, ``watch``, ``warning``, ``distress`` or ``severe``. Default: ``info``
optional string severity = 5;- Specified by:
hasSeverityin interfaceExportEventsRequestOrBuilder
-
getSeverity
public String getSeverity()
The minimum severity level of the events. One of ``info``, ``watch``, ``warning``, ``distress`` or ``severe``. Default: ``info``
optional string severity = 5;- Specified by:
getSeverityin interfaceExportEventsRequestOrBuilder
-
getSeverityBytes
public com.google.protobuf.ByteString getSeverityBytes()
The minimum severity level of the events. One of ``info``, ``watch``, ``warning``, ``distress`` or ``severe``. Default: ``info``
optional string severity = 5;- Specified by:
getSeverityBytesin interfaceExportEventsRequestOrBuilder
-
setSeverity
public ExportEventsRequest.Builder setSeverity(String value)
The minimum severity level of the events. One of ``info``, ``watch``, ``warning``, ``distress`` or ``severe``. Default: ``info``
optional string severity = 5;
-
clearSeverity
public ExportEventsRequest.Builder clearSeverity()
The minimum severity level of the events. One of ``info``, ``watch``, ``warning``, ``distress`` or ``severe``. Default: ``info``
optional string severity = 5;
-
setSeverityBytes
public ExportEventsRequest.Builder setSeverityBytes(com.google.protobuf.ByteString value)
The minimum severity level of the events. One of ``info``, ``watch``, ``warning``, ``distress`` or ``severe``. Default: ``info``
optional string severity = 5;
-
hasQ
public boolean hasQ()
Text to search for in the message.
optional string q = 6;- Specified by:
hasQin interfaceExportEventsRequestOrBuilder
-
getQ
public String getQ()
Text to search for in the message.
optional string q = 6;- Specified by:
getQin interfaceExportEventsRequestOrBuilder
-
getQBytes
public com.google.protobuf.ByteString getQBytes()
Text to search for in the message.
optional string q = 6;- Specified by:
getQBytesin interfaceExportEventsRequestOrBuilder
-
setQ
public ExportEventsRequest.Builder setQ(String value)
Text to search for in the message.
optional string q = 6;
-
clearQ
public ExportEventsRequest.Builder clearQ()
Text to search for in the message.
optional string q = 6;
-
setQBytes
public ExportEventsRequest.Builder setQBytes(com.google.protobuf.ByteString value)
Text to search for in the message.
optional string q = 6;
-
setUnknownFields
public final ExportEventsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder>
-
mergeUnknownFields
public final ExportEventsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExportEventsRequest.Builder>
-
-