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

ai.promoted.proto.delivery.LookupOrBuilder 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 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