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

sdmxdl.cli.protobuf.RulesActualOrBuilder 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 RulesActualOrBuilder extends
    // @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.RulesActual)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 flow_count = 1;
   * @return The flowCount.
   */
  int getFlowCount();

  /**
   * int32 dim_count = 2;
   * @return The dimCount.
   */
  int getDimCount();

  /**
   * int32 series_count = 3;
   * @return The seriesCount.
   */
  int getSeriesCount();

  /**
   * int32 obs_count = 4;
   * @return The obsCount.
   */
  int getObsCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy