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

org.locationtech.geowave.service.grpc.protobuf.SpatialJoinCommandParametersOrBuilder Maven / Gradle / Ivy

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

package org.locationtech.geowave.service.grpc.protobuf;

public interface SpatialJoinCommandParametersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:SpatialJoinCommandParameters)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string parameters = 1;
   */
  java.util.List getParametersList();

  /**
   * repeated string parameters = 1;
   */
  int getParametersCount();

  /**
   * repeated string parameters = 1;
   */
  java.lang.String getParameters(int index);

  /**
   * repeated string parameters = 1;
   */
  com.google.protobuf.ByteString getParametersBytes(int index);

  /**
   * string appName = 2;
   */
  java.lang.String getAppName();

  /**
   * string appName = 2;
   */
  com.google.protobuf.ByteString getAppNameBytes();

  /**
   * string host = 3;
   */
  java.lang.String getHost();

  /**
   * string host = 3;
   */
  com.google.protobuf.ByteString getHostBytes();

  /**
   * string master = 4;
   */
  java.lang.String getMaster();

  /**
   * string master = 4;
   */
  com.google.protobuf.ByteString getMasterBytes();

  /**
   * int32 partCount = 5;
   */
  int getPartCount();

  /**
   * string leftAdapterTypeName = 6;
   */
  java.lang.String getLeftAdapterTypeName();

  /**
   * string leftAdapterTypeName = 6;
   */
  com.google.protobuf.ByteString getLeftAdapterTypeNameBytes();

  /**
   * string outLeftAdapterTypeName = 7;
   */
  java.lang.String getOutLeftAdapterTypeName();

  /**
   * string outLeftAdapterTypeName = 7;
   */
  com.google.protobuf.ByteString getOutLeftAdapterTypeNameBytes();

  /**
   * string rightAdapterTypeName = 8;
   */
  java.lang.String getRightAdapterTypeName();

  /**
   * string rightAdapterTypeName = 8;
   */
  com.google.protobuf.ByteString getRightAdapterTypeNameBytes();

  /**
   * string outRightAdapterTypeName = 9;
   */
  java.lang.String getOutRightAdapterTypeName();

  /**
   * string outRightAdapterTypeName = 9;
   */
  com.google.protobuf.ByteString getOutRightAdapterTypeNameBytes();

  /**
   * string predicate = 10;
   */
  java.lang.String getPredicate();

  /**
   * string predicate = 10;
   */
  com.google.protobuf.ByteString getPredicateBytes();

  /**
   * double radius = 11;
   */
  double getRadius();

  /**
   * bool negativeTest = 12;
   */
  boolean getNegativeTest();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy