public sealed class ListJobTemplatesRequest : IMessage<ListJobTemplatesRequest>, IEquatable<ListJobTemplatesRequest>, IDeepCloneable<ListJobTemplatesRequest>, IBufferMessage, IMessage, IPageRequest
Request message for TranscoderService.ListJobTemplates
.
Implements
IMessage<ListJobTemplatesRequest>, IEquatable<ListJobTemplatesRequest>, IDeepCloneable<ListJobTemplatesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
ListJobTemplatesRequest()
public ListJobTemplatesRequest()
ListJobTemplatesRequest(ListJobTemplatesRequest)
public ListJobTemplatesRequest(ListJobTemplatesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListJobTemplatesRequest |
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 |
Int32 |
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. The parent location from which to retrieve the collection of job templates.
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 |