Package org.yamcs.protobuf
Class ListCommandsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
-
- org.yamcs.protobuf.ListCommandsRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ListCommandsRequestOrBuilder
- Enclosing class:
- ListCommandsRequest
public static final class ListCommandsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder> implements ListCommandsRequestOrBuilder
Protobuf typeyamcs.protobuf.commanding.ListCommandsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCommandsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListCommandsRequestbuild()ListCommandsRequestbuildPartial()ListCommandsRequest.Builderclear()ListCommandsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListCommandsRequest.BuilderclearInstance()Yamcs instance name.ListCommandsRequest.BuilderclearLimit()The maximum number of returned records per page.ListCommandsRequest.BuilderclearNext()optional string next = 6;ListCommandsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListCommandsRequest.BuilderclearOrder()The order of the returned results.ListCommandsRequest.BuilderclearPos()The zero-based row number at which to start outputting results.ListCommandsRequest.BuilderclearQ()Text to search in the name of the command.ListCommandsRequest.BuilderclearStart()Filter the lower bound of the command's generation time.ListCommandsRequest.BuilderclearStop()Filter the upper bound of the command's generation time.ListCommandsRequest.Builderclone()ListCommandsRequestgetDefaultInstanceForType()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.StringgetNext()optional string next = 6;com.google.protobuf.ByteStringgetNextBytes()optional string next = 6;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.StringgetQ()Text to search in the name of the command.com.google.protobuf.ByteStringgetQBytes()Text to search in the name of the command.com.google.protobuf.TimestampgetStart()Filter the lower bound of the command's generation time.com.google.protobuf.Timestamp.BuildergetStartBuilder()Filter the lower bound of the command's generation time.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the command's generation time.com.google.protobuf.TimestampgetStop()Filter the upper bound of the command's generation time.com.google.protobuf.Timestamp.BuildergetStopBuilder()Filter the upper bound of the command's generation time.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the command's generation time.booleanhasInstance()Yamcs instance name.booleanhasLimit()The maximum number of returned records per page.booleanhasNext()optional string next = 6;booleanhasOrder()The order of the returned results.booleanhasPos()The zero-based row number at which to start outputting results.booleanhasQ()Text to search in the name of the command.booleanhasStart()Filter the lower bound of the command's generation time.booleanhasStop()Filter the upper bound of the command's generation time.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListCommandsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListCommandsRequest.BuildermergeFrom(com.google.protobuf.Message other)ListCommandsRequest.BuildermergeFrom(ListCommandsRequest other)ListCommandsRequest.BuildermergeStart(com.google.protobuf.Timestamp value)Filter the lower bound of the command's generation time.ListCommandsRequest.BuildermergeStop(com.google.protobuf.Timestamp value)Filter the upper bound of the command's generation time.ListCommandsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListCommandsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListCommandsRequest.BuildersetInstance(String value)Yamcs instance name.ListCommandsRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.ListCommandsRequest.BuildersetLimit(int value)The maximum number of returned records per page.ListCommandsRequest.BuildersetNext(String value)optional string next = 6;ListCommandsRequest.BuildersetNextBytes(com.google.protobuf.ByteString value)optional string next = 6;ListCommandsRequest.BuildersetOrder(String value)The order of the returned results.ListCommandsRequest.BuildersetOrderBytes(com.google.protobuf.ByteString value)The order of the returned results.ListCommandsRequest.BuildersetPos(long value)The zero-based row number at which to start outputting results.ListCommandsRequest.BuildersetQ(String value)Text to search in the name of the command.ListCommandsRequest.BuildersetQBytes(com.google.protobuf.ByteString value)Text to search in the name of the command.ListCommandsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListCommandsRequest.BuildersetStart(com.google.protobuf.Timestamp value)Filter the lower bound of the command's generation time.ListCommandsRequest.BuildersetStart(com.google.protobuf.Timestamp.Builder builderForValue)Filter the lower bound of the command's generation time.ListCommandsRequest.BuildersetStop(com.google.protobuf.Timestamp value)Filter the upper bound of the command's generation time.ListCommandsRequest.BuildersetStop(com.google.protobuf.Timestamp.Builder builderForValue)Filter the upper bound of the command's generation time.ListCommandsRequest.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<ListCommandsRequest.Builder>
-
clear
public ListCommandsRequest.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<ListCommandsRequest.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<ListCommandsRequest.Builder>
-
getDefaultInstanceForType
public ListCommandsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListCommandsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListCommandsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListCommandsRequest.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<ListCommandsRequest.Builder>
-
setField
public ListCommandsRequest.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<ListCommandsRequest.Builder>
-
clearField
public ListCommandsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
-
clearOneof
public ListCommandsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
-
setRepeatedField
public ListCommandsRequest.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<ListCommandsRequest.Builder>
-
addRepeatedField
public ListCommandsRequest.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<ListCommandsRequest.Builder>
-
mergeFrom
public ListCommandsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListCommandsRequest.Builder>
-
mergeFrom
public ListCommandsRequest.Builder mergeFrom(ListCommandsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
-
mergeFrom
public ListCommandsRequest.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<ListCommandsRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceListCommandsRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceListCommandsRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceListCommandsRequestOrBuilder
-
setInstance
public ListCommandsRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public ListCommandsRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public ListCommandsRequest.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 interfaceListCommandsRequestOrBuilder
-
getPos
public long getPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int64 pos = 2;- Specified by:
getPosin interfaceListCommandsRequestOrBuilder
-
setPos
public ListCommandsRequest.Builder setPos(long value)
The zero-based row number at which to start outputting results. Default: ``0``
optional int64 pos = 2;
-
clearPos
public ListCommandsRequest.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 interfaceListCommandsRequestOrBuilder
-
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 interfaceListCommandsRequestOrBuilder
-
setLimit
public ListCommandsRequest.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 ListCommandsRequest.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;
-
hasOrder
public boolean hasOrder()
The order of the returned results. Can be either ``asc`` or ``desc``. Default: ``desc``
optional string order = 4;- Specified by:
hasOrderin interfaceListCommandsRequestOrBuilder
-
getOrder
public String getOrder()
The order of the returned results. Can be either ``asc`` or ``desc``. Default: ``desc``
optional string order = 4;- Specified by:
getOrderin interfaceListCommandsRequestOrBuilder
-
getOrderBytes
public com.google.protobuf.ByteString getOrderBytes()
The order of the returned results. Can be either ``asc`` or ``desc``. Default: ``desc``
optional string order = 4;- Specified by:
getOrderBytesin interfaceListCommandsRequestOrBuilder
-
setOrder
public ListCommandsRequest.Builder setOrder(String value)
The order of the returned results. Can be either ``asc`` or ``desc``. Default: ``desc``
optional string order = 4;
-
clearOrder
public ListCommandsRequest.Builder clearOrder()
The order of the returned results. Can be either ``asc`` or ``desc``. Default: ``desc``
optional string order = 4;
-
setOrderBytes
public ListCommandsRequest.Builder setOrderBytes(com.google.protobuf.ByteString value)
The order of the returned results. Can be either ``asc`` or ``desc``. Default: ``desc``
optional string order = 4;
-
hasQ
public boolean hasQ()
Text to search in the name of the command.
optional string q = 5;- Specified by:
hasQin interfaceListCommandsRequestOrBuilder
-
getQ
public String getQ()
Text to search in the name of the command.
optional string q = 5;- Specified by:
getQin interfaceListCommandsRequestOrBuilder
-
getQBytes
public com.google.protobuf.ByteString getQBytes()
Text to search in the name of the command.
optional string q = 5;- Specified by:
getQBytesin interfaceListCommandsRequestOrBuilder
-
setQ
public ListCommandsRequest.Builder setQ(String value)
Text to search in the name of the command.
optional string q = 5;
-
clearQ
public ListCommandsRequest.Builder clearQ()
Text to search in the name of the command.
optional string q = 5;
-
setQBytes
public ListCommandsRequest.Builder setQBytes(com.google.protobuf.ByteString value)
Text to search in the name of the command.
optional string q = 5;
-
hasNext
public boolean hasNext()
optional string next = 6;- Specified by:
hasNextin interfaceListCommandsRequestOrBuilder
-
getNext
public String getNext()
optional string next = 6;- Specified by:
getNextin interfaceListCommandsRequestOrBuilder
-
getNextBytes
public com.google.protobuf.ByteString getNextBytes()
optional string next = 6;- Specified by:
getNextBytesin interfaceListCommandsRequestOrBuilder
-
setNext
public ListCommandsRequest.Builder setNext(String value)
optional string next = 6;
-
clearNext
public ListCommandsRequest.Builder clearNext()
optional string next = 6;
-
setNextBytes
public ListCommandsRequest.Builder setNextBytes(com.google.protobuf.ByteString value)
optional string next = 6;
-
hasStart
public boolean hasStart()
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;- Specified by:
hasStartin interfaceListCommandsRequestOrBuilder
-
getStart
public com.google.protobuf.Timestamp getStart()
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;- Specified by:
getStartin interfaceListCommandsRequestOrBuilder
-
setStart
public ListCommandsRequest.Builder setStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;
-
setStart
public ListCommandsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;
-
mergeStart
public ListCommandsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;
-
clearStart
public ListCommandsRequest.Builder clearStart()
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;
-
getStartBuilder
public com.google.protobuf.Timestamp.Builder getStartBuilder()
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;
-
getStartOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.
optional .google.protobuf.Timestamp start = 7;- Specified by:
getStartOrBuilderin interfaceListCommandsRequestOrBuilder
-
hasStop
public boolean hasStop()
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;- Specified by:
hasStopin interfaceListCommandsRequestOrBuilder
-
getStop
public com.google.protobuf.Timestamp getStop()
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;- Specified by:
getStopin interfaceListCommandsRequestOrBuilder
-
setStop
public ListCommandsRequest.Builder setStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;
-
setStop
public ListCommandsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;
-
mergeStop
public ListCommandsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;
-
clearStop
public ListCommandsRequest.Builder clearStop()
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;
-
getStopBuilder
public com.google.protobuf.Timestamp.Builder getStopBuilder()
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;
-
getStopOrBuilder
public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.
optional .google.protobuf.Timestamp stop = 8;- Specified by:
getStopOrBuilderin interfaceListCommandsRequestOrBuilder
-
setUnknownFields
public final ListCommandsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
-
mergeUnknownFields
public final ListCommandsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
-
-