xyz.block.ftl.v1.schema.StringValueOrBuilder 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 StringValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.StringValue)
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();
/**
* string value = 2;
* @return The value.
*/
java.lang.String getValue();
/**
* string value = 2;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy