View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse (google_api_discovery_engine v0.27.0)
Response message for SiteSearchEngineService.RecrawlUris method.
Attributes
-
failedUris
(type:list(String.t)
, default:nil
) - URIs that were not crawled before the LRO terminated. -
failureSamples
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo.t)
, default:nil
) - Details for a sample of up to 10failed_uris
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse{ failedUris: [String.t()] | nil, failureSamples: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo.t() ] | nil }