View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata (google_api_discovery_engine v0.16.0)

Metadata related to the progress of the SiteSearchEngineService.RecrawlUris operation. This will be returned by the google.longrunning.Operation.metadata field.

Attributes

  • createTime (type: DateTime.t, default: nil) - Operation create time.
  • invalidUris (type: list(String.t), default: nil) - Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.
  • pendingCount (type: integer(), default: nil) - Total number of URIs that have yet to be crawled.
  • quotaExceededCount (type: integer(), default: nil) - Total number of URIs that were rejected due to insufficient indexing resources.
  • successCount (type: integer(), default: nil) - Total number of URIs that have been crawled so far.
  • updateTime (type: DateTime.t, default: nil) - Operation last update time. If the operation is done, this is also the finish time.
  • validUrisCount (type: integer(), default: nil) - Total number of unique URIs in the request that are not in invalid_uris.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata{
    createTime: DateTime.t() | nil,
    invalidUris: [String.t()] | nil,
    pendingCount: integer() | nil,
    quotaExceededCount: integer() | nil,
    successCount: integer() | nil,
    updateTime: DateTime.t() | nil,
    validUrisCount: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.