Package com.streamlayer.triggers
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.StringgetDescription()optional string description = 3 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 3 [json_name = "description"];java.lang.StringgetLabel()string label = 2 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 2 [json_name = "label"];java.lang.StringgetLimit()string limit = 1 [json_name = "limit"];com.google.protobuf.ByteStringgetLimitBytes()string limit = 1 [json_name = "limit"];booleanhasDescription()optional string description = 3 [json_name = "description"];
-
-
-
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.
-
-