org.locationtech.geowave.service.grpc.protobuf.KDESparkCommandParametersProtosOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GeoWaveAnalyticSpark.proto
package org.locationtech.geowave.service.grpc.protobuf;
public interface KDESparkCommandParametersProtosOrBuilder extends
// @@protoc_insertion_point(interface_extends:KDESparkCommandParametersProtos)
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();
/**
* int32 tileSize = 3;
*/
int getTileSize();
/**
* string indexName = 4;
*/
java.lang.String getIndexName();
/**
* string indexName = 4;
*/
com.google.protobuf.ByteString
getIndexNameBytes();
/**
* int32 minLevel = 5;
*/
int getMinLevel();
/**
* int32 maxLevel = 6;
*/
int getMaxLevel();
/**
* string host = 7;
*/
java.lang.String getHost();
/**
* string host = 7;
*/
com.google.protobuf.ByteString
getHostBytes();
/**
* string master = 8;
*/
java.lang.String getMaster();
/**
* string master = 8;
*/
com.google.protobuf.ByteString
getMasterBytes();
/**
* string cqlFilter = 9;
*/
java.lang.String getCqlFilter();
/**
* string cqlFilter = 9;
*/
com.google.protobuf.ByteString
getCqlFilterBytes();
/**
* string typeName = 10;
*/
java.lang.String getTypeName();
/**
* string typeName = 10;
*/
com.google.protobuf.ByteString
getTypeNameBytes();
/**
* int32 minSplits = 11;
*/
int getMinSplits();
/**
* int32 maxSplits = 12;
*/
int getMaxSplits();
/**
* string coverageName = 13;
*/
java.lang.String getCoverageName();
/**
* string coverageName = 13;
*/
com.google.protobuf.ByteString
getCoverageNameBytes();
/**
* string outputIndex = 14;
*/
java.lang.String getOutputIndex();
/**
* string outputIndex = 14;
*/
com.google.protobuf.ByteString
getOutputIndexBytes();
}