Class SitemapsResource.GetRequest
Retrieves information about a specific sitemap.
Inheritance
System.Object
SitemapsResource.GetRequest
Inherited Members
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.SearchConsole.v1
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class GetRequest : SearchConsoleBaseServiceRequest<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 |
|---|---|---|
| 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.SearchConsole.v1.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.SearchConsole.v1.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.SearchConsole.v1.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.SearchConsole.v1.SearchConsoleBaseServiceRequest<Google.Apis.SearchConsole.v1.Data.WmxSitemap>.InitParameters()