Show / Hide Table of Contents

Class FormsResource.WatchesResource.ListRequest

Return a list of the watches owned by the invoking project. The maximum number of watches is two: For each invoker, the limit is one for each event type per form.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string formId)
Parameters
Type Name Description
IClientService service
string formId

Properties

FormId

Required. ID of the Form whose watches to list.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FormsBaseServiceRequest<ListWatchesResponse>.InitParameters()

Implements

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