com.dimajix.flowman.kernel.proto.MappingOutputIdentifierOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flowman-kernel-api Show documentation
Show all versions of flowman-kernel-api Show documentation
Flowman Kernel gRPC protocol definition
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package com.dimajix.flowman.kernel.proto;
public interface MappingOutputIdentifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.MappingOutputIdentifier)
com.google.protobuf.MessageOrBuilder {
/**
* optional string project = 1;
* @return Whether the project field is set.
*/
boolean hasProject();
/**
* optional string project = 1;
* @return The project.
*/
java.lang.String getProject();
/**
* optional string project = 1;
* @return The bytes for project.
*/
com.google.protobuf.ByteString
getProjectBytes();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string output = 3;
* @return The output.
*/
java.lang.String getOutput();
/**
* string output = 3;
* @return The bytes for output.
*/
com.google.protobuf.ByteString
getOutputBytes();
}