Cloud Run Admin v2 API - Class ListJobsRequest (2.7.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class ListJobsRequest.

Request message for retrieving a list of Jobs.

Inheritance

object > ListJobsRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListJobsRequest()

public ListJobsRequest()

ListJobsRequest(ListJobsRequest)

public ListJobsRequest(ListJobsRequest other)
Parameter
NameDescription
otherListJobsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of Jobs to return in this call.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token received from a previous call to ListJobs. All other parameters must match.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ShowDeleted

public bool ShowDeleted { get; set; }

If true, returns deleted (but unexpired) resources along with active ones.

Property Value
TypeDescription
bool