Show / Hide Table of Contents

Class SitemapsResource.GetRequest

Retrieves information about a specific sitemap.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<WmxSitemap>
WebmastersBaseServiceRequest<WmxSitemap>
SitemapsResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<WmxSitemap>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
WebmastersBaseServiceRequest<WmxSitemap>.Alt
WebmastersBaseServiceRequest<WmxSitemap>.Fields
WebmastersBaseServiceRequest<WmxSitemap>.Key
WebmastersBaseServiceRequest<WmxSitemap>.OauthToken
WebmastersBaseServiceRequest<WmxSitemap>.PrettyPrint
WebmastersBaseServiceRequest<WmxSitemap>.QuotaUser
WebmastersBaseServiceRequest<WmxSitemap>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Webmasters.v3.Data.WmxSitemap>.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 GetRequest : WebmastersBaseServiceRequest<WmxSitemap>, IClientServiceRequest<WmxSitemap>, IClientServiceRequest

Constructors

GetRequest(IClientService, String, String)

Constructs a new Get request.

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

Properties

Feedpath

The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml

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

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.WmxSitemap>.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.WmxSitemap>.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.WmxSitemap>.RestPath

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 Get parameter list.

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

Implements

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