com.dimajix.flowman.kernel.proto.job.ListJobsRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: job.proto
package com.dimajix.flowman.kernel.proto.job;
public interface ListJobsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.job.ListJobsRequest)
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();
/**
* optional string project = 2;
* @return Whether the project field is set.
*/
boolean hasProject();
/**
* optional string project = 2;
* @return The project.
*/
java.lang.String getProject();
/**
* optional string project = 2;
* @return The bytes for project.
*/
com.dimajix.shaded.protobuf.ByteString
getProjectBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy