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

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.

Inheritance

object > ListPatchJobsRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListPatchJobsRequest()

public ListPatchJobsRequest()

ListPatchJobsRequest(ListPatchJobsRequest)

public ListPatchJobsRequest(ListPatchJobsRequest other)
Parameter
NameDescription
otherListPatchJobsRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of instance status to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. In the form of projects/*

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName