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

ai.promoted.proto.delivery.HyperloopUniformGeneratorOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/delivery/blender.proto

package ai.promoted.proto.delivery;

public interface HyperloopUniformGeneratorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:delivery.HyperloopUniformGenerator)
    com.google.protobuf.MessageOrBuilder {

  /**
   * float low_bound = 1 [json_name = "lowBound"];
   * @return The lowBound.
   */
  float getLowBound();

  /**
   * float high_bound = 2 [json_name = "highBound"];
   * @return The highBound.
   */
  float getHighBound();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy