Show / Hide Table of Contents

Class UrlNotificationsResource.PublishRequest

Notifies that a URL has been updated or deleted.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PublishUrlNotificationResponse>
IndexingBaseServiceRequest<PublishUrlNotificationResponse>
UrlNotificationsResource.PublishRequest
Implements
IClientServiceRequest<PublishUrlNotificationResponse>
IClientServiceRequest
Inherited Members
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.Xgafv
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.AccessToken
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.Alt
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.Callback
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.Fields
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.Key
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.OauthToken
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.PrettyPrint
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.QuotaUser
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.UploadType
IndexingBaseServiceRequest<PublishUrlNotificationResponse>.UploadProtocol
ClientServiceRequest<PublishUrlNotificationResponse>.Execute()
ClientServiceRequest<PublishUrlNotificationResponse>.ExecuteAsStream()
ClientServiceRequest<PublishUrlNotificationResponse>.ExecuteAsync()
ClientServiceRequest<PublishUrlNotificationResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PublishUrlNotificationResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<PublishUrlNotificationResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PublishUrlNotificationResponse>.CreateRequest(bool?)
ClientServiceRequest<PublishUrlNotificationResponse>.GenerateRequestUri()
ClientServiceRequest<PublishUrlNotificationResponse>.GetDefaultETagAction(string)
ClientServiceRequest<PublishUrlNotificationResponse>.ETagAction
ClientServiceRequest<PublishUrlNotificationResponse>.ModifyRequest
ClientServiceRequest<PublishUrlNotificationResponse>.ValidateParameters
ClientServiceRequest<PublishUrlNotificationResponse>.ApiVersion
ClientServiceRequest<PublishUrlNotificationResponse>.RequestParameters
ClientServiceRequest<PublishUrlNotificationResponse>.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.PublishRequest : IndexingBaseServiceRequest<PublishUrlNotificationResponse>, IClientServiceRequest<PublishUrlNotificationResponse>, IClientServiceRequest

Constructors

PublishRequest(IClientService, UrlNotification)

Constructs a new Publish request.

Declaration
public PublishRequest(IClientService service, UrlNotification body)
Parameters
Type Name Description
IClientService service
UrlNotification body

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Indexing.v3.Data.PublishUrlNotificationResponse>.GetBody()

InitParameters()

Initializes Publish parameter list.

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

Implements

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