All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dimajix.flowman.kernel.proto.session.EnterContextRequestOrBuilder 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 EnterContextRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.session.EnterContextRequest)
    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.JobContext job = 2;
   * @return Whether the job field is set.
   */
  boolean hasJob();
  /**
   * .com.dimajix.flowman.kernel.JobContext job = 2;
   * @return The job.
   */
  com.dimajix.flowman.kernel.proto.JobContext getJob();
  /**
   * .com.dimajix.flowman.kernel.JobContext job = 2;
   */
  com.dimajix.flowman.kernel.proto.JobContextOrBuilder getJobOrBuilder();

  /**
   * .com.dimajix.flowman.kernel.TestContext test = 3;
   * @return Whether the test field is set.
   */
  boolean hasTest();
  /**
   * .com.dimajix.flowman.kernel.TestContext test = 3;
   * @return The test.
   */
  com.dimajix.flowman.kernel.proto.TestContext getTest();
  /**
   * .com.dimajix.flowman.kernel.TestContext test = 3;
   */
  com.dimajix.flowman.kernel.proto.TestContextOrBuilder getTestOrBuilder();

  com.dimajix.flowman.kernel.proto.session.EnterContextRequest.ContextCase getContextCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy