Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowTemplatesResource.CreateRequest

Creates new workflow template.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<WorkflowTemplate>
DataprocBaseServiceRequest<WorkflowTemplate>
ProjectsResource.LocationsResource.WorkflowTemplatesResource.CreateRequest
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(Nullable<Boolean>)
ClientServiceRequest<WorkflowTemplate>.GenerateRequestUri()
ClientServiceRequest<WorkflowTemplate>.GetDefaultETagAction(String)
ClientServiceRequest<WorkflowTemplate>.ETagAction
ClientServiceRequest<WorkflowTemplate>.ModifyRequest
ClientServiceRequest<WorkflowTemplate>.RequestParameters
ClientServiceRequest<WorkflowTemplate>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class CreateRequest : DataprocBaseServiceRequest<WorkflowTemplate>, IClientServiceRequest<WorkflowTemplate>, IClientServiceRequest

Constructors

CreateRequest(IClientService, WorkflowTemplate, String)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, WorkflowTemplate body, string parent)
Parameters
Type Name Description
IClientService service
WorkflowTemplate body
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.WorkflowTemplate>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.WorkflowTemplate>.MethodName

Parent

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

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.WorkflowTemplate>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.WorkflowTemplate>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dataproc.v1.DataprocBaseServiceRequest<Google.Apis.Dataproc.v1.Data.WorkflowTemplate>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top