
xyz.block.ftl.schema.v1.DatabaseRuntimeEventPayloadOrBuilder 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 DatabaseRuntimeEventPayloadOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.schema.v1.DatabaseRuntimeEventPayload)
com.google.protobuf.MessageOrBuilder {
/**
* .xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
* @return Whether the databaseRuntimeConnectionsEvent field is set.
*/
boolean hasDatabaseRuntimeConnectionsEvent();
/**
* .xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
* @return The databaseRuntimeConnectionsEvent.
*/
xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent getDatabaseRuntimeConnectionsEvent();
/**
* .xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
*/
xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEventOrBuilder getDatabaseRuntimeConnectionsEventOrBuilder();
xyz.block.ftl.schema.v1.DatabaseRuntimeEventPayload.ValueCase getValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy