All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.triggers.StudioLimitOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/triggers/triggers.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.triggers;

public interface StudioLimitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.triggers.StudioLimit)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string limit = 1 [json_name = "limit"];
   * @return The limit.
   */
  java.lang.String getLimit();
  /**
   * string limit = 1 [json_name = "limit"];
   * @return The bytes for limit.
   */
  com.google.protobuf.ByteString
      getLimitBytes();

  /**
   * string label = 2 [json_name = "label"];
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * string label = 2 [json_name = "label"];
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();

  /**
   * optional string description = 3 [json_name = "description"];
   * @return Whether the description field is set.
   */
  boolean hasDescription();
  /**
   * optional string description = 3 [json_name = "description"];
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * optional string description = 3 [json_name = "description"];
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy