Show / Hide Table of Contents

Namespace Google.Apis.FirebaseDataConnect.v1beta.Data

Classes

CancelOperationRequest

The request message for Operations.CancelOperation.

ClientCache

Client caching settings of a connector.

CloudSqlInstance

Settings for CloudSQL instance configuration.

CodeChunk

A chunk of code.

Connector

Connector consists of a set of operations, i.e. queries and mutations.

DataConnectProperties

SQL Connect specific properties for a path under response.data.

Datasource

A data source that backs Firebase SQL Connect services.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

ExecuteMutationRequest

The ExecuteMutation request to Firebase SQL Connect.

ExecuteMutationResponse

The ExecuteMutation response from Firebase SQL Connect.

ExecuteQueryRequest

The ExecuteQuery request to Firebase SQL Connect.

ExecuteQueryResponse

The ExecuteQuery response from Firebase SQL Connect.

File

Individual files.

GenerateQueryRequest

Request message for GenerateQuery.

GenerateQueryResponse

Output for streaming generate query requests

GenerateSchemaRequest

Request message for GenerateSchema.

GenerateSchemaResponse

Output for streaming generate schema requests

GenerationStatus

Represents the progress of the server side generation request.

GraphqlError

GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase SQL Connect API surfaces GraphqlError in various APIs: - Upon compile error, UpdateSchema and UpdateConnector return Code.Invalid_Argument with a list of GraphqlError in error details. - Upon query compile error, ExecuteGraphql, ExecuteGraphqlRead and IntrospectGraphql return Code.OK with a list of GraphqlError in response body. - Upon query execution error, ExecuteGraphql, ExecuteGraphqlRead, ExecuteMutation, ExecuteQuery, IntrospectGraphql, ImpersonateQuery and ImpersonateMutation all return Code.OK with a list of GraphqlError in response body.

GraphqlErrorExtensions

GraphqlErrorExtensions contains additional information of GraphqlError.

GraphqlRequest

The GraphQL request to Firebase SQL Connect. It strives to match the GraphQL over HTTP spec. https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#post

GraphqlRequestExtensions

GraphqlRequestExtensions contains additional information of GraphqlRequest.

GraphqlResponse

The GraphQL response from Firebase SQL Connect. It strives to match the GraphQL over HTTP spec. Note: Firebase SQL Connect always responds with Content-Type: application/json. https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#body

GraphqlResponseExtensions

GraphqlResponseExtensions contains additional information of GraphqlResponse or ExecuteQueryResponse.

HttpGraphql

Settings for HTTP GraphQL server webhook.

ImpersonateRequest

The Impersonate request to Firebase SQL Connect.

Impersonation

Impersonation configures the Firebase Auth context to impersonate.

ListConnectorsResponse

Message for response to listing Connectors. By default, connectors.source will not be included in the response. To specify the fields included in the response, the response field mask can be provided by using the query parameter $fields or the header X-Goog-FieldMask.

ListLocationsResponse

The response message for Locations.ListLocations.

ListOperationsResponse

The response message for Operations.ListOperations.

ListSchemasResponse

Message for response to listing Schemas. By default, schemas.source will not be included in the response. To specify the fields included in the response, the response field mask can be provided by using the query parameter $fields or the header X-Goog-FieldMask.

ListServicesResponse

Message for response to listing Services.

Location

A resource that represents a Google Cloud location.

Operation

This resource represents a long-running operation that is the result of a network API call.

OperationMetadata

Represents the metadata of the long-running operation. Note: This message is auto-generated by CCFE. CCFE's storage, called Resource Metadata Store (RMS), holds metadata about long-running operations (i.e. OperationMetadata) and resources (i.e. ResourceMetadata). OperationMetadata documents the status of the operation. See CCFE documentation for sidechannel data and yaqs/4289526912465764352.

Part

Represents a chunk of content.

PostgreSql

Settings for PostgreSQL data source.

Schema

The application schema of a Firebase SQL Connect service.

Service

A Firebase SQL Connect service.

Source

Used to represent a set of source files.

SourceLocation

SourceLocation references a location in a GraphQL source.

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

TextChunk

A chunk of conversational text.

Workaround

Workaround provides suggestions to address errors and warnings.

In this article
Back to top Generated by DocFX