Show / Hide Table of Contents

Class UsersResource.AliasesResource.WatchRequest

Watches for changes in users list.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Channel>
DirectoryBaseServiceRequest<Channel>
UsersResource.AliasesResource.WatchRequest
Implements
IClientServiceRequest<Channel>
IClientServiceRequest
Inherited Members
DirectoryBaseServiceRequest<Channel>.Xgafv
DirectoryBaseServiceRequest<Channel>.AccessToken
DirectoryBaseServiceRequest<Channel>.Alt
DirectoryBaseServiceRequest<Channel>.Callback
DirectoryBaseServiceRequest<Channel>.Fields
DirectoryBaseServiceRequest<Channel>.Key
DirectoryBaseServiceRequest<Channel>.OauthToken
DirectoryBaseServiceRequest<Channel>.PrettyPrint
DirectoryBaseServiceRequest<Channel>.QuotaUser
DirectoryBaseServiceRequest<Channel>.UploadType
DirectoryBaseServiceRequest<Channel>.UploadProtocol
ClientServiceRequest<Channel>.Execute()
ClientServiceRequest<Channel>.ExecuteAsStream()
ClientServiceRequest<Channel>.ExecuteAsync()
ClientServiceRequest<Channel>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Channel>.ExecuteAsStreamAsync()
ClientServiceRequest<Channel>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Channel>.CreateRequest(bool?)
ClientServiceRequest<Channel>.GenerateRequestUri()
ClientServiceRequest<Channel>.GetDefaultETagAction(string)
ClientServiceRequest<Channel>.ETagAction
ClientServiceRequest<Channel>.ModifyRequest
ClientServiceRequest<Channel>.ValidateParameters
ClientServiceRequest<Channel>.ApiVersion
ClientServiceRequest<Channel>.RequestParameters
ClientServiceRequest<Channel>.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.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UsersResource.AliasesResource.WatchRequest : DirectoryBaseServiceRequest<Channel>, IClientServiceRequest<Channel>, IClientServiceRequest

Constructors

WatchRequest(IClientService, Channel, string)

Constructs a new Watch request.

Declaration
public WatchRequest(IClientService service, Channel body, string userKey)
Parameters
Type Name Description
IClientService service
Channel body
string userKey

Properties

Event

Events to watch for.

Declaration
[RequestParameter("event", RequestParameterType.Query)]
public virtual UsersResource.AliasesResource.WatchRequest.EventEnum? Event { get; set; }
Property Value
Type Description
UsersResource.AliasesResource.WatchRequest.EventEnum?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Channel>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Channel>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Channel>.RestPath

UserKey

Email or immutable ID of the user

Declaration
[RequestParameter("userKey", RequestParameterType.Path)]
public virtual string UserKey { get; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Channel>.GetBody()

InitParameters()

Initializes Watch parameter list.

Declaration
protected override void InitParameters()
Overrides
DirectoryBaseServiceRequest<Channel>.InitParameters()

Implements

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