View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest (google_api_discovery_engine v0.16.0)

Request message for SiteSearchEngineService.RecrawlUris method.

Attributes

  • siteCredential (type: String.t, default: nil) - Optional. Full resource name of the SiteCredential, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*. Only set to crawl private URIs.
  • uris (type: list(String.t), default: nil) - Required. List of URIs to crawl. At most 10K URIs are supported, otherwise an INVALID_ARGUMENT error is thrown. Each URI should match at least one TargetSite in site_search_engine.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest{
    siteCredential: String.t() | nil,
    uris: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.