View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata (google_api_discovery_engine v0.27.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 have invalid format. Sample limited to 1000. -
invalidUrisCount
(type:integer()
, default:nil
) - Total number of unique URIs in the request that have invalid format. -
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. -
urisNotMatchingTargetSites
(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. Sample limited to 1000. -
urisNotMatchingTargetSitesCount
(type:integer()
, default:nil
) - Total number of URIs that don't match any TargetSites. -
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.V1beta.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata{ createTime: DateTime.t() | nil, invalidUris: [String.t()] | nil, invalidUrisCount: integer() | nil, pendingCount: integer() | nil, quotaExceededCount: integer() | nil, successCount: integer() | nil, updateTime: DateTime.t() | nil, urisNotMatchingTargetSites: [String.t()] | nil, urisNotMatchingTargetSitesCount: integer() | nil, validUrisCount: integer() | nil }