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

com.dimajix.flowman.kernel.proto.test.ListTestsResponseOrBuilder 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: test.proto

package com.dimajix.flowman.kernel.proto.test;

public interface ListTestsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.test.ListTestsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .com.dimajix.flowman.kernel.TestIdentifier tests = 2;
   */
  java.util.List 
      getTestsList();
  /**
   * repeated .com.dimajix.flowman.kernel.TestIdentifier tests = 2;
   */
  com.dimajix.flowman.kernel.proto.TestIdentifier getTests(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.TestIdentifier tests = 2;
   */
  int getTestsCount();
  /**
   * repeated .com.dimajix.flowman.kernel.TestIdentifier tests = 2;
   */
  java.util.List 
      getTestsOrBuilderList();
  /**
   * repeated .com.dimajix.flowman.kernel.TestIdentifier tests = 2;
   */
  com.dimajix.flowman.kernel.proto.TestIdentifierOrBuilder getTestsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy