Show / Hide Table of Contents

Class UrlNotificationsResource.GetMetadataRequest

Gets metadata about a Web Document. This method can only be used to query URLs that were previously seen in successful Indexing API notifications. Includes the latest UrlNotification received via this API.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<UrlNotificationMetadata>
IndexingBaseServiceRequest<UrlNotificationMetadata>
UrlNotificationsResource.GetMetadataRequest
Implements
IClientServiceRequest<UrlNotificationMetadata>
IClientServiceRequest
Inherited Members
IndexingBaseServiceRequest<UrlNotificationMetadata>.Xgafv
IndexingBaseServiceRequest<UrlNotificationMetadata>.AccessToken
IndexingBaseServiceRequest<UrlNotificationMetadata>.Alt
IndexingBaseServiceRequest<UrlNotificationMetadata>.Callback
IndexingBaseServiceRequest<UrlNotificationMetadata>.Fields
IndexingBaseServiceRequest<UrlNotificationMetadata>.Key
IndexingBaseServiceRequest<UrlNotificationMetadata>.OauthToken
IndexingBaseServiceRequest<UrlNotificationMetadata>.PrettyPrint
IndexingBaseServiceRequest<UrlNotificationMetadata>.QuotaUser
IndexingBaseServiceRequest<UrlNotificationMetadata>.UploadType
IndexingBaseServiceRequest<UrlNotificationMetadata>.UploadProtocol
ClientServiceRequest<UrlNotificationMetadata>.Execute()
ClientServiceRequest<UrlNotificationMetadata>.ExecuteAsStream()
ClientServiceRequest<UrlNotificationMetadata>.ExecuteAsync()
ClientServiceRequest<UrlNotificationMetadata>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UrlNotificationMetadata>.ExecuteAsStreamAsync()
ClientServiceRequest<UrlNotificationMetadata>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UrlNotificationMetadata>.CreateRequest(bool?)
ClientServiceRequest<UrlNotificationMetadata>.GenerateRequestUri()
ClientServiceRequest<UrlNotificationMetadata>.GetBody()
ClientServiceRequest<UrlNotificationMetadata>.GetDefaultETagAction(string)
ClientServiceRequest<UrlNotificationMetadata>.ETagAction
ClientServiceRequest<UrlNotificationMetadata>.ModifyRequest
ClientServiceRequest<UrlNotificationMetadata>.ValidateParameters
ClientServiceRequest<UrlNotificationMetadata>.ApiVersion
ClientServiceRequest<UrlNotificationMetadata>.RequestParameters
ClientServiceRequest<UrlNotificationMetadata>.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.Indexing.v3
Assembly: Google.Apis.Indexing.v3.dll
Syntax
public class UrlNotificationsResource.GetMetadataRequest : IndexingBaseServiceRequest<UrlNotificationMetadata>, IClientServiceRequest<UrlNotificationMetadata>, IClientServiceRequest

Constructors

GetMetadataRequest(IClientService)

Constructs a new GetMetadata request.

Declaration
public GetMetadataRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Indexing.v3.Data.UrlNotificationMetadata>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Indexing.v3.Data.UrlNotificationMetadata>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Indexing.v3.Data.UrlNotificationMetadata>.RestPath

Url

URL that is being queried.

Declaration
[RequestParameter("url", RequestParameterType.Query)]
public virtual string Url { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes GetMetadata parameter list.

Declaration
protected override void InitParameters()
Overrides
IndexingBaseServiceRequest<UrlNotificationMetadata>.InitParameters()

Implements

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