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

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

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

  /**
   * string language = 2;
   * @return The language.
   */
  java.lang.String getLanguage();
  /**
   * string language = 2;
   * @return The bytes for language.
   */
  com.google.protobuf.ByteString
      getLanguageBytes();

  /**
   * int32 min_replicas = 3;
   * @return The minReplicas.
   */
  int getMinReplicas();

  /**
   * optional string os = 4;
   * @return Whether the os field is set.
   */
  boolean hasOs();
  /**
   * optional string os = 4;
   * @return The os.
   */
  java.lang.String getOs();
  /**
   * optional string os = 4;
   * @return The bytes for os.
   */
  com.google.protobuf.ByteString
      getOsBytes();

  /**
   * optional string arch = 5;
   * @return Whether the arch field is set.
   */
  boolean hasArch();
  /**
   * optional string arch = 5;
   * @return The arch.
   */
  java.lang.String getArch();
  /**
   * optional string arch = 5;
   * @return The bytes for arch.
   */
  com.google.protobuf.ByteString
      getArchBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy