main.java.com.streamlayer.triggers.SubscribeRequestOrBuilder 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 SubscribeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.SubscribeRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string trigger_id = 1 [json_name = "triggerId"];
* @return The triggerId.
*/
java.lang.String getTriggerId();
/**
* string trigger_id = 1 [json_name = "triggerId"];
* @return The bytes for triggerId.
*/
com.google.protobuf.ByteString
getTriggerIdBytes();
/**
* .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
* @return Whether the subscription field is set.
*/
boolean hasSubscription();
/**
* .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
* @return The subscription.
*/
com.streamlayer.triggers.EssentialSubscriptionData getSubscription();
}