Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class RecrawlUrisResponse.
Response message for SiteSearchEngineService.RecrawlUris method.
Generated from protobuf message google.cloud.discoveryengine.v1.RecrawlUrisResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ failure_samples | array<RecrawlUrisResponse\FailureInfo>Details for a sample of up to 10  | 
| ↳ failed_uris | arrayURIs that were not crawled before the LRO terminated. | 
getFailureSamples
Details for a sample of up to 10 failed_uris.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setFailureSamples
Details for a sample of up to 10 failed_uris.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<RecrawlUrisResponse\FailureInfo> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getFailedUris
URIs that were not crawled before the LRO terminated.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setFailedUris
URIs that were not crawled before the LRO terminated.
| Parameter | |
|---|---|
| Name | Description | 
| var | string[] | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |