Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class RecrawlUrisMetadata.
Metadata related to the progress of the SiteSearchEngineService.RecrawlUris operation. This will be returned by the google.longrunning.Operation.metadata field.
Generated from protobuf message google.cloud.discoveryengine.v1.RecrawlUrisMetadata
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ update_time
Google\Protobuf\Timestamp
Operation last update time. If the operation is done, this is also the finish time.
↳ invalid_uris
array
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.
getCreateTime
Operation create time.
hasCreateTime
clearCreateTime
setCreateTime
Operation create time.
$this
getUpdateTime
Operation last update time. If the operation is done, this is also the finish time.
hasUpdateTime
clearUpdateTime
setUpdateTime
Operation last update time. If the operation is done, this is also the finish time.
$this
getInvalidUris
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.
setInvalidUris
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.
var
string[]
$this
getValidUrisCount
Total number of unique URIs in the request that are not in invalid_uris.
int
setValidUrisCount
Total number of unique URIs in the request that are not in invalid_uris.
var
int
$this
getSuccessCount
Total number of URIs that have been crawled so far.
int
setSuccessCount
Total number of URIs that have been crawled so far.
var
int
$this
getPendingCount
Total number of URIs that have yet to be crawled.
int
setPendingCount
Total number of URIs that have yet to be crawled.
var
int
$this
getQuotaExceededCount
Total number of URIs that were rejected due to insufficient indexing resources.
int
setQuotaExceededCount
Total number of URIs that were rejected due to insufficient indexing resources.
var
int
$this