All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.schema.v1.ValueOrBuilder 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 ValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.schema.v1.Value)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xyz.block.ftl.schema.v1.IntValue int_value = 2;
   * @return Whether the intValue field is set.
   */
  boolean hasIntValue();
  /**
   * .xyz.block.ftl.schema.v1.IntValue int_value = 2;
   * @return The intValue.
   */
  xyz.block.ftl.schema.v1.IntValue getIntValue();
  /**
   * .xyz.block.ftl.schema.v1.IntValue int_value = 2;
   */
  xyz.block.ftl.schema.v1.IntValueOrBuilder getIntValueOrBuilder();

  /**
   * .xyz.block.ftl.schema.v1.StringValue string_value = 1;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * .xyz.block.ftl.schema.v1.StringValue string_value = 1;
   * @return The stringValue.
   */
  xyz.block.ftl.schema.v1.StringValue getStringValue();
  /**
   * .xyz.block.ftl.schema.v1.StringValue string_value = 1;
   */
  xyz.block.ftl.schema.v1.StringValueOrBuilder getStringValueOrBuilder();

  /**
   * .xyz.block.ftl.schema.v1.TypeValue type_value = 3;
   * @return Whether the typeValue field is set.
   */
  boolean hasTypeValue();
  /**
   * .xyz.block.ftl.schema.v1.TypeValue type_value = 3;
   * @return The typeValue.
   */
  xyz.block.ftl.schema.v1.TypeValue getTypeValue();
  /**
   * .xyz.block.ftl.schema.v1.TypeValue type_value = 3;
   */
  xyz.block.ftl.schema.v1.TypeValueOrBuilder getTypeValueOrBuilder();

  xyz.block.ftl.schema.v1.Value.ValueCase getValueCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy