Interface StudioLimitOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    StudioLimit, StudioLimit.Builder

    public interface StudioLimitOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      optional string description = 3 [json_name = "description"];
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3 [json_name = "description"];
      java.lang.String getLabel()
      string label = 2 [json_name = "label"];
      com.google.protobuf.ByteString getLabelBytes()
      string label = 2 [json_name = "label"];
      java.lang.String getLimit()
      string limit = 1 [json_name = "limit"];
      com.google.protobuf.ByteString getLimitBytes()
      string limit = 1 [json_name = "limit"];
      boolean hasDescription()
      optional string description = 3 [json_name = "description"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLimit

        java.lang.String getLimit()
        string limit = 1 [json_name = "limit"];
        Returns:
        The limit.
      • getLimitBytes

        com.google.protobuf.ByteString getLimitBytes()
        string limit = 1 [json_name = "limit"];
        Returns:
        The bytes for limit.
      • getLabel

        java.lang.String getLabel()
        string label = 2 [json_name = "label"];
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 2 [json_name = "label"];
        Returns:
        The bytes for label.
      • hasDescription

        boolean hasDescription()
        optional string description = 3 [json_name = "description"];
        Returns:
        Whether the description field is set.
      • getDescription

        java.lang.String getDescription()
        optional string description = 3 [json_name = "description"];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 3 [json_name = "description"];
        Returns:
        The bytes for description.