Class ComputeThreatListDiffRequest.Builder (2.82.0)

public static final class ComputeThreatListDiffRequest.Builder extends GeneratedMessage.Builder<ComputeThreatListDiffRequest.Builder> implements ComputeThreatListDiffRequestOrBuilder

Describes an API diff request.

Protobuf type google.cloud.webrisk.v1.ComputeThreatListDiffRequest

Static Methods

getDescriptor()

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

Methods

build()

public ComputeThreatListDiffRequest build()
Returns
Type Description
ComputeThreatListDiffRequest

buildPartial()

public ComputeThreatListDiffRequest buildPartial()
Returns
Type Description
ComputeThreatListDiffRequest

clear()

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

clearConstraints()

public ComputeThreatListDiffRequest.Builder clearConstraints()

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ComputeThreatListDiffRequest.Builder

clearThreatType()

public ComputeThreatListDiffRequest.Builder clearThreatType()

Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType.

.google.cloud.webrisk.v1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ComputeThreatListDiffRequest.Builder

This builder for chaining.

clearVersionToken()

public ComputeThreatListDiffRequest.Builder clearVersionToken()

The current version token of the client for the requested list (the client version that was received from the last successful diff). If the client does not have a version token (this is the first time calling ComputeThreatListDiff), this may be left empty and a full database snapshot will be returned.

bytes version_token = 2;

Returns
Type Description
ComputeThreatListDiffRequest.Builder

This builder for chaining.

getConstraints()

public ComputeThreatListDiffRequest.Constraints getConstraints()

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ComputeThreatListDiffRequest.Constraints

The constraints.

getConstraintsBuilder()

public ComputeThreatListDiffRequest.Constraints.Builder getConstraintsBuilder()

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ComputeThreatListDiffRequest.Constraints.Builder

getConstraintsOrBuilder()

public ComputeThreatListDiffRequest.ConstraintsOrBuilder getConstraintsOrBuilder()

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ComputeThreatListDiffRequest.ConstraintsOrBuilder

getDefaultInstanceForType()

public ComputeThreatListDiffRequest getDefaultInstanceForType()
Returns
Type Description
ComputeThreatListDiffRequest

getDescriptorForType()

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

getThreatType()

public ThreatType getThreatType()

Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType.

.google.cloud.webrisk.v1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ThreatType

The threatType.

getThreatTypeValue()

public int getThreatTypeValue()

Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType.

.google.cloud.webrisk.v1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for threatType.

getVersionToken()

public ByteString getVersionToken()

The current version token of the client for the requested list (the client version that was received from the last successful diff). If the client does not have a version token (this is the first time calling ComputeThreatListDiff), this may be left empty and a full database snapshot will be returned.

bytes version_token = 2;

Returns
Type Description
ByteString

The versionToken.

hasConstraints()

public boolean hasConstraints()

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the constraints field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConstraints(ComputeThreatListDiffRequest.Constraints value)

public ComputeThreatListDiffRequest.Builder mergeConstraints(ComputeThreatListDiffRequest.Constraints value)

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ComputeThreatListDiffRequest.Constraints
Returns
Type Description
ComputeThreatListDiffRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ComputeThreatListDiffRequest other)

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

setConstraints(ComputeThreatListDiffRequest.Constraints value)

public ComputeThreatListDiffRequest.Builder setConstraints(ComputeThreatListDiffRequest.Constraints value)

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ComputeThreatListDiffRequest.Constraints
Returns
Type Description
ComputeThreatListDiffRequest.Builder

setConstraints(ComputeThreatListDiffRequest.Constraints.Builder builderForValue)

public ComputeThreatListDiffRequest.Builder setConstraints(ComputeThreatListDiffRequest.Constraints.Builder builderForValue)

Required. The constraints associated with this request.

.google.cloud.webrisk.v1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ComputeThreatListDiffRequest.Constraints.Builder
Returns
Type Description
ComputeThreatListDiffRequest.Builder

setThreatType(ThreatType value)

public ComputeThreatListDiffRequest.Builder setThreatType(ThreatType value)

Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType.

.google.cloud.webrisk.v1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ThreatType

The threatType to set.

Returns
Type Description
ComputeThreatListDiffRequest.Builder

This builder for chaining.

setThreatTypeValue(int value)

public ComputeThreatListDiffRequest.Builder setThreatTypeValue(int value)

Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType.

.google.cloud.webrisk.v1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for threatType to set.

Returns
Type Description
ComputeThreatListDiffRequest.Builder

This builder for chaining.

setVersionToken(ByteString value)

public ComputeThreatListDiffRequest.Builder setVersionToken(ByteString value)

The current version token of the client for the requested list (the client version that was received from the last successful diff). If the client does not have a version token (this is the first time calling ComputeThreatListDiff), this may be left empty and a full database snapshot will be returned.

bytes version_token = 2;

Parameter
Name Description
value ByteString

The versionToken to set.

Returns
Type Description
ComputeThreatListDiffRequest.Builder

This builder for chaining.