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

xyz.block.ftl.v1.schema.FSMTransitionOrBuilder 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/schema/schema.proto

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

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

  /**
   * optional .xyz.block.ftl.v1.schema.Position pos = 1;
   * @return Whether the pos field is set.
   */
  boolean hasPos();
  /**
   * optional .xyz.block.ftl.v1.schema.Position pos = 1;
   * @return The pos.
   */
  xyz.block.ftl.v1.schema.Position getPos();
  /**
   * optional .xyz.block.ftl.v1.schema.Position pos = 1;
   */
  xyz.block.ftl.v1.schema.PositionOrBuilder getPosOrBuilder();

  /**
   * repeated string comments = 2;
   * @return A list containing the comments.
   */
  java.util.List
      getCommentsList();
  /**
   * repeated string comments = 2;
   * @return The count of comments.
   */
  int getCommentsCount();
  /**
   * repeated string comments = 2;
   * @param index The index of the element to return.
   * @return The comments at the given index.
   */
  java.lang.String getComments(int index);
  /**
   * repeated string comments = 2;
   * @param index The index of the value to return.
   * @return The bytes of the comments at the given index.
   */
  com.google.protobuf.ByteString
      getCommentsBytes(int index);

  /**
   * optional .xyz.block.ftl.v1.schema.Ref from = 3;
   * @return Whether the from field is set.
   */
  boolean hasFrom();
  /**
   * optional .xyz.block.ftl.v1.schema.Ref from = 3;
   * @return The from.
   */
  xyz.block.ftl.v1.schema.Ref getFrom();
  /**
   * optional .xyz.block.ftl.v1.schema.Ref from = 3;
   */
  xyz.block.ftl.v1.schema.RefOrBuilder getFromOrBuilder();

  /**
   * .xyz.block.ftl.v1.schema.Ref to = 4;
   * @return Whether the to field is set.
   */
  boolean hasTo();
  /**
   * .xyz.block.ftl.v1.schema.Ref to = 4;
   * @return The to.
   */
  xyz.block.ftl.v1.schema.Ref getTo();
  /**
   * .xyz.block.ftl.v1.schema.Ref to = 4;
   */
  xyz.block.ftl.v1.schema.RefOrBuilder getToOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy