Show / Hide Table of Contents

Namespace Google.Apis.Datastore.v1beta1

Classes

DatastoreBaseServiceRequest<TResponse>

A base abstract class for Datastore requests.

DatastoreService

The Datastore Service.

DatastoreService.Scope

Available OAuth 2.0 scopes for use with the Cloud Datastore API.

DatastoreService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Datastore API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.ExportRequest

Exports a copy of all or a subset of entities from Google Cloud Datastore to another storage system, such as Google Cloud Storage. Recent updates to entities may not be reflected in the export. The export occurs in the background and its progress can be monitored and managed via the Operation resource that is created. The output of an export may only be used once the associated operation is done. If an export operation is cancelled before completion it may leave partial data behind in Google Cloud Storage.

ProjectsResource.ImportRequest

Imports entities into Google Cloud Datastore. Existing entities with the same key are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportEntities operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Datastore.

Enums

DatastoreBaseServiceRequest<TResponse>.AltEnum

Data format for response.

DatastoreBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX