main.java.com.streamlayer.triggers.StudioTargetOrBuilder 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 StudioTargetOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.StudioTarget)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string label = 1 [json_name = "label"];
* @return The label.
*/
java.lang.String getLabel();
/**
* string label = 1 [json_name = "label"];
* @return The bytes for label.
*/
com.google.protobuf.ByteString
getLabelBytes();
/**
* string description = 2 [json_name = "description"];
* @return The description.
*/
java.lang.String getDescription();
/**
* string description = 2 [json_name = "description"];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* string id = 3 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 3 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string group = 4 [json_name = "group"];
* @return The group.
*/
java.lang.String getGroup();
/**
* string group = 4 [json_name = "group"];
* @return The bytes for group.
*/
com.google.protobuf.ByteString
getGroupBytes();
}