
xyz.block.ftl.schema.v1.TopicOrBuilder 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 TopicOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.schema.v1.Topic)
com.google.protobuf.MessageOrBuilder {
/**
* optional .xyz.block.ftl.schema.v1.Position pos = 1;
* @return Whether the pos field is set.
*/
boolean hasPos();
/**
* optional .xyz.block.ftl.schema.v1.Position pos = 1;
* @return The pos.
*/
xyz.block.ftl.schema.v1.Position getPos();
/**
* optional .xyz.block.ftl.schema.v1.Position pos = 1;
*/
xyz.block.ftl.schema.v1.PositionOrBuilder getPosOrBuilder();
/**
* optional .xyz.block.ftl.schema.v1.TopicRuntime runtime = 31634;
* @return Whether the runtime field is set.
*/
boolean hasRuntime();
/**
* optional .xyz.block.ftl.schema.v1.TopicRuntime runtime = 31634;
* @return The runtime.
*/
xyz.block.ftl.schema.v1.TopicRuntime getRuntime();
/**
* optional .xyz.block.ftl.schema.v1.TopicRuntime runtime = 31634;
*/
xyz.block.ftl.schema.v1.TopicRuntimeOrBuilder 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);
/**
* bool export = 3;
* @return The export.
*/
boolean getExport();
/**
* string name = 4;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 4;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* .xyz.block.ftl.schema.v1.Type event = 5;
* @return Whether the event field is set.
*/
boolean hasEvent();
/**
* .xyz.block.ftl.schema.v1.Type event = 5;
* @return The event.
*/
xyz.block.ftl.schema.v1.Type getEvent();
/**
* .xyz.block.ftl.schema.v1.Type event = 5;
*/
xyz.block.ftl.schema.v1.TypeOrBuilder getEventOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy