FetchSitemapsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for SiteSearchEngineService.FetchSitemaps method.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Parent resource name of the SiteSearchEngine, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine .
|
matcher |
google.cloud.discoveryengine_v1beta.types.FetchSitemapsRequest.Matcher
Optional. If specified, fetches the matching Sitemaps. If not specified, fetches all Sitemaps in the DataStore. |
Classes
Matcher
Matcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Matcher for the Sitemaps. Currently only supports uris matcher.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
UrisMatcher
UrisMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Matcher for the Sitemaps by their uris.