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

xyz.block.ftl.v1.SendFSMEventRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;

public interface SendFSMEventRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.SendFSMEventRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xyz.block.ftl.v1.schema.Ref fsm = 1;
   * @return Whether the fsm field is set.
   */
  boolean hasFsm();
  /**
   * .xyz.block.ftl.v1.schema.Ref fsm = 1;
   * @return The fsm.
   */
  xyz.block.ftl.v1.schema.Ref getFsm();
  /**
   * .xyz.block.ftl.v1.schema.Ref fsm = 1;
   */
  xyz.block.ftl.v1.schema.RefOrBuilder getFsmOrBuilder();

  /**
   * string instance = 2;
   * @return The instance.
   */
  java.lang.String getInstance();
  /**
   * string instance = 2;
   * @return The bytes for instance.
   */
  com.google.protobuf.ByteString
      getInstanceBytes();

  /**
   * .xyz.block.ftl.v1.schema.Type event = 3;
   * @return Whether the event field is set.
   */
  boolean hasEvent();
  /**
   * .xyz.block.ftl.v1.schema.Type event = 3;
   * @return The event.
   */
  xyz.block.ftl.v1.schema.Type getEvent();
  /**
   * .xyz.block.ftl.v1.schema.Type event = 3;
   */
  xyz.block.ftl.v1.schema.TypeOrBuilder getEventOrBuilder();

  /**
   * bytes body = 4;
   * @return The body.
   */
  com.google.protobuf.ByteString getBody();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy