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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy