Google Cloud OS Config v1 API - Class ListPatchDeploymentsRequest (2.3.0)

public sealed class ListPatchDeploymentsRequest : IPageRequest, IMessage<ListPatchDeploymentsRequest>, IEquatable<ListPatchDeploymentsRequest>, IDeepCloneable<ListPatchDeploymentsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchDeploymentsRequest.

A request message for listing patch deployments.

Inheritance

object > ListPatchDeploymentsRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListPatchDeploymentsRequest()

public ListPatchDeploymentsRequest()

ListPatchDeploymentsRequest(ListPatchDeploymentsRequest)

public ListPatchDeploymentsRequest(ListPatchDeploymentsRequest other)
Parameter
NameDescription
otherListPatchDeploymentsRequest

Properties

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName