Class: Google::Cloud::DiscoveryEngine::V1::FetchSitemapsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::FetchSitemapsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb
Overview
Request message for SiteSearchEngineService.FetchSitemaps method.
Defined Under Namespace
Classes: Matcher, UrisMatcher
Instance Attribute Summary collapse
-
#matcher ⇒ ::Google::Cloud::DiscoveryEngine::V1::FetchSitemapsRequest::Matcher
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#matcher ⇒ ::Google::Cloud::DiscoveryEngine::V1::FetchSitemapsRequest::Matcher
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 309 class FetchSitemapsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Sitemap Sitemap}s by # their uris. # @!attribute [rw] uris # @return [::Array<::String>] # The {::Google::Cloud::DiscoveryEngine::V1::Sitemap Sitemap} uris. class UrisMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Sitemap Sitemap}s. # Currently only supports uris matcher. # @!attribute [rw] uris_matcher # @return [::Google::Cloud::DiscoveryEngine::V1::FetchSitemapsRequest::UrisMatcher] # Matcher by sitemap URIs. class Matcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#parent ⇒ ::String
Returns Required. Parent resource name of the
SiteSearchEngine, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine
.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 309 class FetchSitemapsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Sitemap Sitemap}s by # their uris. # @!attribute [rw] uris # @return [::Array<::String>] # The {::Google::Cloud::DiscoveryEngine::V1::Sitemap Sitemap} uris. class UrisMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Sitemap Sitemap}s. # Currently only supports uris matcher. # @!attribute [rw] uris_matcher # @return [::Google::Cloud::DiscoveryEngine::V1::FetchSitemapsRequest::UrisMatcher] # Matcher by sitemap URIs. class Matcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |