ai.promoted.proto.delivery.HyperloopUniformMultiGeneratorOrBuilder 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 HyperloopUniformMultiGeneratorOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.HyperloopUniformMultiGenerator)
com.google.protobuf.MessageOrBuilder {
/**
* float base = 1 [json_name = "base"];
* @return The base.
*/
float getBase();
/**
* float multi = 2 [json_name = "multi"];
* @return The multi.
*/
float getMulti();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy