xyz.block.ftl.v1.schema.DatabaseRuntimeOrBuilder 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 DatabaseRuntimeOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.DatabaseRuntime)
com.google.protobuf.MessageOrBuilder {
/**
* string dsn = 1;
* @return The dsn.
*/
java.lang.String getDsn();
/**
* string dsn = 1;
* @return The bytes for dsn.
*/
com.google.protobuf.ByteString
getDsnBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy