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

xyz.block.ftl.v1.schema.ValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// 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.StringValue stringValue = 1;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * .xyz.block.ftl.v1.schema.StringValue stringValue = 1;
   * @return The stringValue.
   */
  xyz.block.ftl.v1.schema.StringValue getStringValue();
  /**
   * .xyz.block.ftl.v1.schema.StringValue stringValue = 1;
   */
  xyz.block.ftl.v1.schema.StringValueOrBuilder getStringValueOrBuilder();

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy