Class ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource.FetchRequest
Fetch Sitemaps in a DataStore.
Inheritance
ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource.FetchRequest
Implements
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse>.OauthToken
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource.FetchRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse>, IClientServiceRequest
Constructors
FetchRequest(IClientService, string)
Constructs a new Fetch request.
Declaration
public FetchRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MatcherUrisMatcherUris
The Sitemap uris.
Declaration
[RequestParameter("matcher.urisMatcher.uris", RequestParameterType.Query)]
public virtual Repeatable<string> MatcherUrisMatcherUris { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Parent resource name of the SiteSearchEngine, such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Fetch parameter list.
Declaration
protected override void InitParameters()