public static final class KmeansSparkCommandParametersProtos.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder> implements KmeansSparkCommandParametersProtosOrBuilder
KmeansSparkCommandParametersProtos
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public KmeansSparkCommandParametersProtos build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public KmeansSparkCommandParametersProtos buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public KmeansSparkCommandParametersProtos.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder mergeFrom(KmeansSparkCommandParametersProtos other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public KmeansSparkCommandParametersProtos.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<KmeansSparkCommandParametersProtos.Builder>
IOException
public com.google.protobuf.ProtocolStringList getParametersList()
repeated string parameters = 1;
getParametersList
in interface KmeansSparkCommandParametersProtosOrBuilder
public int getParametersCount()
repeated string parameters = 1;
getParametersCount
in interface KmeansSparkCommandParametersProtosOrBuilder
public String getParameters(int index)
repeated string parameters = 1;
getParameters
in interface KmeansSparkCommandParametersProtosOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getParametersBytes(int index)
repeated string parameters = 1;
getParametersBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
index
- The index of the value to return.public KmeansSparkCommandParametersProtos.Builder setParameters(int index, String value)
repeated string parameters = 1;
index
- The index to set the value at.value
- The parameters to set.public KmeansSparkCommandParametersProtos.Builder addParameters(String value)
repeated string parameters = 1;
value
- The parameters to add.public KmeansSparkCommandParametersProtos.Builder addAllParameters(Iterable<String> values)
repeated string parameters = 1;
values
- The parameters to add.public KmeansSparkCommandParametersProtos.Builder clearParameters()
repeated string parameters = 1;
public KmeansSparkCommandParametersProtos.Builder addParametersBytes(com.google.protobuf.ByteString value)
repeated string parameters = 1;
value
- The bytes of the parameters to add.public String getAppName()
string appName = 2;
getAppName
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getAppNameBytes()
string appName = 2;
getAppNameBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setAppName(String value)
string appName = 2;
value
- The appName to set.public KmeansSparkCommandParametersProtos.Builder clearAppName()
string appName = 2;
public KmeansSparkCommandParametersProtos.Builder setAppNameBytes(com.google.protobuf.ByteString value)
string appName = 2;
value
- The bytes for appName to set.public String getHost()
string host = 3;
getHost
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getHostBytes()
string host = 3;
getHostBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setHost(String value)
string host = 3;
value
- The host to set.public KmeansSparkCommandParametersProtos.Builder clearHost()
string host = 3;
public KmeansSparkCommandParametersProtos.Builder setHostBytes(com.google.protobuf.ByteString value)
string host = 3;
value
- The bytes for host to set.public String getMaster()
string master = 4;
getMaster
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getMasterBytes()
string master = 4;
getMasterBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setMaster(String value)
string master = 4;
value
- The master to set.public KmeansSparkCommandParametersProtos.Builder clearMaster()
string master = 4;
public KmeansSparkCommandParametersProtos.Builder setMasterBytes(com.google.protobuf.ByteString value)
string master = 4;
value
- The bytes for master to set.public int getNumClusters()
int32 numClusters = 5;
getNumClusters
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setNumClusters(int value)
int32 numClusters = 5;
value
- The numClusters to set.public KmeansSparkCommandParametersProtos.Builder clearNumClusters()
int32 numClusters = 5;
public int getNumIterations()
int32 numIterations = 6;
getNumIterations
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setNumIterations(int value)
int32 numIterations = 6;
value
- The numIterations to set.public KmeansSparkCommandParametersProtos.Builder clearNumIterations()
int32 numIterations = 6;
public double getEpsilon()
double epsilon = 7;
getEpsilon
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setEpsilon(double value)
double epsilon = 7;
value
- The epsilon to set.public KmeansSparkCommandParametersProtos.Builder clearEpsilon()
double epsilon = 7;
public boolean getUseTime()
bool useTime = 8;
getUseTime
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setUseTime(boolean value)
bool useTime = 8;
value
- The useTime to set.public KmeansSparkCommandParametersProtos.Builder clearUseTime()
bool useTime = 8;
public boolean getGenerateHulls()
bool generateHulls = 9;
getGenerateHulls
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setGenerateHulls(boolean value)
bool generateHulls = 9;
value
- The generateHulls to set.public KmeansSparkCommandParametersProtos.Builder clearGenerateHulls()
bool generateHulls = 9;
public boolean getComputeHullData()
bool computeHullData = 10;
getComputeHullData
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setComputeHullData(boolean value)
bool computeHullData = 10;
value
- The computeHullData to set.public KmeansSparkCommandParametersProtos.Builder clearComputeHullData()
bool computeHullData = 10;
public String getCqlFilter()
string cqlFilter = 11;
getCqlFilter
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getCqlFilterBytes()
string cqlFilter = 11;
getCqlFilterBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setCqlFilter(String value)
string cqlFilter = 11;
value
- The cqlFilter to set.public KmeansSparkCommandParametersProtos.Builder clearCqlFilter()
string cqlFilter = 11;
public KmeansSparkCommandParametersProtos.Builder setCqlFilterBytes(com.google.protobuf.ByteString value)
string cqlFilter = 11;
value
- The bytes for cqlFilter to set.public String getTypeName()
string typeName = 12;
getTypeName
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getTypeNameBytes()
string typeName = 12;
getTypeNameBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setTypeName(String value)
string typeName = 12;
value
- The typeName to set.public KmeansSparkCommandParametersProtos.Builder clearTypeName()
string typeName = 12;
public KmeansSparkCommandParametersProtos.Builder setTypeNameBytes(com.google.protobuf.ByteString value)
string typeName = 12;
value
- The bytes for typeName to set.public int getMinSplits()
int32 minSplits = 13;
getMinSplits
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setMinSplits(int value)
int32 minSplits = 13;
value
- The minSplits to set.public KmeansSparkCommandParametersProtos.Builder clearMinSplits()
int32 minSplits = 13;
public int getMaxSplits()
int32 maxSplits = 14;
getMaxSplits
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setMaxSplits(int value)
int32 maxSplits = 14;
value
- The maxSplits to set.public KmeansSparkCommandParametersProtos.Builder clearMaxSplits()
int32 maxSplits = 14;
public String getCentroidTypeName()
string centroidTypeName = 15;
getCentroidTypeName
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getCentroidTypeNameBytes()
string centroidTypeName = 15;
getCentroidTypeNameBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setCentroidTypeName(String value)
string centroidTypeName = 15;
value
- The centroidTypeName to set.public KmeansSparkCommandParametersProtos.Builder clearCentroidTypeName()
string centroidTypeName = 15;
public KmeansSparkCommandParametersProtos.Builder setCentroidTypeNameBytes(com.google.protobuf.ByteString value)
string centroidTypeName = 15;
value
- The bytes for centroidTypeName to set.public String getHullTypeName()
string hullTypeName = 16;
getHullTypeName
in interface KmeansSparkCommandParametersProtosOrBuilder
public com.google.protobuf.ByteString getHullTypeNameBytes()
string hullTypeName = 16;
getHullTypeNameBytes
in interface KmeansSparkCommandParametersProtosOrBuilder
public KmeansSparkCommandParametersProtos.Builder setHullTypeName(String value)
string hullTypeName = 16;
value
- The hullTypeName to set.public KmeansSparkCommandParametersProtos.Builder clearHullTypeName()
string hullTypeName = 16;
public KmeansSparkCommandParametersProtos.Builder setHullTypeNameBytes(com.google.protobuf.ByteString value)
string hullTypeName = 16;
value
- The bytes for hullTypeName to set.public final KmeansSparkCommandParametersProtos.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
public final KmeansSparkCommandParametersProtos.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<KmeansSparkCommandParametersProtos.Builder>
Copyright © 2013–2022. All rights reserved.