Reference documentation and code samples for the Cloud Firestore V1 Client class ListBackupsRequest.
The request for FirestoreAdmin.ListBackups .
Generated from protobuf message google.firestore.admin.v1.ListBackupsRequest
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location to list backups from. Format is projects/{project}/locations/{location}
. Use {location} = '-'
to list backups from all locations for the given project. This allows listing backups from a single location or from all locations.
getParent
Required. The location to list backups from.
Format is projects/{project}/locations/{location}
.
Use {location} = '-'
to list backups from all locations for the given
project. This allows listing backups from a single location or from all
locations.
string
setParent
Required. The location to list backups from.
Format is projects/{project}/locations/{location}
.
Use {location} = '-'
to list backups from all locations for the given
project. This allows listing backups from a single location or from all
locations.
var
string
$this
static::build
parent
string
Required. The location to list backups from.
Format is projects/{project}/locations/{location}
.
Use {location} = '-'
to list backups from all locations for the given
project. This allows listing backups from a single location or from all
locations. Please see FirestoreAdminClient::locationName()
for help formatting this field.