Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource.FetchRequest

Fetch Sitemaps in a DataStore.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource.FetchRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SiteSearchEngineResource.SitemapsResource.FetchRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>, 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
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.HttpMethod

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.MethodName

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.RestPath

Methods

InitParameters()

Initializes Fetch parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1FetchSitemapsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX