main.java.com.streamlayer.triggers.TriggerActivationOrBuilder 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 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();
}