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

xyz.block.ftl.v1.schema.ModuleRuntimeOrBuilder 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/runtime.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();

  /**
   * 
   * OS the module was built for. If empty, the module is OS-agnostic.
   * 
* * optional string os = 4; * @return Whether the os field is set. */ boolean hasOs(); /** *
   * OS the module was built for. If empty, the module is OS-agnostic.
   * 
* * optional string os = 4; * @return The os. */ java.lang.String getOs(); /** *
   * OS the module was built for. If empty, the module is OS-agnostic.
   * 
* * optional string os = 4; * @return The bytes for os. */ com.google.protobuf.ByteString getOsBytes(); /** *
   * CPU architecture the module was built for. If empty, the module is CPU-agnostic.
   * 
* * optional string arch = 5; * @return Whether the arch field is set. */ boolean hasArch(); /** *
   * CPU architecture the module was built for. If empty, the module is CPU-agnostic.
   * 
* * optional string arch = 5; * @return The arch. */ java.lang.String getArch(); /** *
   * CPU architecture the module was built for. If empty, the module is CPU-agnostic.
   * 
* * optional string arch = 5; * @return The bytes for arch. */ com.google.protobuf.ByteString getArchBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy