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

Class ProjectsResource.LocationsResource.JobTemplatesResource.DeleteRequest

Deletes a job template.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Empty>
TranscoderBaseServiceRequest<Empty>
ProjectsResource.LocationsResource.JobTemplatesResource.DeleteRequest
Implements
IClientServiceRequest<Empty>
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.DeleteRequest : TranscoderBaseServiceRequest, IClientServiceRequest, IClientServiceRequest

Constructors

DeleteRequest(IClientService, string)

Constructs a new Delete request.

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

Properties

AllowMissing

If set to true, and the job template is not found, the request will succeed but no action will be taken on the server.

Declaration
[RequestParameter("allowMissing", RequestParameterType.Query)]
public virtual bool? AllowMissing { get; set; }
Property Value
Type Description
bool?

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

Name

Required. The name of the job template to delete. 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.RestPath

Methods

InitParameters()

Initializes Delete parameter list.

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

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX