Class ProjectsResource.LocationsResource.EvaluationsResource.ExecutionsResource.RunRequest
Creates a new Execution in a given project and location.
Inheritance
ProjectsResource.LocationsResource.EvaluationsResource.ExecutionsResource.RunRequest
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EvaluationsResource.ExecutionsResource.RunRequest : WorkloadManagerBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RunRequest(IClientService, RunEvaluationRequest, string)
Constructs a new Run request.
Declaration
public RunRequest(IClientService service, RunEvaluationRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RunEvaluationRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The resource name of the Execution using the form: 'projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}'
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Run parameter list.
Declaration
protected override void InitParameters()