Namespace Google.Apis.FirebaseDataConnect.v1beta
Classes
FirebaseDataConnectBaseServiceRequest<TResponse>
A base abstract class for FirebaseDataConnect requests.
FirebaseDataConnectService
The FirebaseDataConnect Service.
FirebaseDataConnectService.Scope
Available OAuth 2.0 scopes for use with the Firebase Data Connect API.
FirebaseDataConnectService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Firebase Data Connect API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.GetRequest
Gets information about a location.
ProjectsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service.
ProjectsResource.LocationsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.CancelRequest
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to
cancel the operation, but success is not guaranteed. If the server doesn't support this method, it
returns google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to
check whether the cancellation succeeded or whether the operation completed despite cancellation. On
successful cancellation, the operation is not deleted; instead, it becomes an operation with an
Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
ProjectsResource.LocationsResource.OperationsResource.DeleteRequest
Deletes a long-running operation. This method indicates that the client is no longer interested in
the operation result. It does not cancel the operation. If the server doesn't support this method,
it returns google.rpc.Code.UNIMPLEMENTED
.
ProjectsResource.LocationsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this
method, it returns UNIMPLEMENTED
.
ProjectsResource.LocationsResource.ServicesResource
The "services" collection of methods.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource
The "connectors" collection of methods.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.CreateRequest
Creates a new Connector in a given project and location. The operations are validated against and must be compatible with the active schema. If the operations and schema are not compatible or if the schema is not present, this will result in an error.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.DeleteRequest
Deletes a single Connector.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteMutationRequest
Execute a predefined mutation in a Connector.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ExecuteQueryRequest
Execute a predefined query in a Connector.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.GetRequest
Gets details of a single Connector.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.ListRequest
Lists Connectors in a given project and location.
ProjectsResource.LocationsResource.ServicesResource.ConnectorsResource.PatchRequest
Updates the parameters of a single Connector, and creates a new ConnectorRevision with the updated Connector. The operations are validated against and must be compatible with the live schema. If the operations and schema are not compatible or if the schema is not present, this will result in an error.
ProjectsResource.LocationsResource.ServicesResource.CreateRequest
Creates a new Service in a given project and location.
ProjectsResource.LocationsResource.ServicesResource.DeleteRequest
Deletes a single Service.
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.
ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlRequest
Execute any GraphQL query and mutation against the Firebase Data Connect's generated GraphQL schema. Grants full read and write access to the connected data sources. Note: Use introspection query to explore the generated GraphQL schema.
ProjectsResource.LocationsResource.ServicesResource.GetRequest
Gets details of a single Service.
ProjectsResource.LocationsResource.ServicesResource.ListRequest
Lists Services in a given project and location.
ProjectsResource.LocationsResource.ServicesResource.PatchRequest
Updates the parameters of a single Service.
ProjectsResource.LocationsResource.ServicesResource.SchemasResource
The "schemas" collection of methods.
ProjectsResource.LocationsResource.ServicesResource.SchemasResource.CreateRequest
Creates a new Schema in a given project and location. Only creation of schemas/main
is
supported and calling create with any other schema ID will result in an error.
ProjectsResource.LocationsResource.ServicesResource.SchemasResource.DeleteRequest
Deletes a single Schema. Because the schema and connectors must be compatible at all times, if this is called while any connectors are active, this will result in an error.
ProjectsResource.LocationsResource.ServicesResource.SchemasResource.GetRequest
Gets details of a single Schema.
ProjectsResource.LocationsResource.ServicesResource.SchemasResource.ListRequest
Lists Schemas in a given project and location. Note that only schemas/main
is supported, so
this will always return at most one Schema.
ProjectsResource.LocationsResource.ServicesResource.SchemasResource.PatchRequest
Updates the parameters of a single Schema, and creates a new SchemaRevision with the updated Schema.
Enums
FirebaseDataConnectBaseServiceRequest<TResponse>.AltEnum
Data format for response.
FirebaseDataConnectBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.