Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobTemplatesResource.GetRequest

Returns the job template data.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<JobTemplate>
TranscoderBaseServiceRequest<JobTemplate>
ProjectsResource.LocationsResource.JobTemplatesResource.GetRequest
Implements
IClientServiceRequest<JobTemplate>
IClientServiceRequest
Inherited Members
TranscoderBaseServiceRequest<JobTemplate>.Xgafv
TranscoderBaseServiceRequest<JobTemplate>.AccessToken
TranscoderBaseServiceRequest<JobTemplate>.Alt
TranscoderBaseServiceRequest<JobTemplate>.Callback
TranscoderBaseServiceRequest<JobTemplate>.Fields
TranscoderBaseServiceRequest<JobTemplate>.Key
TranscoderBaseServiceRequest<JobTemplate>.OauthToken
TranscoderBaseServiceRequest<JobTemplate>.PrettyPrint
TranscoderBaseServiceRequest<JobTemplate>.QuotaUser
TranscoderBaseServiceRequest<JobTemplate>.UploadType
TranscoderBaseServiceRequest<JobTemplate>.UploadProtocol
ClientServiceRequest<JobTemplate>.Execute()
ClientServiceRequest<JobTemplate>.ExecuteAsStream()
ClientServiceRequest<JobTemplate>.ExecuteAsync()
ClientServiceRequest<JobTemplate>.ExecuteAsync(CancellationToken)
ClientServiceRequest<JobTemplate>.ExecuteAsStreamAsync()
ClientServiceRequest<JobTemplate>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<JobTemplate>.CreateRequest(bool?)
ClientServiceRequest<JobTemplate>.GenerateRequestUri()
ClientServiceRequest<JobTemplate>.GetBody()
ClientServiceRequest<JobTemplate>.GetDefaultETagAction(string)
ClientServiceRequest<JobTemplate>.ETagAction
ClientServiceRequest<JobTemplate>.ModifyRequest
ClientServiceRequest<JobTemplate>.ValidateParameters
ClientServiceRequest<JobTemplate>.ApiVersion
ClientServiceRequest<JobTemplate>.RequestParameters
ClientServiceRequest<JobTemplate>.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.GetRequest : TranscoderBaseServiceRequest<JobTemplate>, IClientServiceRequest<JobTemplate>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the job template to retrieve. Format: projects/{project}/locations/{location}/jobTemplates/{job_template}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
TranscoderBaseServiceRequest<JobTemplate>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX