Class ProjectsResource.LocationsResource.ServicesResource.IntrospectGraphqlRequest
Execute introspection query against the Firebase Data Connect's generated GraphQL schema. GraphQL introspection query provides metadata such as what tables the schema have, what queries and mutations can be performed on the schema, and so on. Read more at https://graphql.org/learn/introspection. IntrospectGraphql can read schema metadata but cannot read rows from Cloud SQL instance, which can be done via ExecuteGraphqlRead.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.IntrospectGraphqlRequest
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.IntrospectGraphqlRequest : FirebaseDataConnectBaseServiceRequest<GraphqlResponse>, IClientServiceRequest<GraphqlResponse>, IClientServiceRequest
Constructors
IntrospectGraphqlRequest(IClientService, GraphqlRequest, string)
Constructs a new IntrospectGraphql request.
Declaration
public IntrospectGraphqlRequest(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 IntrospectGraphql parameter list.
Declaration
protected override void InitParameters()