ai.promoted.proto.delivery.HyperloopUniformGeneratorOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// 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