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

main.java.com.streamlayer.triggers.TriggerConditionOptionOrBuilder 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 TriggerConditionOptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.triggers.TriggerConditionOption)
    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 type = 3 [json_name = "type"];
   * @return The type.
   */
  java.lang.String getType();
  /**
   * string type = 3 [json_name = "type"];
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * 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);

  /**
   * string parent = 5 [json_name = "parent"];
   * @return The parent.
   */
  java.lang.String getParent();
  /**
   * string parent = 5 [json_name = "parent"];
   * @return The bytes for parent.
   */
  com.google.protobuf.ByteString
      getParentBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy