Send feedback
Class ScoreDistribution (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.12.0keyboard_arrow_down
public final class ScoreDistribution extends GeneratedMessageV3 implements ScoreDistributionOrBuilder
Score distribution.
Protobuf type google.cloud.recaptchaenterprise.v1.ScoreDistribution
Static Fields
SCORE_BUCKETS_FIELD_NUMBER
public static final int SCORE_BUCKETS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ScoreDistribution getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ScoreDistribution . Builder newBuilder ()
newBuilder(ScoreDistribution prototype)
public static ScoreDistribution . Builder newBuilder ( ScoreDistribution prototype )
public static ScoreDistribution parseDelimitedFrom ( InputStream input )
public static ScoreDistribution parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ScoreDistribution parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ScoreDistribution parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ScoreDistribution parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ScoreDistribution parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ScoreDistribution parseFrom ( CodedInputStream input )
public static ScoreDistribution parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ScoreDistribution parseFrom ( InputStream input )
public static ScoreDistribution parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ScoreDistribution parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ScoreDistribution parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ScoreDistribution> parser ()
Methods
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
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ScoreDistribution getDefaultInstanceForType ()
getParserForType()
public Parser<ScoreDistribution> getParserForType ()
Overrides
getScoreBuckets()
public Map<Integer , Long > getScoreBuckets ()
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
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Name
Description
number
int
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ScoreDistribution . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ScoreDistribution . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ScoreDistribution . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]