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 |
array
Optional. Data for populating the Message object. |
↳ failure_samples |
array<Google\Cloud\DiscoveryEngine\V1\RecrawlUrisResponse\FailureInfo>
Details for a sample of up to 10 |
↳ failed_uris |
array
URIs 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<Google\Cloud\DiscoveryEngine\V1\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 |