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

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

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

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

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

  /**
   * .VectorStoreParametersProtos baseParams = 1;
   */
  boolean hasBaseParams();
  /**
   * .VectorStoreParametersProtos baseParams = 1;
   */
  org.locationtech.geowave.service.grpc.protobuf.VectorStoreParametersProtos getBaseParams();
  /**
   * .VectorStoreParametersProtos baseParams = 1;
   */
  org.locationtech.geowave.service.grpc.protobuf.VectorStoreParametersProtosOrBuilder getBaseParamsOrBuilder();

  /**
   * string cql = 2;
   */
  java.lang.String getCql();
  /**
   * string cql = 2;
   */
  com.google.protobuf.ByteString
      getCqlBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy