Class ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteQueryRequest
Execute a predefined query in a Connector.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteQueryRequest
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteQueryRequest : FirebaseDataConnectBaseServiceRequest<ExecuteQueryResponse>, IClientServiceRequest<ExecuteQueryResponse>, IClientServiceRequest
Constructors
ExecuteQueryRequest(IClientService, ExecuteQueryRequest, string)
Constructs a new ExecuteQuery request.
Declaration
public ExecuteQueryRequest(IClientService service, ExecuteQueryRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ExecuteQueryRequest | 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 connector to find the predefined query, in the format:
projects/{project}/locations/{location}/services/{service}/connectors/{connector}
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 ExecuteQuery parameter list.
Declaration
protected override void InitParameters()