Package org.yamcs.protobuf.alarms
Class ListAlarmsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder>
-
- org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ListAlarmsRequestOrBuilder
- Enclosing class:
- ListAlarmsRequest
public static final class ListAlarmsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder> implements ListAlarmsRequestOrBuilder
Protobuf typeyamcs.protobuf.alarms.ListAlarmsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAlarmsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListAlarmsRequestbuild()ListAlarmsRequestbuildPartial()ListAlarmsRequest.Builderclear()ListAlarmsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListAlarmsRequest.BuilderclearInstance()Yamcs instance name.ListAlarmsRequest.BuilderclearLimit()The maximum number of returned records per page.ListAlarmsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListAlarmsRequest.BuilderclearOrder()The order of the returned results.ListAlarmsRequest.BuilderclearPos()The zero-based row number at which to start outputting results.ListAlarmsRequest.BuilderclearStart()Filter the lower bound of the alarm's trigger time.ListAlarmsRequest.BuilderclearStop()Filter the upper bound of the alarm's trigger time.ListAlarmsRequest.Builderclone()ListAlarmsRequestgetDefaultInstanceForType()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 records per page.StringgetOrder()The order of the returned results.com.google.protobuf.ByteStringgetOrderBytes()The order of the returned results.longgetPos()The zero-based row number at which to start outputting results.com.google.protobuf.TimestampgetStart()Filter the lower bound of the alarm's trigger time.com.google.protobuf.Timestamp.BuildergetStartBuilder()Filter the lower bound of the alarm's trigger time.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the alarm's trigger time.com.google.protobuf.TimestampgetStop()Filter the upper bound of the alarm's trigger time.com.google.protobuf.Timestamp.BuildergetStopBuilder()Filter the upper bound of the alarm's trigger time.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the alarm's trigger time.booleanhasInstance()Yamcs instance name.booleanhasLimit()The maximum number of returned records per page.booleanhasOrder()The order of the returned results.booleanhasPos()The zero-based row number at which to start outputting results.booleanhasStart()Filter the lower bound of the alarm's trigger time.booleanhasStop()Filter the upper bound of the alarm's trigger time.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListAlarmsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListAlarmsRequest.BuildermergeFrom(com.google.protobuf.Message other)ListAlarmsRequest.BuildermergeFrom(ListAlarmsRequest other)ListAlarmsRequest.BuildermergeStart(com.google.protobuf.Timestamp value)Filter the lower bound of the alarm's trigger time.ListAlarmsRequest.BuildermergeStop(com.google.protobuf.Timestamp value)Filter the upper bound of the alarm's trigger time.ListAlarmsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListAlarmsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListAlarmsRequest.BuildersetInstance(String value)Yamcs instance name.ListAlarmsRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.ListAlarmsRequest.BuildersetLimit(int value)The maximum number of returned records per page.ListAlarmsRequest.BuildersetOrder(String value)The order of the returned results.ListAlarmsRequest.BuildersetOrderBytes(com.google.protobuf.ByteString value)The order of the returned results.ListAlarmsRequest.BuildersetPos(long value)The zero-based row number at which to start outputting results.ListAlarmsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListAlarmsRequest.BuildersetStart(com.google.protobuf.Timestamp value)Filter the lower bound of the alarm's trigger time.ListAlarmsRequest.BuildersetStart(com.google.protobuf.Timestamp.Builder builderForValue)Filter the lower bound of the alarm's trigger time.ListAlarmsRequest.BuildersetStop(com.google.protobuf.Timestamp value)Filter the upper bound of the alarm's trigger time.ListAlarmsRequest.BuildersetStop(com.google.protobuf.Timestamp.Builder builderForValue)Filter the upper bound of the alarm's trigger time.ListAlarmsRequest.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<ListAlarmsRequest.Builder>
-
clear
public ListAlarmsRequest.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<ListAlarmsRequest.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<ListAlarmsRequest.Builder>
-
getDefaultInstanceForType
public ListAlarmsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListAlarmsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListAlarmsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListAlarmsRequest.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<ListAlarmsRequest.Builder>
-
setField
public ListAlarmsRequest.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<ListAlarmsRequest.Builder>
-
clearField
public ListAlarmsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder>
-
clearOneof
public ListAlarmsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder>
-
setRepeatedField
public ListAlarmsRequest.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<ListAlarmsRequest.Builder>
-
addRepeatedField
public ListAlarmsRequest.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<ListAlarmsRequest.Builder>
-
mergeFrom
public ListAlarmsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListAlarmsRequest.Builder>
-
mergeFrom
public ListAlarmsRequest.Builder mergeFrom(ListAlarmsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder>
-
mergeFrom
public ListAlarmsRequest.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<ListAlarmsRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceListAlarmsRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceListAlarmsRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceListAlarmsRequestOrBuilder
-
setInstance
public ListAlarmsRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public ListAlarmsRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public ListAlarmsRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasPos
public boolean hasPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int64 pos = 2;- Specified by:
hasPosin interfaceListAlarmsRequestOrBuilder
-
getPos
public long getPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int64 pos = 2;- Specified by:
getPosin interfaceListAlarmsRequestOrBuilder
-
setPos
public ListAlarmsRequest.Builder setPos(long value)
The zero-based row number at which to start outputting results. Default: ``0``
optional int64 pos = 2;
-
clearPos
public ListAlarmsRequest.Builder clearPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int64 pos = 2;
-
hasLimit
public boolean hasLimit()
The maximum number of returned records per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 3;- Specified by:
hasLimitin interfaceListAlarmsRequestOrBuilder
-
getLimit
public int getLimit()
The maximum number of returned records per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 3;- Specified by:
getLimitin interfaceListAlarmsRequestOrBuilder
-
setLimit
public ListAlarmsRequest.Builder setLimit(int value)
The maximum number of returned records per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 3;
-
clearLimit
public ListAlarmsRequest.Builder clearLimit()
The maximum number of returned records per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 3;
-
hasStart
public boolean hasStart()
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;- Specified by:
hasStartin interfaceListAlarmsRequestOrBuilder
-
getStart
public com.google.protobuf.Timestamp getStart()
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;- Specified by:
getStartin interfaceListAlarmsRequestOrBuilder
-
setStart
public ListAlarmsRequest.Builder setStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;
-
setStart
public ListAlarmsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;
-
mergeStart
public ListAlarmsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;
-
clearStart
public ListAlarmsRequest.Builder clearStart()
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;
-
getStartBuilder
public com.google.protobuf.Timestamp.Builder getStartBuilder()
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;
-
getStartOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Filter the lower bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 4;- Specified by:
getStartOrBuilderin interfaceListAlarmsRequestOrBuilder
-
hasStop
public boolean hasStop()
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;- Specified by:
hasStopin interfaceListAlarmsRequestOrBuilder
-
getStop
public com.google.protobuf.Timestamp getStop()
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;- Specified by:
getStopin interfaceListAlarmsRequestOrBuilder
-
setStop
public ListAlarmsRequest.Builder setStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;
-
setStop
public ListAlarmsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;
-
mergeStop
public ListAlarmsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;
-
clearStop
public ListAlarmsRequest.Builder clearStop()
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;
-
getStopBuilder
public com.google.protobuf.Timestamp.Builder getStopBuilder()
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;
-
getStopOrBuilder
public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
Filter the upper bound of the alarm's trigger time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 5;- Specified by:
getStopOrBuilderin interfaceListAlarmsRequestOrBuilder
-
hasOrder
public boolean hasOrder()
The order of the returned results. Can be either ``asc`` or ``desc``. The sorting is always by trigger time (i.e. the generation time of the trigger value). Default: ``desc``
optional string order = 6;- Specified by:
hasOrderin interfaceListAlarmsRequestOrBuilder
-
getOrder
public String getOrder()
The order of the returned results. Can be either ``asc`` or ``desc``. The sorting is always by trigger time (i.e. the generation time of the trigger value). Default: ``desc``
optional string order = 6;- Specified by:
getOrderin interfaceListAlarmsRequestOrBuilder
-
getOrderBytes
public com.google.protobuf.ByteString getOrderBytes()
The order of the returned results. Can be either ``asc`` or ``desc``. The sorting is always by trigger time (i.e. the generation time of the trigger value). Default: ``desc``
optional string order = 6;- Specified by:
getOrderBytesin interfaceListAlarmsRequestOrBuilder
-
setOrder
public ListAlarmsRequest.Builder setOrder(String value)
The order of the returned results. Can be either ``asc`` or ``desc``. The sorting is always by trigger time (i.e. the generation time of the trigger value). Default: ``desc``
optional string order = 6;
-
clearOrder
public ListAlarmsRequest.Builder clearOrder()
The order of the returned results. Can be either ``asc`` or ``desc``. The sorting is always by trigger time (i.e. the generation time of the trigger value). Default: ``desc``
optional string order = 6;
-
setOrderBytes
public ListAlarmsRequest.Builder setOrderBytes(com.google.protobuf.ByteString value)
The order of the returned results. Can be either ``asc`` or ``desc``. The sorting is always by trigger time (i.e. the generation time of the trigger value). Default: ``desc``
optional string order = 6;
-
setUnknownFields
public final ListAlarmsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder>
-
mergeUnknownFields
public final ListAlarmsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListAlarmsRequest.Builder>
-
-