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.String getDescription()
      string description = 2 [json_name = "description"];
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 2 [json_name = "description"];
      java.lang.String getGroup()
      string group = 4 [json_name = "group"];
      com.google.protobuf.ByteString getGroupBytes()
      string group = 4 [json_name = "group"];
      java.lang.String getId()
      string id = 3 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 3 [json_name = "id"];
      java.lang.String getLabel()
      string label = 1 [json_name = "label"];
      com.google.protobuf.ByteString getLabelBytes()
      string label = 1 [json_name = "label"];
      StudioTargetMeta getMeta()
      optional .streamlayer.triggers.StudioTargetMeta meta = 5 [json_name = "meta"];
      boolean hasMeta()
      optional .streamlayer.triggers.StudioTargetMeta meta = 5 [json_name = "meta"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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