Interface ComputeThreatListDiffResponseOrBuilder (2.40.0)

public interface ComputeThreatListDiffResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdditions()

public abstract ThreatEntryAdditions getAdditions()

A set of entries to add to a local threat type's list.

.google.cloud.webrisk.v1.ThreatEntryAdditions additions = 5;

Returns
TypeDescription
ThreatEntryAdditions

The additions.

getAdditionsOrBuilder()

public abstract ThreatEntryAdditionsOrBuilder getAdditionsOrBuilder()

A set of entries to add to a local threat type's list.

.google.cloud.webrisk.v1.ThreatEntryAdditions additions = 5;

Returns
TypeDescription
ThreatEntryAdditionsOrBuilder

getChecksum()

public abstract ComputeThreatListDiffResponse.Checksum getChecksum()

The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided diff. If the client state doesn't match the expected state, the client must discard this diff and retry later.

.google.cloud.webrisk.v1.ComputeThreatListDiffResponse.Checksum checksum = 8;

Returns
TypeDescription
ComputeThreatListDiffResponse.Checksum

The checksum.

getChecksumOrBuilder()

public abstract ComputeThreatListDiffResponse.ChecksumOrBuilder getChecksumOrBuilder()

The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided diff. If the client state doesn't match the expected state, the client must discard this diff and retry later.

.google.cloud.webrisk.v1.ComputeThreatListDiffResponse.Checksum checksum = 8;

Returns
TypeDescription
ComputeThreatListDiffResponse.ChecksumOrBuilder

getNewVersionToken()

public abstract ByteString getNewVersionToken()

The new opaque client version token. This should be retained by the client and passed into the next call of ComputeThreatListDiff as 'version_token'. A separate version token should be stored and used for each threatList.

bytes new_version_token = 7;

Returns
TypeDescription
ByteString

The newVersionToken.

getRecommendedNextDiff()

public abstract Timestamp getRecommendedNextDiff()

The soonest the client should wait before issuing any diff request. Querying sooner is unlikely to produce a meaningful diff. Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.

.google.protobuf.Timestamp recommended_next_diff = 2;

Returns
TypeDescription
Timestamp

The recommendedNextDiff.

getRecommendedNextDiffOrBuilder()

public abstract TimestampOrBuilder getRecommendedNextDiffOrBuilder()

The soonest the client should wait before issuing any diff request. Querying sooner is unlikely to produce a meaningful diff. Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.

.google.protobuf.Timestamp recommended_next_diff = 2;

Returns
TypeDescription
TimestampOrBuilder

getRemovals()

public abstract ThreatEntryRemovals getRemovals()

A set of entries to remove from a local threat type's list. This field may be empty.

.google.cloud.webrisk.v1.ThreatEntryRemovals removals = 6;

Returns
TypeDescription
ThreatEntryRemovals

The removals.

getRemovalsOrBuilder()

public abstract ThreatEntryRemovalsOrBuilder getRemovalsOrBuilder()

A set of entries to remove from a local threat type's list. This field may be empty.

.google.cloud.webrisk.v1.ThreatEntryRemovals removals = 6;

Returns
TypeDescription
ThreatEntryRemovalsOrBuilder

getResponseType()

public abstract ComputeThreatListDiffResponse.ResponseType getResponseType()

The type of response. This may indicate that an action must be taken by the client when the response is received.

.google.cloud.webrisk.v1.ComputeThreatListDiffResponse.ResponseType response_type = 4;

Returns
TypeDescription
ComputeThreatListDiffResponse.ResponseType

The responseType.

getResponseTypeValue()

public abstract int getResponseTypeValue()

The type of response. This may indicate that an action must be taken by the client when the response is received.

.google.cloud.webrisk.v1.ComputeThreatListDiffResponse.ResponseType response_type = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for responseType.

hasAdditions()

public abstract boolean hasAdditions()

A set of entries to add to a local threat type's list.

.google.cloud.webrisk.v1.ThreatEntryAdditions additions = 5;

Returns
TypeDescription
boolean

Whether the additions field is set.

hasChecksum()

public abstract boolean hasChecksum()

The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided diff. If the client state doesn't match the expected state, the client must discard this diff and retry later.

.google.cloud.webrisk.v1.ComputeThreatListDiffResponse.Checksum checksum = 8;

Returns
TypeDescription
boolean

Whether the checksum field is set.

hasRecommendedNextDiff()

public abstract boolean hasRecommendedNextDiff()

The soonest the client should wait before issuing any diff request. Querying sooner is unlikely to produce a meaningful diff. Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.

.google.protobuf.Timestamp recommended_next_diff = 2;

Returns
TypeDescription
boolean

Whether the recommendedNextDiff field is set.

hasRemovals()

public abstract boolean hasRemovals()

A set of entries to remove from a local threat type's list. This field may be empty.

.google.cloud.webrisk.v1.ThreatEntryRemovals removals = 6;

Returns
TypeDescription
boolean

Whether the removals field is set.