Package org.yamcs.protobuf
Class CreateTagRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder>
-
- org.yamcs.protobuf.CreateTagRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,CreateTagRequestOrBuilder
- Enclosing class:
- CreateTagRequest
public static final class CreateTagRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder> implements CreateTagRequestOrBuilder
Protobuf typeyamcs.protobuf.web.CreateTagRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTagRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CreateTagRequestbuild()CreateTagRequestbuildPartial()CreateTagRequest.Builderclear()CreateTagRequest.BuilderclearColor()The color of the tag.CreateTagRequest.BuilderclearDescription()The description of the tag.CreateTagRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CreateTagRequest.BuilderclearInstance()Yamcs instance name.CreateTagRequest.BuilderclearName()**Required.** The name of the tag.CreateTagRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CreateTagRequest.BuilderclearStart()The start time of the tag.CreateTagRequest.BuilderclearStop()The stop time of the tag.CreateTagRequest.Builderclone()StringgetColor()The color of the tag.com.google.protobuf.ByteStringgetColorBytes()The color of the tag.CreateTagRequestgetDefaultInstanceForType()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()**Required.** The name of the tag.com.google.protobuf.ByteStringgetNameBytes()**Required.** 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.booleanhasColor()The color of the tag.booleanhasDescription()The description of the tag.booleanhasInstance()Yamcs instance name.booleanhasName()**Required.** The name of the tag.booleanhasStart()The start time of the tag.booleanhasStop()The stop time of the tag.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CreateTagRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CreateTagRequest.BuildermergeFrom(com.google.protobuf.Message other)CreateTagRequest.BuildermergeFrom(CreateTagRequest other)CreateTagRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CreateTagRequest.BuildersetColor(String value)The color of the tag.CreateTagRequest.BuildersetColorBytes(com.google.protobuf.ByteString value)The color of the tag.CreateTagRequest.BuildersetDescription(String value)The description of the tag.CreateTagRequest.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)The description of the tag.CreateTagRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CreateTagRequest.BuildersetInstance(String value)Yamcs instance name.CreateTagRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.CreateTagRequest.BuildersetName(String value)**Required.** The name of the tag.CreateTagRequest.BuildersetNameBytes(com.google.protobuf.ByteString value)**Required.** The name of the tag.CreateTagRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CreateTagRequest.BuildersetStart(String value)The start time of the tag.CreateTagRequest.BuildersetStartBytes(com.google.protobuf.ByteString value)The start time of the tag.CreateTagRequest.BuildersetStop(String value)The stop time of the tag.CreateTagRequest.BuildersetStopBytes(com.google.protobuf.ByteString value)The stop time of the tag.CreateTagRequest.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<CreateTagRequest.Builder>
-
clear
public CreateTagRequest.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<CreateTagRequest.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<CreateTagRequest.Builder>
-
getDefaultInstanceForType
public CreateTagRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CreateTagRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CreateTagRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CreateTagRequest.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<CreateTagRequest.Builder>
-
setField
public CreateTagRequest.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<CreateTagRequest.Builder>
-
clearField
public CreateTagRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder>
-
clearOneof
public CreateTagRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder>
-
setRepeatedField
public CreateTagRequest.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<CreateTagRequest.Builder>
-
addRepeatedField
public CreateTagRequest.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<CreateTagRequest.Builder>
-
mergeFrom
public CreateTagRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CreateTagRequest.Builder>
-
mergeFrom
public CreateTagRequest.Builder mergeFrom(CreateTagRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder>
-
mergeFrom
public CreateTagRequest.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<CreateTagRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceCreateTagRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceCreateTagRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceCreateTagRequestOrBuilder
-
setInstance
public CreateTagRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public CreateTagRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public CreateTagRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasName
public boolean hasName()
**Required.** The name of the tag.
optional string name = 2;- Specified by:
hasNamein interfaceCreateTagRequestOrBuilder
-
getName
public String getName()
**Required.** The name of the tag.
optional string name = 2;- Specified by:
getNamein interfaceCreateTagRequestOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
**Required.** The name of the tag.
optional string name = 2;- Specified by:
getNameBytesin interfaceCreateTagRequestOrBuilder
-
setName
public CreateTagRequest.Builder setName(String value)
**Required.** The name of the tag.
optional string name = 2;
-
clearName
public CreateTagRequest.Builder clearName()
**Required.** The name of the tag.
optional string name = 2;
-
setNameBytes
public CreateTagRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
**Required.** The name of the tag.
optional string name = 2;
-
hasStart
public boolean hasStart()
The start time of the tag. Default is unbounded.
optional string start = 3;- Specified by:
hasStartin interfaceCreateTagRequestOrBuilder
-
getStart
public String getStart()
The start time of the tag. Default is unbounded.
optional string start = 3;- Specified by:
getStartin interfaceCreateTagRequestOrBuilder
-
getStartBytes
public com.google.protobuf.ByteString getStartBytes()
The start time of the tag. Default is unbounded.
optional string start = 3;- Specified by:
getStartBytesin interfaceCreateTagRequestOrBuilder
-
setStart
public CreateTagRequest.Builder setStart(String value)
The start time of the tag. Default is unbounded.
optional string start = 3;
-
clearStart
public CreateTagRequest.Builder clearStart()
The start time of the tag. Default is unbounded.
optional string start = 3;
-
setStartBytes
public CreateTagRequest.Builder setStartBytes(com.google.protobuf.ByteString value)
The start time of the tag. Default is unbounded.
optional string start = 3;
-
hasStop
public boolean hasStop()
The stop time of the tag. Default is unbounded.
optional string stop = 4;- Specified by:
hasStopin interfaceCreateTagRequestOrBuilder
-
getStop
public String getStop()
The stop time of the tag. Default is unbounded.
optional string stop = 4;- Specified by:
getStopin interfaceCreateTagRequestOrBuilder
-
getStopBytes
public com.google.protobuf.ByteString getStopBytes()
The stop time of the tag. Default is unbounded.
optional string stop = 4;- Specified by:
getStopBytesin interfaceCreateTagRequestOrBuilder
-
setStop
public CreateTagRequest.Builder setStop(String value)
The stop time of the tag. Default is unbounded.
optional string stop = 4;
-
clearStop
public CreateTagRequest.Builder clearStop()
The stop time of the tag. Default is unbounded.
optional string stop = 4;
-
setStopBytes
public CreateTagRequest.Builder setStopBytes(com.google.protobuf.ByteString value)
The stop time of the tag. Default is unbounded.
optional string stop = 4;
-
hasDescription
public boolean hasDescription()
The description of the tag.
optional string description = 5;- Specified by:
hasDescriptionin interfaceCreateTagRequestOrBuilder
-
getDescription
public String getDescription()
The description of the tag.
optional string description = 5;- Specified by:
getDescriptionin interfaceCreateTagRequestOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
The description of the tag.
optional string description = 5;- Specified by:
getDescriptionBytesin interfaceCreateTagRequestOrBuilder
-
setDescription
public CreateTagRequest.Builder setDescription(String value)
The description of the tag.
optional string description = 5;
-
clearDescription
public CreateTagRequest.Builder clearDescription()
The description of the tag.
optional string description = 5;
-
setDescriptionBytes
public CreateTagRequest.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the tag.
optional string description = 5;
-
hasColor
public boolean hasColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``
optional string color = 6;- Specified by:
hasColorin interfaceCreateTagRequestOrBuilder
-
getColor
public String getColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``
optional string color = 6;- Specified by:
getColorin interfaceCreateTagRequestOrBuilder
-
getColorBytes
public com.google.protobuf.ByteString getColorBytes()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``
optional string color = 6;- Specified by:
getColorBytesin interfaceCreateTagRequestOrBuilder
-
setColor
public CreateTagRequest.Builder setColor(String value)
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``
optional string color = 6;
-
clearColor
public CreateTagRequest.Builder clearColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``
optional string color = 6;
-
setColorBytes
public CreateTagRequest.Builder setColorBytes(com.google.protobuf.ByteString value)
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``
optional string color = 6;
-
setUnknownFields
public final CreateTagRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder>
-
mergeUnknownFields
public final CreateTagRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder>
-
-