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

com.dimajix.flowman.kernel.proto.relation.ExecuteRelationResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: relation.proto

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

public interface ExecuteRelationResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.relation.ExecuteRelationResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .com.dimajix.flowman.kernel.ExecutionStatus status = 1;
   * @return The enum numeric value on the wire for status.
   */
  int getStatusValue();
  /**
   * .com.dimajix.flowman.kernel.ExecutionStatus status = 1;
   * @return The status.
   */
  com.dimajix.flowman.kernel.proto.ExecutionStatus getStatus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy