Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::RecrawlUrisRequest.
Request message for SiteSearchEngineService.RecrawlUris method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#site_credential
def site_credential() -> ::String
    Returns
    
  - 
        (::String) — Optional. Full resource name of the [SiteCredential][], such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*. Only set to crawl private URIs.
#site_credential=
def site_credential=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Optional. Full resource name of the [SiteCredential][], such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*. Only set to crawl private URIs.
    Returns
    
  - 
        (::String) — Optional. Full resource name of the [SiteCredential][], such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*. Only set to crawl private URIs.
#site_search_engine
def site_search_engine() -> ::String
    Returns
    
  - 
        (::String) — Required. Full resource name of the
SiteSearchEngine, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
#site_search_engine=
def site_search_engine=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. Full resource name of the
SiteSearchEngine, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
    Returns
    
  - 
        (::String) — Required. Full resource name of the
SiteSearchEngine, such
as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
#uris
def uris() -> ::Array<::String>
    Returns
    
  - 
        (::Array<::String>) — 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.
#uris=
def uris=(value) -> ::Array<::String>
    Parameter
    
  - 
        value (::Array<::String>) — 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.
    Returns
    
- 
        (::Array<::String>) — 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.