Class ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ImpersonateQueryRequest
Impersonate a query defined on a Firebase Data Connect connector. It grants the admin SDK access to queries defined in the given connector. The caller can choose to impersonate a particular Firebase Auth user, or skip @auth completely.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ImpersonateQueryRequest
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ImpersonateQueryRequest : FirebaseDataConnectBaseServiceRequest<GraphqlResponse>, IClientServiceRequest<GraphqlResponse>, IClientServiceRequest
Constructors
ImpersonateQueryRequest(IClientService, ImpersonateRequest, string)
Constructs a new ImpersonateQuery request.
Declaration
public ImpersonateQueryRequest(IClientService service, ImpersonateRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ImpersonateRequest | 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/mutation, 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 ImpersonateQuery parameter list.
Declaration
protected override void InitParameters()