Class ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlReadRequest
Execute any GraphQL query against the Firebase Data Connect's generated GraphQL schema. Grants full
read to the connected data sources. ExecuteGraphqlRead
is identical to ExecuteGraphql
except it
only accepts read-only query.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlReadRequest
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlReadRequest : FirebaseDataConnectBaseServiceRequest<GraphqlResponse>, IClientServiceRequest<GraphqlResponse>, IClientServiceRequest
Constructors
ExecuteGraphqlReadRequest(IClientService, GraphqlRequest, string)
Constructs a new ExecuteGraphqlRead request.
Declaration
public ExecuteGraphqlReadRequest(IClientService service, GraphqlRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GraphqlRequest | 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 relative resource name of Firebase Data Connect service, in the format:
projects/{project}/locations/{location}/services/{service}
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 ExecuteGraphqlRead parameter list.
Declaration
protected override void InitParameters()