Class RecrawlUrisMetadata (0.11.11)

RecrawlUrisMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Operation create time.
update_time google.protobuf.timestamp_pb2.Timestamp
Operation last update time. If the operation is done, this is also the finish time.
invalid_uris MutableSequence[str]
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.
valid_uris_count int
Total number of unique URIs in the request that are not in invalid_uris.
success_count int
Total number of URIs that have been crawled so far.
pending_count int
Total number of URIs that have yet to be crawled.
quota_exceeded_count int
Total number of URIs that were rejected due to insufficient indexing resources.