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

sdmxdl.cli.protobuf.FlowsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: sdmxdl_debug.proto

// Protobuf Java Version: 3.25.3
package sdmxdl.cli.protobuf;

public interface FlowsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.Flows)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
   */
  java.util.List 
      getFlowsList();
  /**
   * repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
   */
  sdmxdl.format.protobuf.Dataflow getFlows(int index);
  /**
   * repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
   */
  int getFlowsCount();
  /**
   * repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
   */
  java.util.List 
      getFlowsOrBuilderList();
  /**
   * repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
   */
  sdmxdl.format.protobuf.DataflowOrBuilder getFlowsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy