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

cz.proto.SQLJobConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job_meta.proto

package cz.proto;

public interface SQLJobConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.SQLJobConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 timeout = 1;
   * @return The timeout.
   */
  int getTimeout();

  /**
   * int64 adhoc_size_limit = 2;
   * @return The adhocSizeLimit.
   */
  long getAdhocSizeLimit();

  /**
   * int64 adhoc_row_limit = 3;
   * @return The adhocRowLimit.
   */
  long getAdhocRowLimit();

  /**
   * map<string, string> hint = 4;
   */
  int getHintCount();
  /**
   * map<string, string> hint = 4;
   */
  boolean containsHint(
      java.lang.String key);
  /**
   * Use {@link #getHintMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getHint();
  /**
   * map<string, string> hint = 4;
   */
  java.util.Map
  getHintMap();
  /**
   * map<string, string> hint = 4;
   */

  java.lang.String getHintOrDefault(
      java.lang.String key,
      java.lang.String defaultValue);
  /**
   * map<string, string> hint = 4;
   */

  java.lang.String getHintOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy