public static final class ThreatInfo.Confidence.Builder extends GeneratedMessage.Builder<ThreatInfo.Confidence.Builder> implements ThreatInfo.ConfidenceOrBuilderConfidence that a URI is unsafe.
Protobuf type google.cloud.webrisk.v1.ThreatInfo.Confidence
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ThreatInfo.Confidence.BuilderImplements
ThreatInfo.ConfidenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ThreatInfo.Confidence build()| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence |
|
buildPartial()
public ThreatInfo.Confidence buildPartial()| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence |
|
clear()
public ThreatInfo.Confidence.Builder clear()| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
|
clearLevel()
public ThreatInfo.Confidence.Builder clearLevel()Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
This builder for chaining. |
clearScore()
public ThreatInfo.Confidence.Builder clearScore()A decimal representation of confidence in the range of 0 to 1 where 0 indicates no confidence and 1 indicates complete confidence.
float score = 1;
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
This builder for chaining. |
clearValue()
public ThreatInfo.Confidence.Builder clearValue()| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
|
getDefaultInstanceForType()
public ThreatInfo.Confidence getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLevel()
public ThreatInfo.Confidence.ConfidenceLevel getLevel()Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.ConfidenceLevel |
The level. |
getLevelValue()
public int getLevelValue()Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for level. |
getScore()
public float getScore()A decimal representation of confidence in the range of 0 to 1 where 0 indicates no confidence and 1 indicates complete confidence.
float score = 1;
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
getValueCase()
public ThreatInfo.Confidence.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.ValueCase |
|
hasLevel()
public boolean hasLevel()Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the level field is set. |
hasScore()
public boolean hasScore()A decimal representation of confidence in the range of 0 to 1 where 0 indicates no confidence and 1 indicates complete confidence.
float score = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the score field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ThreatInfo.Confidence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ThreatInfo.Confidence.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
|
mergeFrom(ThreatInfo.Confidence other)
public ThreatInfo.Confidence.Builder mergeFrom(ThreatInfo.Confidence other)| Parameter | |
|---|---|
| Name | Description |
other |
ThreatInfo.Confidence |
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
|
setLevel(ThreatInfo.Confidence.ConfidenceLevel value)
public ThreatInfo.Confidence.Builder setLevel(ThreatInfo.Confidence.ConfidenceLevel value)Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ThreatInfo.Confidence.ConfidenceLevelThe level to set. |
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
This builder for chaining. |
setLevelValue(int value)
public ThreatInfo.Confidence.Builder setLevelValue(int value)Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for level to set. |
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
This builder for chaining. |
setScore(float value)
public ThreatInfo.Confidence.Builder setScore(float value)A decimal representation of confidence in the range of 0 to 1 where 0 indicates no confidence and 1 indicates complete confidence.
float score = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe score to set. |
| Returns | |
|---|---|
| Type | Description |
ThreatInfo.Confidence.Builder |
This builder for chaining. |