Package org.yamcs.protobuf
Class Commanding.CommandQueueEvent.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder>
-
- org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Commanding.CommandQueueEventOrBuilder
- Enclosing class:
- Commanding.CommandQueueEvent
public static final class Commanding.CommandQueueEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder> implements Commanding.CommandQueueEventOrBuilder
Protobuf typeyamcs.protobuf.commanding.CommandQueueEvent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Commanding.CommandQueueEvent.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandQueueEventbuild()Commanding.CommandQueueEventbuildPartial()Commanding.CommandQueueEvent.Builderclear()Commanding.CommandQueueEvent.BuilderclearData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEvent.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Commanding.CommandQueueEvent.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Commanding.CommandQueueEvent.BuilderclearType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;Commanding.CommandQueueEvent.Builderclone()Commanding.CommandQueueEntrygetData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEntry.BuildergetDataBuilder()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEntryOrBuildergetDataOrBuilder()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEventgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Commanding.CommandQueueEvent.TypegetType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;booleanhasData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;booleanhasType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Commanding.CommandQueueEvent.BuildermergeData(Commanding.CommandQueueEntry value)optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEvent.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Commanding.CommandQueueEvent.BuildermergeFrom(com.google.protobuf.Message other)Commanding.CommandQueueEvent.BuildermergeFrom(Commanding.CommandQueueEvent other)Commanding.CommandQueueEvent.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandQueueEvent.BuildersetData(Commanding.CommandQueueEntry value)optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEvent.BuildersetData(Commanding.CommandQueueEntry.Builder builderForValue)optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEvent.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandQueueEvent.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Commanding.CommandQueueEvent.BuildersetType(Commanding.CommandQueueEvent.Type value)optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>
-
clear
public Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>
-
getDefaultInstanceForType
public Commanding.CommandQueueEvent getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Commanding.CommandQueueEvent build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Commanding.CommandQueueEvent buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>
-
setField
public Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>
-
clearField
public Commanding.CommandQueueEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder>
-
clearOneof
public Commanding.CommandQueueEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder>
-
setRepeatedField
public Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>
-
addRepeatedField
public Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>
-
mergeFrom
public Commanding.CommandQueueEvent.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Commanding.CommandQueueEvent.Builder>
-
mergeFrom
public Commanding.CommandQueueEvent.Builder mergeFrom(Commanding.CommandQueueEvent other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder>
-
mergeFrom
public Commanding.CommandQueueEvent.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<Commanding.CommandQueueEvent.Builder>- Throws:
IOException
-
hasType
public boolean hasType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;- Specified by:
hasTypein interfaceCommanding.CommandQueueEventOrBuilder
-
getType
public Commanding.CommandQueueEvent.Type getType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;- Specified by:
getTypein interfaceCommanding.CommandQueueEventOrBuilder
-
setType
public Commanding.CommandQueueEvent.Builder setType(Commanding.CommandQueueEvent.Type value)
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
-
clearType
public Commanding.CommandQueueEvent.Builder clearType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
-
hasData
public boolean hasData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;- Specified by:
hasDatain interfaceCommanding.CommandQueueEventOrBuilder
-
getData
public Commanding.CommandQueueEntry getData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;- Specified by:
getDatain interfaceCommanding.CommandQueueEventOrBuilder
-
setData
public Commanding.CommandQueueEvent.Builder setData(Commanding.CommandQueueEntry value)
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
setData
public Commanding.CommandQueueEvent.Builder setData(Commanding.CommandQueueEntry.Builder builderForValue)
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
mergeData
public Commanding.CommandQueueEvent.Builder mergeData(Commanding.CommandQueueEntry value)
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
clearData
public Commanding.CommandQueueEvent.Builder clearData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
getDataBuilder
public Commanding.CommandQueueEntry.Builder getDataBuilder()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
getDataOrBuilder
public Commanding.CommandQueueEntryOrBuilder getDataOrBuilder()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;- Specified by:
getDataOrBuilderin interfaceCommanding.CommandQueueEventOrBuilder
-
setUnknownFields
public final Commanding.CommandQueueEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder>
-
mergeUnknownFields
public final Commanding.CommandQueueEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueEvent.Builder>
-
-