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

main.java.com.streamlayer.triggers.TriggerWithConditionsOrBuilder 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 TriggerWithConditionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.triggers.TriggerWithConditions)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.triggers.Trigger trigger = 1 [json_name = "trigger"];
   * @return Whether the trigger field is set.
   */
  boolean hasTrigger();
  /**
   * .streamlayer.triggers.Trigger trigger = 1 [json_name = "trigger"];
   * @return The trigger.
   */
  com.streamlayer.triggers.Trigger getTrigger();

  /**
   * repeated .streamlayer.triggers.TriggerCondition conditions = 2 [json_name = "conditions"];
   */
  java.util.List 
      getConditionsList();
  /**
   * repeated .streamlayer.triggers.TriggerCondition conditions = 2 [json_name = "conditions"];
   */
  com.streamlayer.triggers.TriggerCondition getConditions(int index);
  /**
   * repeated .streamlayer.triggers.TriggerCondition conditions = 2 [json_name = "conditions"];
   */
  int getConditionsCount();

  /**
   * map<string, int32> limits = 3 [json_name = "limits"];
   */
  int getLimitsCount();
  /**
   * map<string, int32> limits = 3 [json_name = "limits"];
   */
  boolean containsLimits(
      java.lang.String key);
  /**
   * Use {@link #getLimitsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getLimits();
  /**
   * map<string, int32> limits = 3 [json_name = "limits"];
   */
  java.util.Map
  getLimitsMap();
  /**
   * map<string, int32> limits = 3 [json_name = "limits"];
   */

  int getLimitsOrDefault(
      java.lang.String key,
      int defaultValue);
  /**
   * map<string, int32> limits = 3 [json_name = "limits"];
   */

  int getLimitsOrThrow(
      java.lang.String key);

  /**
   * map<string, int32> counts = 4 [json_name = "counts"];
   */
  int getCountsCount();
  /**
   * map<string, int32> counts = 4 [json_name = "counts"];
   */
  boolean containsCounts(
      java.lang.String key);
  /**
   * Use {@link #getCountsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getCounts();
  /**
   * map<string, int32> counts = 4 [json_name = "counts"];
   */
  java.util.Map
  getCountsMap();
  /**
   * map<string, int32> counts = 4 [json_name = "counts"];
   */

  int getCountsOrDefault(
      java.lang.String key,
      int defaultValue);
  /**
   * map<string, int32> counts = 4 [json_name = "counts"];
   */

  int getCountsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy