com.dimajix.flowman.kernel.proto.relation.ReadRelationRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: relation.proto
package com.dimajix.flowman.kernel.proto.relation;
public interface ReadRelationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.relation.ReadRelationRequest)
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.RelationIdentifier relation = 2;
* @return Whether the relation field is set.
*/
boolean hasRelation();
/**
* .com.dimajix.flowman.kernel.RelationIdentifier relation = 2;
* @return The relation.
*/
com.dimajix.flowman.kernel.proto.RelationIdentifier getRelation();
/**
* .com.dimajix.flowman.kernel.RelationIdentifier relation = 2;
*/
com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder getRelationOrBuilder();
/**
* int32 maxRows = 3;
* @return The maxRows.
*/
int getMaxRows();
/**
* map<string, string> partition = 4;
*/
int getPartitionCount();
/**
* map<string, string> partition = 4;
*/
boolean containsPartition(
java.lang.String key);
/**
* Use {@link #getPartitionMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getPartition();
/**
* map<string, string> partition = 4;
*/
java.util.Map
getPartitionMap();
/**
* map<string, string> partition = 4;
*/
/* nullable */
java.lang.String getPartitionOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> partition = 4;
*/
java.lang.String getPartitionOrThrow(
java.lang.String key);
/**
* 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