Show / Hide Table of Contents

Class ProjectsResource.DeploymentsResource.ListRequest

Lists the deployments of an Apps Script project.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of deployments on each returned page. Defaults to 50.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.

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

RestPath

Gets the REST path.

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

ScriptId

The script project's Drive ID.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ScriptBaseServiceRequest<ListDeploymentsResponse>.InitParameters()

Implements

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