Show / Hide Table of Contents

Class ProjectsResource.PatchDeploymentsResource.ListRequest

Get a page of OS Config patch deployments.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of patch deployments to return. Default is 100.

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

PageToken

Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.

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

Parent

Required. The resource name of the parent in the form projects/*.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
OSConfigBaseServiceRequest<ListPatchDeploymentsResponse>.InitParameters()

Implements

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