public sealed class ListPatchJobsRequest : IPageRequest, IMessage<ListPatchJobsRequest>, IEquatable<ListPatchJobsRequest>, IDeepCloneable<ListPatchJobsRequest>, IBufferMessage, IMessageA request message for listing patch jobs.
Inheritance
System.Object > ListPatchJobsRequestImplements
IPageRequest, IMessage<ListPatchJobsRequest>, System.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 |
System.String |
|
PageSize
public int PageSize { get; set; }The maximum number of instance status to return.
| Property Value | |
|---|---|
| Type | Description |
System.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 |
System.String |
|
Parent
public string Parent { get; set; }Required. In the form of projects/*
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|