Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::Backup (v0.17.1)

Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::Backup.

A Backup of a Cloud Firestore Database.

The backup contains all documents and index configurations for the given database at a specific point in time.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#database

def database() -> ::String
Returns
  • (::String) — Output only. Name of the Firestore database that the backup is from.

    Format is projects/{project}/databases/{database}.

#database_uid

def database_uid() -> ::String
Returns
  • (::String) — Output only. The system-generated UUID4 for the Firestore database that the backup is from.

#expire_time

def expire_time() -> ::Google::Protobuf::Timestamp
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. The unique resource name of the Backup.

    Format is projects/{project}/locations/{location}/backups/{backup}.

#snapshot_time

def snapshot_time() -> ::Google::Protobuf::Timestamp
Returns

#state

def state() -> ::Google::Cloud::Firestore::Admin::V1::Backup::State
Returns

#stats

def stats() -> ::Google::Cloud::Firestore::Admin::V1::Backup::Stats
Returns