public sealed class ListPatchJobsRequest : IPageRequest, IMessage<ListPatchJobsRequest>, IEquatable<ListPatchJobsRequest>, IDeepCloneable<ListPatchJobsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchJobsRequest.
A request message for listing patch jobs.
Implements
IPageRequest, IMessage<ListPatchJobsRequest>, IEquatable<ListPatchJobsRequest>, IDeepCloneable<ListPatchJobsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchJobsRequest()
public ListPatchJobsRequest()
ListPatchJobsRequest(ListPatchJobsRequest)
public ListPatchJobsRequest(ListPatchJobsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListPatchJobsRequest |
Properties
Filter
public string Filter { get; set; }
If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
The maximum number of instance status to return.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
A pagination token returned from a previous call that indicates where this listing should continue from.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. In the form of 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 |