GoogleCloudWebriskV1ComputeThreatListDiffResponse class
Constructors
- GoogleCloudWebriskV1ComputeThreatListDiffResponse({GoogleCloudWebriskV1ThreatEntryAdditions? additions, GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum? checksum, String? newVersionToken, String? recommendedNextDiff, GoogleCloudWebriskV1ThreatEntryRemovals? removals, String? responseType})
- GoogleCloudWebriskV1ComputeThreatListDiffResponse.fromJson(Map json_)
Properties
- additions ↔ GoogleCloudWebriskV1ThreatEntryAdditions?
-
A set of entries to add to a local threat type's list.
getter/setter pair
- checksum ↔ GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum?
-
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.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- newVersionToken ↔ String?
-
The new opaque client version token.
getter/setter pair
-
newVersionTokenAsBytes
↔ List<
int> -
getter/setter pair
- recommendedNextDiff ↔ String?
-
The soonest the client should wait before issuing any diff request.
getter/setter pair
- removals ↔ GoogleCloudWebriskV1ThreatEntryRemovals?
-
A set of entries to remove from a local threat type's list.
getter/setter pair
- responseType ↔ String?
-
The type of response.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited