ai.promoted.proto.delivery.LookupOrBuilder 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 LookupOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.Lookup)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 feature_id = 1 [json_name = "featureId"];
* @return Whether the featureId field is set.
*/
boolean hasFeatureId();
/**
* uint64 feature_id = 1 [json_name = "featureId"];
* @return The featureId.
*/
long getFeatureId();
/**
* uint64 parameter_key = 2 [json_name = "parameterKey"];
* @return Whether the parameterKey field is set.
*/
boolean hasParameterKey();
/**
* uint64 parameter_key = 2 [json_name = "parameterKey"];
* @return The parameterKey.
*/
long getParameterKey();
public ai.promoted.proto.delivery.Lookup.LookupTypeCase getLookupTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy