Google Cloud Discovery Engine V1beta Client - Class RecrawlUrisResponse (0.11.2)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class RecrawlUrisResponse.

Response message for SiteSearchEngineService.RecrawlUris method.

Generated from protobuf message google.cloud.discoveryengine.v1beta.RecrawlUrisResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ failure_samples array<Google\Cloud\DiscoveryEngine\V1beta\RecrawlUrisResponse\FailureInfo>

Details for a sample of up to 10 failed_uris.

↳ 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\V1beta\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