xyz.block.ftl.v1.language.BuildContextUpdatedRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/language/language.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.language;
public interface BuildContextUpdatedRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.language.BuildContextUpdatedRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .xyz.block.ftl.v1.language.BuildContext buildContext = 1;
* @return Whether the buildContext field is set.
*/
boolean hasBuildContext();
/**
* .xyz.block.ftl.v1.language.BuildContext buildContext = 1;
* @return The buildContext.
*/
xyz.block.ftl.v1.language.BuildContext getBuildContext();
/**
* .xyz.block.ftl.v1.language.BuildContext buildContext = 1;
*/
xyz.block.ftl.v1.language.BuildContextOrBuilder getBuildContextOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy