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

java.io.deephaven.proto.backplane.grpc.ValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/table.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface ValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.Value)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.grpc.Reference reference = 1;
   * @return Whether the reference field is set.
   */
  boolean hasReference();
  /**
   * .io.deephaven.proto.backplane.grpc.Reference reference = 1;
   * @return The reference.
   */
  io.deephaven.proto.backplane.grpc.Reference getReference();
  /**
   * .io.deephaven.proto.backplane.grpc.Reference reference = 1;
   */
  io.deephaven.proto.backplane.grpc.ReferenceOrBuilder getReferenceOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.Literal literal = 2;
   * @return Whether the literal field is set.
   */
  boolean hasLiteral();
  /**
   * .io.deephaven.proto.backplane.grpc.Literal literal = 2;
   * @return The literal.
   */
  io.deephaven.proto.backplane.grpc.Literal getLiteral();
  /**
   * .io.deephaven.proto.backplane.grpc.Literal literal = 2;
   */
  io.deephaven.proto.backplane.grpc.LiteralOrBuilder getLiteralOrBuilder();

  io.deephaven.proto.backplane.grpc.Value.DataCase getDataCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy