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

com.dimajix.flowman.kernel.proto.session.ListSessionsResponseOrBuilder 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 ListSessionsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.session.ListSessionsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .com.dimajix.flowman.kernel.Session sessions = 1;
   */
  java.util.List 
      getSessionsList();
  /**
   * repeated .com.dimajix.flowman.kernel.Session sessions = 1;
   */
  com.dimajix.flowman.kernel.proto.Session getSessions(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.Session sessions = 1;
   */
  int getSessionsCount();
  /**
   * repeated .com.dimajix.flowman.kernel.Session sessions = 1;
   */
  java.util.List 
      getSessionsOrBuilderList();
  /**
   * repeated .com.dimajix.flowman.kernel.Session sessions = 1;
   */
  com.dimajix.flowman.kernel.proto.SessionOrBuilder getSessionsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy