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

xyz.block.ftl.v1.schema.Runtime 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 final class Runtime {
  private Runtime() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_xyz_block_ftl_v1_schema_ModuleRuntime_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_xyz_block_ftl_v1_schema_ModuleRuntime_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_xyz_block_ftl_v1_schema_VerbRuntime_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_xyz_block_ftl_v1_schema_VerbRuntime_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n%xyz/block/ftl/v1/schema/runtime.proto\022" +
      "\027xyz.block.ftl.v1.schema\032\037google/protobu" +
      "f/timestamp.proto\"\234\001\n\rModuleRuntime\022/\n\013c" +
      "reate_time\030\001 \001(\0132\032.google.protobuf.Times" +
      "tamp\022\020\n\010language\030\002 \001(\t\022\024\n\014min_replicas\030\003" +
      " \001(\005\022\017\n\002os\030\004 \001(\tH\000\210\001\001\022\021\n\004arch\030\005 \001(\tH\001\210\001\001" +
      "B\005\n\003_osB\007\n\005_arch\"\237\001\n\013VerbRuntime\022/\n\013crea" +
      "te_time\030\001 \001(\0132\032.google.protobuf.Timestam" +
      "p\022.\n\nstart_time\030\002 \001(\0132\032.google.protobuf." +
      "Timestamp\022/\n\006status\030\003 \001(\0162\037.xyz.block.ft" +
      "l.v1.schema.Status*W\n\006Status\022\013\n\007OFFLINE\020" +
      "\000\022\014\n\010STARTING\020\001\022\n\n\006ONLINE\020\002\022\014\n\010STOPPING\020" +
      "\003\022\013\n\007STOPPED\020\004\022\013\n\007ERRORED\020\005BNP\001ZJgithub." +
      "com/TBD54566975/ftl/backend/protos/xyz/b" +
      "lock/ftl/v1/schema;schemapbb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.TimestampProto.getDescriptor(),
        });
    internal_static_xyz_block_ftl_v1_schema_ModuleRuntime_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_xyz_block_ftl_v1_schema_ModuleRuntime_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_xyz_block_ftl_v1_schema_ModuleRuntime_descriptor,
        new java.lang.String[] { "CreateTime", "Language", "MinReplicas", "Os", "Arch", });
    internal_static_xyz_block_ftl_v1_schema_VerbRuntime_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_xyz_block_ftl_v1_schema_VerbRuntime_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_xyz_block_ftl_v1_schema_VerbRuntime_descriptor,
        new java.lang.String[] { "CreateTime", "StartTime", "Status", });
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy