WebsiteDataSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Data source is a set of website patterns that we crawl to get the total number of websites.
Attribute |
|
|---|---|
| Name | Description |
estimator_uri_patterns |
MutableSequence[google.cloud.discoveryengine_v1alpha.types.EstimateDataSizeRequest.WebsiteDataSource.EstimatorUriPattern]
Required. The URI patterns to estimate the data sizes. At most 10 patterns are allowed, otherwise an INVALID_ARGUMENT error is thrown. |
Classes
EstimatorUriPattern
EstimatorUriPattern(mapping=None, *, ignore_unknown_fields=False, **kwargs)URI patterns that we use to crawl.