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

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

  /**
   * 
   * activation time EPOCH
   * 
* * int32 activated_at = 1 [json_name = "activatedAt"]; * @return The activatedAt. */ int getActivatedAt(); /** *
   * related snapshot id
   * 
* * string snapshot_id = 2 [json_name = "snapshotId"]; * @return The snapshotId. */ java.lang.String getSnapshotId(); /** *
   * related snapshot id
   * 
* * string snapshot_id = 2 [json_name = "snapshotId"]; * @return The bytes for snapshotId. */ com.google.protobuf.ByteString getSnapshotIdBytes(); /** *
   * amount of activated conditions by snapshot
   * 
* * int32 activated_condition_count = 3 [json_name = "activatedConditionCount"]; * @return The activatedConditionCount. */ int getActivatedConditionCount(); /** *
   * related entity
   * 
* * string entity = 4 [json_name = "entity"]; * @return The entity. */ java.lang.String getEntity(); /** *
   * related entity
   * 
* * string entity = 4 [json_name = "entity"]; * @return The bytes for entity. */ com.google.protobuf.ByteString getEntityBytes(); /** *
   * entity identifier
   * 
* * string entity_id = 5 [json_name = "entityId"]; * @return The entityId. */ java.lang.String getEntityId(); /** *
   * entity identifier
   * 
* * string entity_id = 5 [json_name = "entityId"]; * @return The bytes for entityId. */ com.google.protobuf.ByteString getEntityIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy