public sealed class ListBackupsRequest : IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListBackupsRequest.
The request for [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
Implements
IMessageListBackupsRequest, IEquatableListBackupsRequest, IDeepCloneableListBackupsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
ListBackupsRequest()
public ListBackupsRequest()
ListBackupsRequest(ListBackupsRequest)
public ListBackupsRequest(ListBackupsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupsRequest |
Properties
Parent
public string Parent { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |