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.
Implements
IPageRequest, IMessage<ListPatchDeploymentsRequest>, IEquatable<ListPatchDeploymentsRequest>, IDeepCloneable<ListPatchDeploymentsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchDeploymentsRequest()
public ListPatchDeploymentsRequest()
ListPatchDeploymentsRequest(ListPatchDeploymentsRequest)
public ListPatchDeploymentsRequest(ListPatchDeploymentsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListPatchDeploymentsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of patch deployments to return. Default is 100.
Property Value | |
---|---|
Type | Description |
Int32 |
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 | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the parent in the form projects/*
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |