Show / Hide Table of Contents

Class ProjectsResource.RegionsResource.WorkflowTemplatesResource.UpdateRequest

Updates (replaces) workflow template. The updated template must contain version that matches the current server version.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<WorkflowTemplate>
DataprocBaseServiceRequest<WorkflowTemplate>
ProjectsResource.RegionsResource.WorkflowTemplatesResource.UpdateRequest
Implements
IClientServiceRequest<WorkflowTemplate>
IClientServiceRequest
Inherited Members
DataprocBaseServiceRequest<WorkflowTemplate>.Xgafv
DataprocBaseServiceRequest<WorkflowTemplate>.AccessToken
DataprocBaseServiceRequest<WorkflowTemplate>.Alt
DataprocBaseServiceRequest<WorkflowTemplate>.Callback
DataprocBaseServiceRequest<WorkflowTemplate>.Fields
DataprocBaseServiceRequest<WorkflowTemplate>.Key
DataprocBaseServiceRequest<WorkflowTemplate>.OauthToken
DataprocBaseServiceRequest<WorkflowTemplate>.PrettyPrint
DataprocBaseServiceRequest<WorkflowTemplate>.QuotaUser
DataprocBaseServiceRequest<WorkflowTemplate>.UploadType
DataprocBaseServiceRequest<WorkflowTemplate>.UploadProtocol
ClientServiceRequest<WorkflowTemplate>.Execute()
ClientServiceRequest<WorkflowTemplate>.ExecuteAsStream()
ClientServiceRequest<WorkflowTemplate>.ExecuteAsync()
ClientServiceRequest<WorkflowTemplate>.ExecuteAsync(CancellationToken)
ClientServiceRequest<WorkflowTemplate>.ExecuteAsStreamAsync()
ClientServiceRequest<WorkflowTemplate>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<WorkflowTemplate>.CreateRequest(bool?)
ClientServiceRequest<WorkflowTemplate>.GenerateRequestUri()
ClientServiceRequest<WorkflowTemplate>.GetDefaultETagAction(string)
ClientServiceRequest<WorkflowTemplate>.ETagAction
ClientServiceRequest<WorkflowTemplate>.ModifyRequest
ClientServiceRequest<WorkflowTemplate>.ValidateParameters
ClientServiceRequest<WorkflowTemplate>.ApiVersion
ClientServiceRequest<WorkflowTemplate>.RequestParameters
ClientServiceRequest<WorkflowTemplate>.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.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ProjectsResource.RegionsResource.WorkflowTemplatesResource.UpdateRequest : DataprocBaseServiceRequest<WorkflowTemplate>, IClientServiceRequest<WorkflowTemplate>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, WorkflowTemplate, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, WorkflowTemplate body, string name)
Parameters
Type Name Description
IClientService service
WorkflowTemplate body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}

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<WorkflowTemplate>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<WorkflowTemplate>.GetBody()

InitParameters()

Initializes Update parameter list.

Declaration
protected override void InitParameters()
Overrides
DataprocBaseServiceRequest<WorkflowTemplate>.InitParameters()

Implements

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