Package com.streamlayer.triggers
Interface StudioTargetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
StudioTarget,StudioTarget.Builder
public interface StudioTargetOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()string description = 2 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()string description = 2 [json_name = "description"];java.lang.StringgetGroup()string group = 4 [json_name = "group"];com.google.protobuf.ByteStringgetGroupBytes()string group = 4 [json_name = "group"];java.lang.StringgetId()string id = 3 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 3 [json_name = "id"];java.lang.StringgetLabel()string label = 1 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 1 [json_name = "label"];StudioTargetMetagetMeta()optional .streamlayer.triggers.StudioTargetMeta meta = 5 [json_name = "meta"];booleanhasMeta()optional .streamlayer.triggers.StudioTargetMeta meta = 5 [json_name = "meta"];
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
string label = 1 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
string label = 1 [json_name = "label"];- Returns:
- The bytes for label.
-
getDescription
java.lang.String getDescription()
string description = 2 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2 [json_name = "description"];- Returns:
- The bytes for description.
-
getId
java.lang.String getId()
string id = 3 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 3 [json_name = "id"];- Returns:
- The bytes for id.
-
getGroup
java.lang.String getGroup()
string group = 4 [json_name = "group"];- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
string group = 4 [json_name = "group"];- Returns:
- The bytes for group.
-
hasMeta
boolean hasMeta()
optional .streamlayer.triggers.StudioTargetMeta meta = 5 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
StudioTargetMeta getMeta()
optional .streamlayer.triggers.StudioTargetMeta meta = 5 [json_name = "meta"];- Returns:
- The meta.
-
-