Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource

The "siteSearchEngine" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource

Constructors

SiteSearchEngineResource(IClientService)

Constructs a new resource.

Declaration
public SiteSearchEngineResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Sitemaps

Gets the Sitemaps resource.

Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource Sitemaps { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource

TargetSites

Gets the TargetSites resource.

Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.TargetSitesResource TargetSites { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.TargetSitesResource

Methods

DisableAdvancedSiteSearch(GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchRequest, string)

Downgrade from advanced site search to basic site search.

Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.DisableAdvancedSiteSearchRequest DisableAdvancedSiteSearch(GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchRequest body, string siteSearchEngine)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchRequest body

The body of the request.

string siteSearchEngine

Required. Full resource name of the SiteSearchEngine, such as projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine.

Returns
Type Description
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.DisableAdvancedSiteSearchRequest

EnableAdvancedSiteSearch(GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchRequest, string)

Upgrade from basic site search to advanced site search.

Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.EnableAdvancedSiteSearchRequest EnableAdvancedSiteSearch(GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchRequest body, string siteSearchEngine)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchRequest body

The body of the request.

string siteSearchEngine

Required. Full resource name of the SiteSearchEngine, such as projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine.

Returns
Type Description
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.EnableAdvancedSiteSearchRequest

RecrawlUris(GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest, string)

Request on-demand recrawl for a list of URIs.

Declaration
public virtual ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.RecrawlUrisRequest RecrawlUris(GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest body, string siteSearchEngine)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest body

The body of the request.

string siteSearchEngine

Required. Full resource name of the SiteSearchEngine, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.

Returns
Type Description
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.RecrawlUrisRequest
In this article
Back to top Generated by DocFX