main.java.com.streamlayer.triggers.StudioLimitOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}