Package com.streamlayer.triggers
Interface GetMetadataResponse.StudioEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetMetadataResponse.StudioEvent,GetMetadataResponse.StudioEvent.Builder
- Enclosing class:
- GetMetadataResponse
public static interface GetMetadataResponse.StudioEventOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCompare(int index)repeated string compare = 7 [json_name = "compare"];com.google.protobuf.ByteStringgetCompareBytes(int index)repeated string compare = 7 [json_name = "compare"];intgetCompareCount()repeated string compare = 7 [json_name = "compare"];java.util.List<java.lang.String>getCompareList()repeated string compare = 7 [json_name = "compare"];java.lang.StringgetGroup()string group = 9 [json_name = "group"];com.google.protobuf.ByteStringgetGroupBytes()string group = 9 [json_name = "group"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];StudioInputgetInput().streamlayer.triggers.StudioInput input = 4 [json_name = "input"];intgetInputValue().streamlayer.triggers.StudioInput input = 4 [json_name = "input"];java.lang.StringgetLabel()string label = 5 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 5 [json_name = "label"];java.lang.StringgetPreferredOptions(int index)repeated string preferred_options = 6 [json_name = "preferredOptions"];com.google.protobuf.ByteStringgetPreferredOptionsBytes(int index)repeated string preferred_options = 6 [json_name = "preferredOptions"];intgetPreferredOptionsCount()repeated string preferred_options = 6 [json_name = "preferredOptions"];java.util.List<java.lang.String>getPreferredOptionsList()repeated string preferred_options = 6 [json_name = "preferredOptions"];booleangetPrimary()bool primary = 3 [json_name = "primary"];java.lang.StringgetSport()string sport = 2 [json_name = "sport"];com.google.protobuf.ByteStringgetSportBytes()string sport = 2 [json_name = "sport"];java.lang.StringgetTargetSource()optional string target_source = 8 [json_name = "targetSource"];com.google.protobuf.ByteStringgetTargetSourceBytes()optional string target_source = 8 [json_name = "targetSource"];booleanhasTargetSource()optional string target_source = 8 [json_name = "targetSource"];
-
-
-
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.
-
getSport
java.lang.String getSport()
string sport = 2 [json_name = "sport"];- Returns:
- The sport.
-
getSportBytes
com.google.protobuf.ByteString getSportBytes()
string sport = 2 [json_name = "sport"];- Returns:
- The bytes for sport.
-
getPrimary
boolean getPrimary()
bool primary = 3 [json_name = "primary"];- Returns:
- The primary.
-
getInputValue
int getInputValue()
.streamlayer.triggers.StudioInput input = 4 [json_name = "input"];- Returns:
- The enum numeric value on the wire for input.
-
getInput
StudioInput getInput()
.streamlayer.triggers.StudioInput input = 4 [json_name = "input"];- Returns:
- The input.
-
getLabel
java.lang.String getLabel()
string label = 5 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
string label = 5 [json_name = "label"];- Returns:
- The bytes for label.
-
getPreferredOptionsList
java.util.List<java.lang.String> getPreferredOptionsList()
repeated string preferred_options = 6 [json_name = "preferredOptions"];- Returns:
- A list containing the preferredOptions.
-
getPreferredOptionsCount
int getPreferredOptionsCount()
repeated string preferred_options = 6 [json_name = "preferredOptions"];- Returns:
- The count of preferredOptions.
-
getPreferredOptions
java.lang.String getPreferredOptions(int index)
repeated string preferred_options = 6 [json_name = "preferredOptions"];- Parameters:
index- The index of the element to return.- Returns:
- The preferredOptions at the given index.
-
getPreferredOptionsBytes
com.google.protobuf.ByteString getPreferredOptionsBytes(int index)
repeated string preferred_options = 6 [json_name = "preferredOptions"];- Parameters:
index- The index of the element to return.- Returns:
- The preferredOptions at the given index.
-
getCompareList
java.util.List<java.lang.String> getCompareList()
repeated string compare = 7 [json_name = "compare"];- Returns:
- A list containing the compare.
-
getCompareCount
int getCompareCount()
repeated string compare = 7 [json_name = "compare"];- Returns:
- The count of compare.
-
getCompare
java.lang.String getCompare(int index)
repeated string compare = 7 [json_name = "compare"];- Parameters:
index- The index of the element to return.- Returns:
- The compare at the given index.
-
getCompareBytes
com.google.protobuf.ByteString getCompareBytes(int index)
repeated string compare = 7 [json_name = "compare"];- Parameters:
index- The index of the element to return.- Returns:
- The compare at the given index.
-
hasTargetSource
boolean hasTargetSource()
optional string target_source = 8 [json_name = "targetSource"];- Returns:
- Whether the targetSource field is set.
-
getTargetSource
java.lang.String getTargetSource()
optional string target_source = 8 [json_name = "targetSource"];- Returns:
- The targetSource.
-
getTargetSourceBytes
com.google.protobuf.ByteString getTargetSourceBytes()
optional string target_source = 8 [json_name = "targetSource"];- Returns:
- The bytes for targetSource.
-
getGroup
java.lang.String getGroup()
string group = 9 [json_name = "group"];- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
string group = 9 [json_name = "group"];- Returns:
- The bytes for group.
-
-