Storage Batch Operations v1 API - Class ListJobsRequest (1.0.0-beta01)

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

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

Message for request to list Jobs

Inheritance

object > ListJobsRequest

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

ListJobsRequest()

public ListJobsRequest()

ListJobsRequest(ListJobsRequest)

public ListJobsRequest(ListJobsRequest other)
Parameter
Name Description
other ListJobsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filters results as defined by https://google.aip.dev/160.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Field to sort by. Supported fields are name, create_time.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The list page size. default page size is 100.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The list page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Format: projects/{project_id}/locations/{location_id} .

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName