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

com.dimajix.flowman.kernel.proto.SessionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.0-synapse3.3-spark3.3-hadoop3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package com.dimajix.flowman.kernel.proto;

public interface SessionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.Session)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * optional string name = 2;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 2;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional string workspace = 3;
   * @return Whether the workspace field is set.
   */
  boolean hasWorkspace();
  /**
   * optional string workspace = 3;
   * @return The workspace.
   */
  java.lang.String getWorkspace();
  /**
   * optional string workspace = 3;
   * @return The bytes for workspace.
   */
  com.google.protobuf.ByteString
      getWorkspaceBytes();

  /**
   * optional string namespace = 4;
   * @return Whether the namespace field is set.
   */
  boolean hasNamespace();
  /**
   * optional string namespace = 4;
   * @return The namespace.
   */
  java.lang.String getNamespace();
  /**
   * optional string namespace = 4;
   * @return The bytes for namespace.
   */
  com.google.protobuf.ByteString
      getNamespaceBytes();

  /**
   * optional string project = 5;
   * @return Whether the project field is set.
   */
  boolean hasProject();
  /**
   * optional string project = 5;
   * @return The project.
   */
  java.lang.String getProject();
  /**
   * optional string project = 5;
   * @return The bytes for project.
   */
  com.google.protobuf.ByteString
      getProjectBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy