public sealed class ListJobsRequest : IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Transcoder v1 API class ListJobsRequest.
Request message for TranscoderService.ListJobs
.
The parent location from which to retrieve the collection of jobs.
Implements
IMessageListJobsRequest, IEquatableListJobsRequest, IDeepCloneableListJobsRequest, IBufferMessage, IMessage, IPageRequestInherited Members
Namespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
ListJobsRequest()
public ListJobsRequest()
ListJobsRequest(ListJobsRequest)
public ListJobsRequest(ListJobsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListJobsRequest |
Properties
Filter
public string Filter { get; set; }
The filter expression, following the syntax outlined in https://google.aip.dev/160.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of items to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token
value returned from a previous List request, if
any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Format: projects/{project}/locations/{location}
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 |