Enum ComputeThreatListDiffResponse.ResponseType (2.40.0)

public enum ComputeThreatListDiffResponse.ResponseType extends Enum<ComputeThreatListDiffResponse.ResponseType> implements ProtocolMessageEnum

The type of response sent to the client.

Protobuf enum google.cloud.webrisk.v1.ComputeThreatListDiffResponse.ResponseType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIFF

Partial updates are applied to the client's existing local database.

DIFF = 1;

DIFF_VALUE

Partial updates are applied to the client's existing local database.

DIFF = 1;

RESET

Full updates resets the client's entire local database. This means that either the client had no state, was seriously out-of-date, or the client is believed to be corrupt.

RESET = 2;

RESET_VALUE

Full updates resets the client's entire local database. This means that either the client had no state, was seriously out-of-date, or the client is believed to be corrupt.

RESET = 2;

RESPONSE_TYPE_UNSPECIFIED

Unknown.

RESPONSE_TYPE_UNSPECIFIED = 0;

RESPONSE_TYPE_UNSPECIFIED_VALUE

Unknown.

RESPONSE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()