Firestore Admin v1 API - Class ListBackupsRequest (3.8.0)

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].

Inheritance

object > ListBackupsRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListBackupsRequest()

public ListBackupsRequest()

ListBackupsRequest(ListBackupsRequest)

public ListBackupsRequest(ListBackupsRequest other)
Parameter
NameDescription
otherListBackupsRequest

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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName