GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ComputeThreatListDiffResponse (google_api_web_risk v0.2.0) View Source

Attributes

  • additions (type: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryAdditions.t, default: nil) - A set of entries to add to a local threat type's list.
  • checksum (type: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum.t, default: nil) - 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.
  • newVersionToken (type: String.t, default: nil) - 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.
  • recommendedNextDiff (type: DateTime.t, default: nil) - 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.
  • removals (type: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryRemovals.t, default: nil) - A set of entries to remove from a local threat type's list. This field may be empty.
  • responseType (type: String.t, default: nil) - The type of response. This may indicate that an action must be taken by the client when the response is received.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ComputeThreatListDiffResponse{
    additions:
      GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryAdditions.t()
      | nil,
    checksum:
      GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum.t()
      | nil,
    newVersionToken: String.t() | nil,
    recommendedNextDiff: DateTime.t() | nil,
    removals:
      GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryRemovals.t()
      | nil,
    responseType: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.