Interface GetSportLimitsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StudioLimit getLimits​(int index)
      repeated .streamlayer.triggers.StudioLimit limits = 1 [json_name = "limits"];
      int getLimitsCount()
      repeated .streamlayer.triggers.StudioLimit limits = 1 [json_name = "limits"];
      java.util.List<StudioLimit> getLimitsList()
      repeated .streamlayer.triggers.StudioLimit limits = 1 [json_name = "limits"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLimitsList

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

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

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