Class ProjectsResource.LocationsResource.JobTemplatesResource.ListRequest | Google.Apis.Transcoder.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobTemplatesResource.ListRequest

Lists job templates in the specified region.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListJobTemplatesResponse>
TranscoderBaseServiceRequest<ListJobTemplatesResponse>
ProjectsResource.LocationsResource.JobTemplatesResource.ListRequest
Implements
IClientServiceRequest<ListJobTemplatesResponse>
IClientServiceRequest
Inherited Members
TranscoderBaseServiceRequest.Xgafv
TranscoderBaseServiceRequest.AccessToken
TranscoderBaseServiceRequest.Alt
TranscoderBaseServiceRequest.Callback
TranscoderBaseServiceRequest.Fields
TranscoderBaseServiceRequest.Key
TranscoderBaseServiceRequest.OauthToken
TranscoderBaseServiceRequest.PrettyPrint
TranscoderBaseServiceRequest.QuotaUser
TranscoderBaseServiceRequest.UploadType
TranscoderBaseServiceRequest.UploadProtocol
ClientServiceRequest.Execute()
ClientServiceRequest.ExecuteAsStream()
ClientServiceRequest.ExecuteAsync()
ClientServiceRequest.ExecuteAsync(CancellationToken)
ClientServiceRequest.ExecuteAsStreamAsync()
ClientServiceRequest.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest.CreateRequest(bool?)
ClientServiceRequest.GenerateRequestUri()
ClientServiceRequest.GetBody()
ClientServiceRequest.GetDefaultETagAction(string)
ClientServiceRequest.ETagAction
ClientServiceRequest.ModifyRequest
ClientServiceRequest.ValidateParameters
ClientServiceRequest.ApiVersion
ClientServiceRequest.RequestParameters
ClientServiceRequest.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Transcoder.v1
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class ProjectsResource.LocationsResource.JobTemplatesResource.ListRequest : TranscoderBaseServiceRequest, IClientServiceRequest, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

The filter expression, following the syntax outlined in https://google.aip.dev/160.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.MethodName

OrderBy

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

The maximum number of items to return.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The next_page_token value returned from a previous List request, if any.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
TranscoderBaseServiceRequest.InitParameters()

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX