com.dimajix.flowman.kernel.proto.mapping.ExplainMappingResponseOrBuilder 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 ExplainMappingResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.ExplainMappingResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string plan = 1;
* @return The plan.
*/
java.lang.String getPlan();
/**
* string plan = 1;
* @return The bytes for plan.
*/
com.dimajix.shaded.protobuf.ByteString
getPlanBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy