com.dimajix.flowman.kernel.proto.mapping.ReadMappingRequestOrBuilder 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 ReadMappingRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.ReadMappingRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string sessionId = 1;
* @return The sessionId.
*/
java.lang.String getSessionId();
/**
* string sessionId = 1;
* @return The bytes for sessionId.
*/
com.dimajix.shaded.protobuf.ByteString
getSessionIdBytes();
/**
* .com.dimajix.flowman.kernel.MappingIdentifier mapping = 2;
* @return Whether the mapping field is set.
*/
boolean hasMapping();
/**
* .com.dimajix.flowman.kernel.MappingIdentifier mapping = 2;
* @return The mapping.
*/
com.dimajix.flowman.kernel.proto.MappingIdentifier getMapping();
/**
* .com.dimajix.flowman.kernel.MappingIdentifier mapping = 2;
*/
com.dimajix.flowman.kernel.proto.MappingIdentifierOrBuilder getMappingOrBuilder();
/**
* optional string output = 3;
* @return Whether the output field is set.
*/
boolean hasOutput();
/**
* optional string output = 3;
* @return The output.
*/
java.lang.String getOutput();
/**
* optional string output = 3;
* @return The bytes for output.
*/
com.dimajix.shaded.protobuf.ByteString
getOutputBytes();
/**
* int32 maxRows = 4;
* @return The maxRows.
*/
int getMaxRows();
/**
* repeated string columns = 5;
* @return A list containing the columns.
*/
java.util.List
getColumnsList();
/**
* repeated string columns = 5;
* @return The count of columns.
*/
int getColumnsCount();
/**
* repeated string columns = 5;
* @param index The index of the element to return.
* @return The columns at the given index.
*/
java.lang.String getColumns(int index);
/**
* repeated string columns = 5;
* @param index The index of the value to return.
* @return The bytes of the columns at the given index.
*/
com.dimajix.shaded.protobuf.ByteString
getColumnsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy