public final class ScoreDistribution extends GeneratedMessageV3 implements ScoreDistributionOrBuilder
Score distribution.
Protobuf type google.cloud.recaptchaenterprise.v1.ScoreDistribution
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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() (deprecated)
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
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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.internalGetMapFieldReflection(int)
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