main.java.com.streamlayer.triggers.EssentialConditionDataOrBuilder 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 EssentialConditionDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.EssentialConditionData)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string event = 1 [json_name = "event"];
* @return The event.
*/
java.lang.String getEvent();
/**
* string event = 1 [json_name = "event"];
* @return The bytes for event.
*/
com.google.protobuf.ByteString
getEventBytes();
/**
* string compare = 2 [json_name = "compare"];
* @return The compare.
*/
java.lang.String getCompare();
/**
* string compare = 2 [json_name = "compare"];
* @return The bytes for compare.
*/
com.google.protobuf.ByteString
getCompareBytes();
/**
* string chain_operation = 3 [json_name = "chainOperation"];
* @return The chainOperation.
*/
java.lang.String getChainOperation();
/**
* string chain_operation = 3 [json_name = "chainOperation"];
* @return The bytes for chainOperation.
*/
com.google.protobuf.ByteString
getChainOperationBytes();
/**
* repeated string targets = 4 [json_name = "targets"];
* @return A list containing the targets.
*/
java.util.List
getTargetsList();
/**
* repeated string targets = 4 [json_name = "targets"];
* @return The count of targets.
*/
int getTargetsCount();
/**
* repeated string targets = 4 [json_name = "targets"];
* @param index The index of the element to return.
* @return The targets at the given index.
*/
java.lang.String getTargets(int index);
/**
* repeated string targets = 4 [json_name = "targets"];
* @param index The index of the element to return.
* @return The targets at the given index.
*/
com.google.protobuf.ByteString
getTargetsBytes(int index);
/**
* repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
*/
java.util.List
getOptionsList();
/**
* repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
*/
com.streamlayer.triggers.TriggerConditionOption getOptions(int index);
/**
* repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
*/
int getOptionsCount();
}