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

com.dimajix.flowman.kernel.proto.mapping.SaveMappingOutputResponseOrBuilder Maven / Gradle / Ivy

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

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

public interface SaveMappingOutputResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.SaveMappingOutputResponse)
    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