Package org.yamcs.protobuf
Class Commanding.CommandHistoryAttribute.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder>
-
- org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Commanding.CommandHistoryAttributeOrBuilder
- Enclosing class:
- Commanding.CommandHistoryAttribute
public static final class Commanding.CommandHistoryAttribute.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder> implements Commanding.CommandHistoryAttributeOrBuilder
Protobuf typeyamcs.protobuf.commanding.CommandHistoryAttribute
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Commanding.CommandHistoryAttribute.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandHistoryAttributebuild()Commanding.CommandHistoryAttributebuildPartial()Commanding.CommandHistoryAttribute.Builderclear()Commanding.CommandHistoryAttribute.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Commanding.CommandHistoryAttribute.BuilderclearName()optional string name = 1;Commanding.CommandHistoryAttribute.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Commanding.CommandHistoryAttribute.BuilderclearTime()optional int64 time = 3;Commanding.CommandHistoryAttribute.BuilderclearValue()optional .yamcs.protobuf.Value value = 2;Commanding.CommandHistoryAttribute.Builderclone()Commanding.CommandHistoryAttributegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;longgetTime()optional int64 time = 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;booleanhasTime()optional int64 time = 3;booleanhasValue()optional .yamcs.protobuf.Value value = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Commanding.CommandHistoryAttribute.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Commanding.CommandHistoryAttribute.BuildermergeFrom(com.google.protobuf.Message other)Commanding.CommandHistoryAttribute.BuildermergeFrom(Commanding.CommandHistoryAttribute other)Commanding.CommandHistoryAttribute.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandHistoryAttribute.BuildermergeValue(Yamcs.Value value)optional .yamcs.protobuf.Value value = 2;Commanding.CommandHistoryAttribute.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandHistoryAttribute.BuildersetName(String value)optional string name = 1;Commanding.CommandHistoryAttribute.BuildersetNameBytes(com.google.protobuf.ByteString value)optional string name = 1;Commanding.CommandHistoryAttribute.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Commanding.CommandHistoryAttribute.BuildersetTime(long value)optional int64 time = 3;Commanding.CommandHistoryAttribute.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandHistoryAttribute.BuildersetValue(Yamcs.Value value)optional .yamcs.protobuf.Value value = 2;Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>
-
clear
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>
-
getDefaultInstanceForType
public Commanding.CommandHistoryAttribute getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Commanding.CommandHistoryAttribute build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Commanding.CommandHistoryAttribute buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>
-
setField
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>
-
clearField
public Commanding.CommandHistoryAttribute.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder>
-
clearOneof
public Commanding.CommandHistoryAttribute.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder>
-
setRepeatedField
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>
-
addRepeatedField
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>
-
mergeFrom
public Commanding.CommandHistoryAttribute.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Commanding.CommandHistoryAttribute.Builder>
-
mergeFrom
public Commanding.CommandHistoryAttribute.Builder mergeFrom(Commanding.CommandHistoryAttribute other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder>
-
mergeFrom
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttribute.Builder>- Throws:
IOException
-
hasName
public boolean hasName()
optional string name = 1;- Specified by:
hasNamein interfaceCommanding.CommandHistoryAttributeOrBuilder
-
getName
public String getName()
optional string name = 1;- Specified by:
getNamein interfaceCommanding.CommandHistoryAttributeOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- Specified by:
getNameBytesin interfaceCommanding.CommandHistoryAttributeOrBuilder
-
setName
public Commanding.CommandHistoryAttribute.Builder setName(String value)
optional string name = 1;
-
clearName
public Commanding.CommandHistoryAttribute.Builder clearName()
optional string name = 1;
-
setNameBytes
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttributeOrBuilder
-
getValue
public Yamcs.Value getValue()
optional .yamcs.protobuf.Value value = 2;- Specified by:
getValuein interfaceCommanding.CommandHistoryAttributeOrBuilder
-
setValue
public Commanding.CommandHistoryAttribute.Builder setValue(Yamcs.Value value)
optional .yamcs.protobuf.Value value = 2;
-
setValue
public Commanding.CommandHistoryAttribute.Builder setValue(Yamcs.Value.Builder builderForValue)
optional .yamcs.protobuf.Value value = 2;
-
mergeValue
public Commanding.CommandHistoryAttribute.Builder mergeValue(Yamcs.Value value)
optional .yamcs.protobuf.Value value = 2;
-
clearValue
public Commanding.CommandHistoryAttribute.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.CommandHistoryAttributeOrBuilder
-
hasTime
public boolean hasTime()
optional int64 time = 3;- Specified by:
hasTimein interfaceCommanding.CommandHistoryAttributeOrBuilder
-
getTime
public long getTime()
optional int64 time = 3;- Specified by:
getTimein interfaceCommanding.CommandHistoryAttributeOrBuilder
-
setTime
public Commanding.CommandHistoryAttribute.Builder setTime(long value)
optional int64 time = 3;
-
clearTime
public Commanding.CommandHistoryAttribute.Builder clearTime()
optional int64 time = 3;
-
setUnknownFields
public final Commanding.CommandHistoryAttribute.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder>
-
mergeUnknownFields
public final Commanding.CommandHistoryAttribute.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandHistoryAttribute.Builder>
-
-