Batch v1 API - Class ListJobsRequest (1.0.0)

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

Reference documentation and code samples for the Batch v1 API class ListJobsRequest.

ListJob Request.

Inheritance

Object > ListJobsRequest

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

ListJobsRequest()

public ListJobsRequest()

ListJobsRequest(ListJobsRequest)

public ListJobsRequest(ListJobsRequest other)
Parameter
Name Description
other ListJobsRequest

Properties

Filter

public string Filter { get; set; }

List filter.

Property Value
Type Description
String

PageSize

public int PageSize { get; set; }

Page size.

Property Value
Type Description
Int32

PageToken

public string PageToken { get; set; }

Page token.

Property Value
Type Description
String

Parent

public string Parent { get; set; }

Parent path.

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.