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

xyz.block.ftl.v1.schema.VerbRuntimeOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/schema/runtime.proto

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

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

  /**
   * .google.protobuf.Timestamp create_time = 1;
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * .google.protobuf.Timestamp create_time = 1;
   * @return The createTime.
   */
  com.google.protobuf.Timestamp getCreateTime();
  /**
   * .google.protobuf.Timestamp create_time = 1;
   */
  com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();

  /**
   * .google.protobuf.Timestamp start_time = 2;
   * @return Whether the startTime field is set.
   */
  boolean hasStartTime();
  /**
   * .google.protobuf.Timestamp start_time = 2;
   * @return The startTime.
   */
  com.google.protobuf.Timestamp getStartTime();
  /**
   * .google.protobuf.Timestamp start_time = 2;
   */
  com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();

  /**
   * .xyz.block.ftl.v1.schema.Status status = 3;
   * @return The enum numeric value on the wire for status.
   */
  int getStatusValue();
  /**
   * .xyz.block.ftl.v1.schema.Status status = 3;
   * @return The status.
   */
  xyz.block.ftl.v1.schema.Status getStatus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy