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

com.dimajix.flowman.kernel.proto.session.EvaluateExpressionResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: session.proto

package com.dimajix.flowman.kernel.proto.session;

public interface EvaluateExpressionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.session.EvaluateExpressionResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string result = 1;
   * @return The result.
   */
  java.lang.String getResult();
  /**
   * string result = 1;
   * @return The bytes for result.
   */
  com.dimajix.shaded.protobuf.ByteString
      getResultBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy