Class ScoreDistribution.Builder (3.39.0)

public static final class ScoreDistribution.Builder extends GeneratedMessageV3.Builder<ScoreDistribution.Builder> implements ScoreDistributionOrBuilder

Score distribution.

Protobuf type google.cloud.recaptchaenterprise.v1.ScoreDistribution

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ScoreDistribution.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ScoreDistribution.Builder
Overrides

build()

public ScoreDistribution build()
Returns
Type Description
ScoreDistribution

buildPartial()

public ScoreDistribution buildPartial()
Returns
Type Description
ScoreDistribution

clear()

public ScoreDistribution.Builder clear()
Returns
Type Description
ScoreDistribution.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ScoreDistribution.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ScoreDistribution.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ScoreDistribution.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ScoreDistribution.Builder
Overrides

clearScoreBuckets()

public ScoreDistribution.Builder clearScoreBuckets()
Returns
Type Description
ScoreDistribution.Builder

clone()

public ScoreDistribution.Builder clone()
Returns
Type Description
ScoreDistribution.Builder
Overrides

containsScoreBuckets(int key)

public boolean containsScoreBuckets(int key)

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Parameter
Name Description
key int
Returns
Type Description
boolean

getDefaultInstanceForType()

public ScoreDistribution getDefaultInstanceForType()
Returns
Type Description
ScoreDistribution

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMutableScoreBuckets() (deprecated)

public Map<Integer,Long> getMutableScoreBuckets()

Use alternate mutation accessors instead.

Returns
Type Description
Map<Integer,java.lang.Long>

getScoreBuckets() (deprecated)

public Map<Integer,Long> getScoreBuckets()

Use #getScoreBucketsMap() instead.

Returns
Type Description
Map<Integer,java.lang.Long>

getScoreBucketsCount()

public int getScoreBucketsCount()

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Returns
Type Description
int

getScoreBucketsMap()

public Map<Integer,Long> getScoreBucketsMap()

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Returns
Type Description
Map<Integer,java.lang.Long>

getScoreBucketsOrDefault(int key, long defaultValue)

public long getScoreBucketsOrDefault(int key, long defaultValue)

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Parameters
Name Description
key int
defaultValue long
Returns
Type Description
long

getScoreBucketsOrThrow(int key)

public long getScoreBucketsOrThrow(int key)

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Parameter
Name Description
key int
Returns
Type Description
long

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ScoreDistribution.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ScoreDistribution.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ScoreDistribution.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ScoreDistribution.Builder
Overrides

mergeFrom(ScoreDistribution other)

public ScoreDistribution.Builder mergeFrom(ScoreDistribution other)
Parameter
Name Description
other ScoreDistribution
Returns
Type Description
ScoreDistribution.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ScoreDistribution.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ScoreDistribution.Builder
Overrides

putAllScoreBuckets(Map<Integer,Long> values)

public ScoreDistribution.Builder putAllScoreBuckets(Map<Integer,Long> values)

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Parameter
Name Description
values Map<Integer,java.lang.Long>
Returns
Type Description
ScoreDistribution.Builder

putScoreBuckets(int key, long value)

public ScoreDistribution.Builder putScoreBuckets(int key, long value)

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Parameters
Name Description
key int
value long
Returns
Type Description
ScoreDistribution.Builder

removeScoreBuckets(int key)

public ScoreDistribution.Builder removeScoreBuckets(int key)

Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

map<int32, int64> score_buckets = 1;

Parameter
Name Description
key int
Returns
Type Description
ScoreDistribution.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ScoreDistribution.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ScoreDistribution.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ScoreDistribution.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ScoreDistribution.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ScoreDistribution.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ScoreDistribution.Builder
Overrides