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

com.dimajix.flowman.kernel.proto.history.FindTargetsRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: history.proto

package com.dimajix.flowman.kernel.proto.history;

public interface FindTargetsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.history.FindTargetsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .com.dimajix.flowman.kernel.history.TargetHistoryQuery query = 1;
   * @return Whether the query field is set.
   */
  boolean hasQuery();
  /**
   * .com.dimajix.flowman.kernel.history.TargetHistoryQuery query = 1;
   * @return The query.
   */
  com.dimajix.flowman.kernel.proto.history.TargetHistoryQuery getQuery();
  /**
   * .com.dimajix.flowman.kernel.history.TargetHistoryQuery query = 1;
   */
  com.dimajix.flowman.kernel.proto.history.TargetHistoryQueryOrBuilder getQueryOrBuilder();

  /**
   * repeated .com.dimajix.flowman.kernel.history.TargetOrder order = 2;
   * @return A list containing the order.
   */
  java.util.List getOrderList();
  /**
   * repeated .com.dimajix.flowman.kernel.history.TargetOrder order = 2;
   * @return The count of order.
   */
  int getOrderCount();
  /**
   * repeated .com.dimajix.flowman.kernel.history.TargetOrder order = 2;
   * @param index The index of the element to return.
   * @return The order at the given index.
   */
  com.dimajix.flowman.kernel.proto.history.TargetOrder getOrder(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.history.TargetOrder order = 2;
   * @return A list containing the enum numeric values on the wire for order.
   */
  java.util.List
  getOrderValueList();
  /**
   * repeated .com.dimajix.flowman.kernel.history.TargetOrder order = 2;
   * @param index The index of the value to return.
   * @return The enum numeric value on the wire of order at the given index.
   */
  int getOrderValue(int index);

  /**
   * optional int32 maxResults = 3;
   * @return Whether the maxResults field is set.
   */
  boolean hasMaxResults();
  /**
   * optional int32 maxResults = 3;
   * @return The maxResults.
   */
  int getMaxResults();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy