public final class SmsTollFraudVerdict extends GeneratedMessageV3 implements SmsTollFraudVerdictOrBuilder
Information about SMS toll fraud.
Protobuf type google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict
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
REASONS_FIELD_NUMBER
public static final int REASONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RISK_FIELD_NUMBER
public static final int RISK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SmsTollFraudVerdict getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SmsTollFraudVerdict.Builder newBuilder()
newBuilder(SmsTollFraudVerdict prototype)
public static SmsTollFraudVerdict.Builder newBuilder(SmsTollFraudVerdict prototype)
public static SmsTollFraudVerdict parseDelimitedFrom(InputStream input)
public static SmsTollFraudVerdict parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SmsTollFraudVerdict parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SmsTollFraudVerdict parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SmsTollFraudVerdict parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SmsTollFraudVerdict parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SmsTollFraudVerdict parseFrom(CodedInputStream input)
public static SmsTollFraudVerdict parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SmsTollFraudVerdict parseFrom(InputStream input)
public static SmsTollFraudVerdict parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SmsTollFraudVerdict parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SmsTollFraudVerdict parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SmsTollFraudVerdict> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SmsTollFraudVerdict getDefaultInstanceForType()
getParserForType()
public Parser<SmsTollFraudVerdict> getParserForType()
Overrides
getReasons(int index)
public SmsTollFraudVerdict.SmsTollFraudReason getReasons(int index)
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
getReasonsCount()
public int getReasonsCount()
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The count of reasons.
|
getReasonsList()
public List<SmsTollFraudVerdict.SmsTollFraudReason> getReasonsList()
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getReasonsValue(int index)
public int getReasonsValue(int index)
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
int |
The enum numeric value on the wire of reasons at the given index.
|
getReasonsValueList()
public List<Integer> getReasonsValueList()
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<Integer> |
A list containing the enum numeric values on the wire for reasons.
|
getRisk()
Output only. Probability of an SMS event being fraudulent.
Values are from 0.0 (lowest) to 1.0 (highest).
float risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
float |
The risk.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SmsTollFraudVerdict.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SmsTollFraudVerdict.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SmsTollFraudVerdict.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides