com.dimajix.flowman.kernel.proto.test.ListTestsRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: test.proto
package com.dimajix.flowman.kernel.proto.test;
public interface ListTestsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.test.ListTestsRequest)
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