Interface TagOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Tag,Tag.Builder
public interface TagOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetLabel()string label = 2 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 2 [json_name = "label"];longgetLastUsedTime()timestamp, unixtime millis
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getLabel
java.lang.String getLabel()
string label = 2 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
string label = 2 [json_name = "label"];- Returns:
- The bytes for label.
-
getLastUsedTime
long getLastUsedTime()
timestamp, unixtime millis
uint64 last_used_time = 3 [json_name = "lastUsedTime"];- Returns:
- The lastUsedTime.
-
-