Package org.yamcs.protobuf
Class Commanding.CommandAssignment.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder>
-
- org.yamcs.protobuf.Commanding.CommandAssignment.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Commanding.CommandAssignmentOrBuilder
- Enclosing class:
- Commanding.CommandAssignment
public static final class Commanding.CommandAssignment.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder> implements Commanding.CommandAssignmentOrBuilder
Protobuf typeyamcs.protobuf.commanding.CommandAssignment
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Commanding.CommandAssignment.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandAssignmentbuild()Commanding.CommandAssignmentbuildPartial()Commanding.CommandAssignment.Builderclear()Commanding.CommandAssignment.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Commanding.CommandAssignment.BuilderclearName()optional string name = 1;Commanding.CommandAssignment.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Commanding.CommandAssignment.BuilderclearUserInput()optional bool userInput = 3;Commanding.CommandAssignment.BuilderclearValue()optional .yamcs.protobuf.Value value = 2;Commanding.CommandAssignment.Builderclone()Commanding.CommandAssignmentgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;booleangetUserInput()optional bool userInput = 3;Yamcs.ValuegetValue()optional .yamcs.protobuf.Value value = 2;Yamcs.Value.BuildergetValueBuilder()optional .yamcs.protobuf.Value value = 2;Yamcs.ValueOrBuildergetValueOrBuilder()optional .yamcs.protobuf.Value value = 2;booleanhasName()optional string name = 1;booleanhasUserInput()optional bool userInput = 3;booleanhasValue()optional .yamcs.protobuf.Value value = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Commanding.CommandAssignment.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Commanding.CommandAssignment.BuildermergeFrom(com.google.protobuf.Message other)Commanding.CommandAssignment.BuildermergeFrom(Commanding.CommandAssignment other)Commanding.CommandAssignment.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandAssignment.BuildermergeValue(Yamcs.Value value)optional .yamcs.protobuf.Value value = 2;Commanding.CommandAssignment.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandAssignment.BuildersetName(String value)optional string name = 1;Commanding.CommandAssignment.BuildersetNameBytes(com.google.protobuf.ByteString value)optional string name = 1;Commanding.CommandAssignment.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Commanding.CommandAssignment.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandAssignment.BuildersetUserInput(boolean value)optional bool userInput = 3;Commanding.CommandAssignment.BuildersetValue(Yamcs.Value value)optional .yamcs.protobuf.Value value = 2;Commanding.CommandAssignment.BuildersetValue(Yamcs.Value.Builder builderForValue)optional .yamcs.protobuf.Value value = 2;-
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.CommandAssignment.Builder>
-
clear
public Commanding.CommandAssignment.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.CommandAssignment.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.CommandAssignment.Builder>
-
getDefaultInstanceForType
public Commanding.CommandAssignment getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Commanding.CommandAssignment build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Commanding.CommandAssignment buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Commanding.CommandAssignment.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.CommandAssignment.Builder>
-
setField
public Commanding.CommandAssignment.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.CommandAssignment.Builder>
-
clearField
public Commanding.CommandAssignment.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder>
-
clearOneof
public Commanding.CommandAssignment.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder>
-
setRepeatedField
public Commanding.CommandAssignment.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.CommandAssignment.Builder>
-
addRepeatedField
public Commanding.CommandAssignment.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.CommandAssignment.Builder>
-
mergeFrom
public Commanding.CommandAssignment.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Commanding.CommandAssignment.Builder>
-
mergeFrom
public Commanding.CommandAssignment.Builder mergeFrom(Commanding.CommandAssignment other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder>
-
mergeFrom
public Commanding.CommandAssignment.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.CommandAssignment.Builder>- Throws:
IOException
-
hasName
public boolean hasName()
optional string name = 1;- Specified by:
hasNamein interfaceCommanding.CommandAssignmentOrBuilder
-
getName
public String getName()
optional string name = 1;- Specified by:
getNamein interfaceCommanding.CommandAssignmentOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- Specified by:
getNameBytesin interfaceCommanding.CommandAssignmentOrBuilder
-
setName
public Commanding.CommandAssignment.Builder setName(String value)
optional string name = 1;
-
clearName
public Commanding.CommandAssignment.Builder clearName()
optional string name = 1;
-
setNameBytes
public Commanding.CommandAssignment.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;
-
hasValue
public boolean hasValue()
optional .yamcs.protobuf.Value value = 2;- Specified by:
hasValuein interfaceCommanding.CommandAssignmentOrBuilder
-
getValue
public Yamcs.Value getValue()
optional .yamcs.protobuf.Value value = 2;- Specified by:
getValuein interfaceCommanding.CommandAssignmentOrBuilder
-
setValue
public Commanding.CommandAssignment.Builder setValue(Yamcs.Value value)
optional .yamcs.protobuf.Value value = 2;
-
setValue
public Commanding.CommandAssignment.Builder setValue(Yamcs.Value.Builder builderForValue)
optional .yamcs.protobuf.Value value = 2;
-
mergeValue
public Commanding.CommandAssignment.Builder mergeValue(Yamcs.Value value)
optional .yamcs.protobuf.Value value = 2;
-
clearValue
public Commanding.CommandAssignment.Builder clearValue()
optional .yamcs.protobuf.Value value = 2;
-
getValueBuilder
public Yamcs.Value.Builder getValueBuilder()
optional .yamcs.protobuf.Value value = 2;
-
getValueOrBuilder
public Yamcs.ValueOrBuilder getValueOrBuilder()
optional .yamcs.protobuf.Value value = 2;- Specified by:
getValueOrBuilderin interfaceCommanding.CommandAssignmentOrBuilder
-
hasUserInput
public boolean hasUserInput()
optional bool userInput = 3;- Specified by:
hasUserInputin interfaceCommanding.CommandAssignmentOrBuilder
-
getUserInput
public boolean getUserInput()
optional bool userInput = 3;- Specified by:
getUserInputin interfaceCommanding.CommandAssignmentOrBuilder
-
setUserInput
public Commanding.CommandAssignment.Builder setUserInput(boolean value)
optional bool userInput = 3;
-
clearUserInput
public Commanding.CommandAssignment.Builder clearUserInput()
optional bool userInput = 3;
-
setUnknownFields
public final Commanding.CommandAssignment.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder>
-
mergeUnknownFields
public final Commanding.CommandAssignment.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandAssignment.Builder>
-
-