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

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

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

  /**
   * string flow_count = 1;
   * @return The flowCount.
   */
  java.lang.String getFlowCount();
  /**
   * string flow_count = 1;
   * @return The bytes for flowCount.
   */
  com.google.protobuf.ByteString
      getFlowCountBytes();

  /**
   * string dim_count = 2;
   * @return The dimCount.
   */
  java.lang.String getDimCount();
  /**
   * string dim_count = 2;
   * @return The bytes for dimCount.
   */
  com.google.protobuf.ByteString
      getDimCountBytes();

  /**
   * string series_count = 3;
   * @return The seriesCount.
   */
  java.lang.String getSeriesCount();
  /**
   * string series_count = 3;
   * @return The bytes for seriesCount.
   */
  com.google.protobuf.ByteString
      getSeriesCountBytes();

  /**
   * string obs_count = 4;
   * @return The obsCount.
   */
  java.lang.String getObsCount();
  /**
   * string obs_count = 4;
   * @return The bytes for obsCount.
   */
  com.google.protobuf.ByteString
      getObsCountBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy