
xyz.block.ftl.schema.v1.DatabaseRuntimeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/schema/v1/schema.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.schema.v1;
public interface DatabaseRuntimeOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.schema.v1.DatabaseRuntime)
com.google.protobuf.MessageOrBuilder {
/**
* optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
* @return Whether the connections field is set.
*/
boolean hasConnections();
/**
* optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
* @return The connections.
*/
xyz.block.ftl.schema.v1.DatabaseRuntimeConnections getConnections();
/**
* optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
*/
xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsOrBuilder getConnectionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy