Class ProjectsResource.LocationsResource.ConnectionsResource.ActionsResource.ExecuteRequest
Executes an action with the name specified in the request. The input parameters for executing the action are passed through the body of the ExecuteAction request.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.ActionsResource.ExecuteRequest
Inherited Members
Namespace: Google.Apis.Connectors.v2
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.ActionsResource.ExecuteRequest : ConnectorsBaseServiceRequest<ExecuteActionResponse>, IClientServiceRequest<ExecuteActionResponse>, IClientServiceRequest
Constructors
ExecuteRequest(IClientService, ExecuteActionRequest, string)
Constructs a new Execute request.
Declaration
public ExecuteRequest(IClientService service, ExecuteActionRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ExecuteActionRequest | 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. Resource name of the Action. Format: projects/{project}/locations/{location}/connections/{connection}/actions/{action}
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 Execute parameter list.
Declaration
protected override void InitParameters()