xyz.block.ftl.v1.schema.DatabaseOrBuilder 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 DatabaseOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.Database)
com.google.protobuf.MessageOrBuilder {
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return Whether the pos field is set.
*/
boolean hasPos();
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return The pos.
*/
xyz.block.ftl.v1.schema.Position getPos();
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
xyz.block.ftl.v1.schema.PositionOrBuilder getPosOrBuilder();
/**
* optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;
* @return Whether the runtime field is set.
*/
boolean hasRuntime();
/**
* optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;
* @return The runtime.
*/
xyz.block.ftl.v1.schema.DatabaseRuntime getRuntime();
/**
* optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;
*/
xyz.block.ftl.v1.schema.DatabaseRuntimeOrBuilder getRuntimeOrBuilder();
/**
* repeated string comments = 2;
* @return A list containing the comments.
*/
java.util.List
getCommentsList();
/**
* repeated string comments = 2;
* @return The count of comments.
*/
int getCommentsCount();
/**
* repeated string comments = 2;
* @param index The index of the element to return.
* @return The comments at the given index.
*/
java.lang.String getComments(int index);
/**
* repeated string comments = 2;
* @param index The index of the value to return.
* @return The bytes of the comments at the given index.
*/
com.google.protobuf.ByteString
getCommentsBytes(int index);
/**
* string type = 4;
* @return The type.
*/
java.lang.String getType();
/**
* string type = 4;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string name = 3;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 3;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy