Interface GetMetadataResponse.StudioEventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCompare​(int index)
      repeated string compare = 7 [json_name = "compare"];
      com.google.protobuf.ByteString getCompareBytes​(int index)
      repeated string compare = 7 [json_name = "compare"];
      int getCompareCount()
      repeated string compare = 7 [json_name = "compare"];
      java.util.List<java.lang.String> getCompareList()
      repeated string compare = 7 [json_name = "compare"];
      java.lang.String getGroup()
      string group = 9 [json_name = "group"];
      com.google.protobuf.ByteString getGroupBytes()
      string group = 9 [json_name = "group"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      StudioInput getInput()
      .streamlayer.triggers.StudioInput input = 4 [json_name = "input"];
      int getInputValue()
      .streamlayer.triggers.StudioInput input = 4 [json_name = "input"];
      java.lang.String getLabel()
      string label = 5 [json_name = "label"];
      com.google.protobuf.ByteString getLabelBytes()
      string label = 5 [json_name = "label"];
      java.lang.String getPreferredOptions​(int index)
      repeated string preferred_options = 6 [json_name = "preferredOptions"];
      com.google.protobuf.ByteString getPreferredOptionsBytes​(int index)
      repeated string preferred_options = 6 [json_name = "preferredOptions"];
      int getPreferredOptionsCount()
      repeated string preferred_options = 6 [json_name = "preferredOptions"];
      java.util.List<java.lang.String> getPreferredOptionsList()
      repeated string preferred_options = 6 [json_name = "preferredOptions"];
      boolean getPrimary()
      bool primary = 3 [json_name = "primary"];
      java.lang.String getSport()
      string sport = 2 [json_name = "sport"];
      com.google.protobuf.ByteString getSportBytes()
      string sport = 2 [json_name = "sport"];
      java.lang.String getTargetSource()
      optional string target_source = 8 [json_name = "targetSource"];
      com.google.protobuf.ByteString getTargetSourceBytes()
      optional string target_source = 8 [json_name = "targetSource"];
      boolean hasTargetSource()
      optional string target_source = 8 [json_name = "targetSource"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.