com.dimajix.flowman.kernel.proto.relation.ExecuteRelationRequestOrBuilder 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 ExecuteRelationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.relation.ExecuteRelationRequest)
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();
/**
* repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
*/
java.util.List
getRelationsList();
/**
* repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
*/
com.dimajix.flowman.kernel.proto.RelationIdentifier getRelations(int index);
/**
* repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
*/
int getRelationsCount();
/**
* repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
*/
java.util.List extends com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder>
getRelationsOrBuilderList();
/**
* repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
*/
com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder getRelationsOrBuilder(
int index);
/**
* .com.dimajix.flowman.kernel.ExecutionPhase phase = 3;
* @return The enum numeric value on the wire for phase.
*/
int getPhaseValue();
/**
* .com.dimajix.flowman.kernel.ExecutionPhase phase = 3;
* @return The phase.
*/
com.dimajix.flowman.kernel.proto.ExecutionPhase getPhase();
/**
* 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);
/**
* bool force = 5;
* @return The force.
*/
boolean getForce();
/**
* bool keepGoing = 6;
* @return The keepGoing.
*/
boolean getKeepGoing();
/**
* bool dryRun = 7;
* @return The dryRun.
*/
boolean getDryRun();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy