Package org.yamcs.protobuf
Class EditTagRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder>
-
- org.yamcs.protobuf.EditTagRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,EditTagRequestOrBuilder
- Enclosing class:
- EditTagRequest
public static final class EditTagRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder> implements EditTagRequestOrBuilder
Protobuf typeyamcs.protobuf.web.EditTagRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EditTagRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)EditTagRequestbuild()EditTagRequestbuildPartial()EditTagRequest.Builderclear()EditTagRequest.BuilderclearColor()The color of the tag.EditTagRequest.BuilderclearDescription()The description of the tag.EditTagRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)EditTagRequest.BuilderclearInstance()Yamcs instance name.EditTagRequest.BuilderclearName()The name of the tag.EditTagRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)EditTagRequest.BuilderclearStart()The start time of the tag.EditTagRequest.BuilderclearStop()The stop time of the tag.EditTagRequest.BuilderclearTagId()optional int32 tagId = 3;EditTagRequest.BuilderclearTagTime()optional int64 tagTime = 2;EditTagRequest.Builderclone()StringgetColor()The color of the tag.com.google.protobuf.ByteStringgetColorBytes()The color of the tag.EditTagRequestgetDefaultInstanceForType()StringgetDescription()The description of the tag.com.google.protobuf.ByteStringgetDescriptionBytes()The description of the tag.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetName()The name of the tag.com.google.protobuf.ByteStringgetNameBytes()The name of the tag.StringgetStart()The start time of the tag.com.google.protobuf.ByteStringgetStartBytes()The start time of the tag.StringgetStop()The stop time of the tag.com.google.protobuf.ByteStringgetStopBytes()The stop time of the tag.intgetTagId()optional int32 tagId = 3;longgetTagTime()optional int64 tagTime = 2;booleanhasColor()The color of the tag.booleanhasDescription()The description of the tag.booleanhasInstance()Yamcs instance name.booleanhasName()The name of the tag.booleanhasStart()The start time of the tag.booleanhasStop()The stop time of the tag.booleanhasTagId()optional int32 tagId = 3;booleanhasTagTime()optional int64 tagTime = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()EditTagRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)EditTagRequest.BuildermergeFrom(com.google.protobuf.Message other)EditTagRequest.BuildermergeFrom(EditTagRequest other)EditTagRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)EditTagRequest.BuildersetColor(String value)The color of the tag.EditTagRequest.BuildersetColorBytes(com.google.protobuf.ByteString value)The color of the tag.EditTagRequest.BuildersetDescription(String value)The description of the tag.EditTagRequest.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)The description of the tag.EditTagRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)EditTagRequest.BuildersetInstance(String value)Yamcs instance name.EditTagRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.EditTagRequest.BuildersetName(String value)The name of the tag.EditTagRequest.BuildersetNameBytes(com.google.protobuf.ByteString value)The name of the tag.EditTagRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)EditTagRequest.BuildersetStart(String value)The start time of the tag.EditTagRequest.BuildersetStartBytes(com.google.protobuf.ByteString value)The start time of the tag.EditTagRequest.BuildersetStop(String value)The stop time of the tag.EditTagRequest.BuildersetStopBytes(com.google.protobuf.ByteString value)The stop time of the tag.EditTagRequest.BuildersetTagId(int value)optional int32 tagId = 3;EditTagRequest.BuildersetTagTime(long value)optional int64 tagTime = 2;EditTagRequest.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<EditTagRequest.Builder>
-
clear
public EditTagRequest.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<EditTagRequest.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<EditTagRequest.Builder>
-
getDefaultInstanceForType
public EditTagRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public EditTagRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public EditTagRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public EditTagRequest.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<EditTagRequest.Builder>
-
setField
public EditTagRequest.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<EditTagRequest.Builder>
-
clearField
public EditTagRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder>
-
clearOneof
public EditTagRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder>
-
setRepeatedField
public EditTagRequest.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<EditTagRequest.Builder>
-
addRepeatedField
public EditTagRequest.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<EditTagRequest.Builder>
-
mergeFrom
public EditTagRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<EditTagRequest.Builder>
-
mergeFrom
public EditTagRequest.Builder mergeFrom(EditTagRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder>
-
mergeFrom
public EditTagRequest.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<EditTagRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceEditTagRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceEditTagRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceEditTagRequestOrBuilder
-
setInstance
public EditTagRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public EditTagRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public EditTagRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasTagTime
public boolean hasTagTime()
optional int64 tagTime = 2;- Specified by:
hasTagTimein interfaceEditTagRequestOrBuilder
-
getTagTime
public long getTagTime()
optional int64 tagTime = 2;- Specified by:
getTagTimein interfaceEditTagRequestOrBuilder
-
setTagTime
public EditTagRequest.Builder setTagTime(long value)
optional int64 tagTime = 2;
-
clearTagTime
public EditTagRequest.Builder clearTagTime()
optional int64 tagTime = 2;
-
hasTagId
public boolean hasTagId()
optional int32 tagId = 3;- Specified by:
hasTagIdin interfaceEditTagRequestOrBuilder
-
getTagId
public int getTagId()
optional int32 tagId = 3;- Specified by:
getTagIdin interfaceEditTagRequestOrBuilder
-
setTagId
public EditTagRequest.Builder setTagId(int value)
optional int32 tagId = 3;
-
clearTagId
public EditTagRequest.Builder clearTagId()
optional int32 tagId = 3;
-
hasName
public boolean hasName()
The name of the tag.
optional string name = 4;- Specified by:
hasNamein interfaceEditTagRequestOrBuilder
-
getName
public String getName()
The name of the tag.
optional string name = 4;- Specified by:
getNamein interfaceEditTagRequestOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of the tag.
optional string name = 4;- Specified by:
getNameBytesin interfaceEditTagRequestOrBuilder
-
setName
public EditTagRequest.Builder setName(String value)
The name of the tag.
optional string name = 4;
-
clearName
public EditTagRequest.Builder clearName()
The name of the tag.
optional string name = 4;
-
setNameBytes
public EditTagRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the tag.
optional string name = 4;
-
hasStart
public boolean hasStart()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;- Specified by:
hasStartin interfaceEditTagRequestOrBuilder
-
getStart
public String getStart()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;- Specified by:
getStartin interfaceEditTagRequestOrBuilder
-
getStartBytes
public com.google.protobuf.ByteString getStartBytes()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;- Specified by:
getStartBytesin interfaceEditTagRequestOrBuilder
-
setStart
public EditTagRequest.Builder setStart(String value)
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;
-
clearStart
public EditTagRequest.Builder clearStart()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;
-
setStartBytes
public EditTagRequest.Builder setStartBytes(com.google.protobuf.ByteString value)
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;
-
hasStop
public boolean hasStop()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;- Specified by:
hasStopin interfaceEditTagRequestOrBuilder
-
getStop
public String getStop()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;- Specified by:
getStopin interfaceEditTagRequestOrBuilder
-
getStopBytes
public com.google.protobuf.ByteString getStopBytes()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;- Specified by:
getStopBytesin interfaceEditTagRequestOrBuilder
-
setStop
public EditTagRequest.Builder setStop(String value)
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;
-
clearStop
public EditTagRequest.Builder clearStop()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;
-
setStopBytes
public EditTagRequest.Builder setStopBytes(com.google.protobuf.ByteString value)
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;
-
hasDescription
public boolean hasDescription()
The description of the tag.
optional string description = 7;- Specified by:
hasDescriptionin interfaceEditTagRequestOrBuilder
-
getDescription
public String getDescription()
The description of the tag.
optional string description = 7;- Specified by:
getDescriptionin interfaceEditTagRequestOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
The description of the tag.
optional string description = 7;- Specified by:
getDescriptionBytesin interfaceEditTagRequestOrBuilder
-
setDescription
public EditTagRequest.Builder setDescription(String value)
The description of the tag.
optional string description = 7;
-
clearDescription
public EditTagRequest.Builder clearDescription()
The description of the tag.
optional string description = 7;
-
setDescriptionBytes
public EditTagRequest.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the tag.
optional string description = 7;
-
hasColor
public boolean hasColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;- Specified by:
hasColorin interfaceEditTagRequestOrBuilder
-
getColor
public String getColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;- Specified by:
getColorin interfaceEditTagRequestOrBuilder
-
getColorBytes
public com.google.protobuf.ByteString getColorBytes()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;- Specified by:
getColorBytesin interfaceEditTagRequestOrBuilder
-
setColor
public EditTagRequest.Builder setColor(String value)
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;
-
clearColor
public EditTagRequest.Builder clearColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;
-
setColorBytes
public EditTagRequest.Builder setColorBytes(com.google.protobuf.ByteString value)
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;
-
setUnknownFields
public final EditTagRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder>
-
mergeUnknownFields
public final EditTagRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder>
-
-