com.dimajix.flowman.kernel.proto.session.CreateSessionResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: session.proto
package com.dimajix.flowman.kernel.proto.session;
public interface CreateSessionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.session.CreateSessionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .com.dimajix.flowman.kernel.session.SessionDetails session = 1;
* @return Whether the session field is set.
*/
boolean hasSession();
/**
* .com.dimajix.flowman.kernel.session.SessionDetails session = 1;
* @return The session.
*/
com.dimajix.flowman.kernel.proto.session.SessionDetails getSession();
/**
* .com.dimajix.flowman.kernel.session.SessionDetails session = 1;
*/
com.dimajix.flowman.kernel.proto.session.SessionDetailsOrBuilder getSessionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy