com.dimajix.flowman.kernel.proto.test.ExecuteTestResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: test.proto
package com.dimajix.flowman.kernel.proto.test;
public interface ExecuteTestResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.test.ExecuteTestResponse)
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