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

xyz.block.ftl.v1.schema.MetadataRetryOrBuilder 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 MetadataRetryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.MetadataRetry)
    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();

  /**
   * optional int64 count = 2;
   * @return Whether the count field is set.
   */
  boolean hasCount();
  /**
   * optional int64 count = 2;
   * @return The count.
   */
  long getCount();

  /**
   * string minBackoff = 3;
   * @return The minBackoff.
   */
  java.lang.String getMinBackoff();
  /**
   * string minBackoff = 3;
   * @return The bytes for minBackoff.
   */
  com.google.protobuf.ByteString
      getMinBackoffBytes();

  /**
   * string maxBackoff = 4;
   * @return The maxBackoff.
   */
  java.lang.String getMaxBackoff();
  /**
   * string maxBackoff = 4;
   * @return The bytes for maxBackoff.
   */
  com.google.protobuf.ByteString
      getMaxBackoffBytes();

  /**
   * optional .xyz.block.ftl.v1.schema.Ref catch = 5;
   * @return Whether the catch field is set.
   */
  boolean hasCatch();
  /**
   * optional .xyz.block.ftl.v1.schema.Ref catch = 5;
   * @return The catch.
   */
  xyz.block.ftl.v1.schema.Ref getCatch();
  /**
   * optional .xyz.block.ftl.v1.schema.Ref catch = 5;
   */
  xyz.block.ftl.v1.schema.RefOrBuilder getCatchOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy