Package org.yamcs.protobuf
Interface EditTagRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EditTagRequest,EditTagRequest.Builder
public interface EditTagRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColor()The color of the tag.com.google.protobuf.ByteStringgetColorBytes()The color of the tag.StringgetDescription()The description of the tag.com.google.protobuf.ByteStringgetDescriptionBytes()The description of the tag.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;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
Yamcs instance name.
optional string instance = 1;
-
getInstance
String getInstance()
Yamcs instance name.
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;
-
hasTagTime
boolean hasTagTime()
optional int64 tagTime = 2;
-
getTagTime
long getTagTime()
optional int64 tagTime = 2;
-
hasTagId
boolean hasTagId()
optional int32 tagId = 3;
-
getTagId
int getTagId()
optional int32 tagId = 3;
-
hasName
boolean hasName()
The name of the tag.
optional string name = 4;
-
getName
String getName()
The name of the tag.
optional string name = 4;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the tag.
optional string name = 4;
-
hasStart
boolean hasStart()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;
-
getStart
String getStart()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;
-
getStartBytes
com.google.protobuf.ByteString getStartBytes()
The start time of the tag. Must be a date string in ISO 8601 format.
optional string start = 5;
-
hasStop
boolean hasStop()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;
-
getStop
String getStop()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;
-
getStopBytes
com.google.protobuf.ByteString getStopBytes()
The stop time of the tag. Must be a date string in ISO 8601 format.
optional string stop = 6;
-
hasDescription
boolean hasDescription()
The description of the tag.
optional string description = 7;
-
getDescription
String getDescription()
The description of the tag.
optional string description = 7;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
The description of the tag.
optional string description = 7;
-
hasColor
boolean hasColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;
-
getColor
String getColor()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()
The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
optional string color = 8;
-
-