xyz.block.ftl.v1.schema.ValueOrBuilder 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 ValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.Value)
com.google.protobuf.MessageOrBuilder {
/**
* .xyz.block.ftl.v1.schema.IntValue int_value = 2;
* @return Whether the intValue field is set.
*/
boolean hasIntValue();
/**
* .xyz.block.ftl.v1.schema.IntValue int_value = 2;
* @return The intValue.
*/
xyz.block.ftl.v1.schema.IntValue getIntValue();
/**
* .xyz.block.ftl.v1.schema.IntValue int_value = 2;
*/
xyz.block.ftl.v1.schema.IntValueOrBuilder getIntValueOrBuilder();
/**
* .xyz.block.ftl.v1.schema.StringValue string_value = 1;
* @return Whether the stringValue field is set.
*/
boolean hasStringValue();
/**
* .xyz.block.ftl.v1.schema.StringValue string_value = 1;
* @return The stringValue.
*/
xyz.block.ftl.v1.schema.StringValue getStringValue();
/**
* .xyz.block.ftl.v1.schema.StringValue string_value = 1;
*/
xyz.block.ftl.v1.schema.StringValueOrBuilder getStringValueOrBuilder();
/**
* .xyz.block.ftl.v1.schema.TypeValue type_value = 3;
* @return Whether the typeValue field is set.
*/
boolean hasTypeValue();
/**
* .xyz.block.ftl.v1.schema.TypeValue type_value = 3;
* @return The typeValue.
*/
xyz.block.ftl.v1.schema.TypeValue getTypeValue();
/**
* .xyz.block.ftl.v1.schema.TypeValue type_value = 3;
*/
xyz.block.ftl.v1.schema.TypeValueOrBuilder getTypeValueOrBuilder();
xyz.block.ftl.v1.schema.Value.ValueCase getValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy