Show / Hide Table of Contents

Class SitemapsResource.ListRequest

Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<SitemapsListResponse>
WebmastersBaseServiceRequest<SitemapsListResponse>
SitemapsResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<SitemapsListResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
WebmastersBaseServiceRequest<SitemapsListResponse>.Alt
WebmastersBaseServiceRequest<SitemapsListResponse>.Fields
WebmastersBaseServiceRequest<SitemapsListResponse>.Key
WebmastersBaseServiceRequest<SitemapsListResponse>.OauthToken
WebmastersBaseServiceRequest<SitemapsListResponse>.PrettyPrint
WebmastersBaseServiceRequest<SitemapsListResponse>.QuotaUser
WebmastersBaseServiceRequest<SitemapsListResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Webmasters.v3
Assembly: Google.Apis.Webmasters.v3.dll
Syntax
public class ListRequest : WebmastersBaseServiceRequest<SitemapsListResponse>, IClientServiceRequest<SitemapsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string siteUrl)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.String siteUrl

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.RestPath

SitemapIndex

A URL of a site's sitemap index. For example: http://www.example.com/sitemapindex.xml

Declaration
[RequestParameter("sitemapIndex", RequestParameterType.Query)]
public virtual string SitemapIndex { get; set; }
Property Value
Type Description
System.String

SiteUrl

The site's URL, including protocol. For example: http://www.example.com/

Declaration
[RequestParameter("siteUrl", RequestParameterType.Path)]
public virtual string SiteUrl { get; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Webmasters.v3.WebmastersBaseServiceRequest<Google.Apis.Webmasters.v3.Data.SitemapsListResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top