Class: Google::Cloud::DiscoveryEngine::V1beta::FetchSitemapsRequest::Matcher
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::FetchSitemapsRequest::Matcher
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb
Overview
Matcher for the Sitemaps. Currently only supports uris matcher.
Instance Attribute Summary collapse
-
#uris_matcher ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::FetchSitemapsRequest::UrisMatcher
Matcher by sitemap URIs.
Instance Attribute Details
#uris_matcher ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::FetchSitemapsRequest::UrisMatcher
Returns Matcher by sitemap URIs.
333 334 335 336 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 333 class Matcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |