Interface GetMetadataResponse.StudioConditionDataOrBuilder

    • Method Detail

      • getIndexList

        java.util.List<java.lang.String> getIndexList()
        repeated string index = 1 [json_name = "index"];
        Returns:
        A list containing the index.
      • getIndexCount

        int getIndexCount()
        repeated string index = 1 [json_name = "index"];
        Returns:
        The count of index.
      • getIndex

        java.lang.String getIndex​(int index)
        repeated string index = 1 [json_name = "index"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The index at the given index.
      • getIndexBytes

        com.google.protobuf.ByteString getIndexBytes​(int index)
        repeated string index = 1 [json_name = "index"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The index at the given index.
      • getEventsCount

        int getEventsCount()
        map<string, .streamlayer.triggers.GetMetadataResponse.StudioEvent> events = 2 [json_name = "events"];
      • containsEvents

        boolean containsEvents​(java.lang.String key)
        map<string, .streamlayer.triggers.GetMetadataResponse.StudioEvent> events = 2 [json_name = "events"];
      • getEventsMap

        java.util.Map<java.lang.String,​GetMetadataResponse.StudioEvent> getEventsMap()
        map<string, .streamlayer.triggers.GetMetadataResponse.StudioEvent> events = 2 [json_name = "events"];
      • getEventsOrThrow

        GetMetadataResponse.StudioEvent getEventsOrThrow​(java.lang.String key)
        map<string, .streamlayer.triggers.GetMetadataResponse.StudioEvent> events = 2 [json_name = "events"];
      • getSourcesCount

        int getSourcesCount()
        map<string, .streamlayer.triggers.GetMetadataResponse.TargetList> sources = 3 [json_name = "sources"];
      • containsSources

        boolean containsSources​(java.lang.String key)
        map<string, .streamlayer.triggers.GetMetadataResponse.TargetList> sources = 3 [json_name = "sources"];
      • getSourcesMap

        java.util.Map<java.lang.String,​GetMetadataResponse.TargetList> getSourcesMap()
        map<string, .streamlayer.triggers.GetMetadataResponse.TargetList> sources = 3 [json_name = "sources"];
      • getSourcesOrThrow

        GetMetadataResponse.TargetList getSourcesOrThrow​(java.lang.String key)
        map<string, .streamlayer.triggers.GetMetadataResponse.TargetList> sources = 3 [json_name = "sources"];
      • hasGame

        boolean hasGame()
        .streamlayer.triggers.GetMetadataResponse.Game game = 4 [json_name = "game"];
        Returns:
        Whether the game field is set.
      • getGame

        GetMetadataResponse.Game getGame()
        .streamlayer.triggers.GetMetadataResponse.Game game = 4 [json_name = "game"];
        Returns:
        The game.
      • getLimitsList

        java.util.List<StudioLimit> getLimitsList()
        repeated .streamlayer.triggers.StudioLimit limits = 5 [json_name = "limits"];
      • getLimits

        StudioLimit getLimits​(int index)
        repeated .streamlayer.triggers.StudioLimit limits = 5 [json_name = "limits"];
      • getLimitsCount

        int getLimitsCount()
        repeated .streamlayer.triggers.StudioLimit limits = 5 [json_name = "limits"];