public sealed class ListBackupVaultsRequest : IPageRequest, IMessage<ListBackupVaultsRequest>, IEquatable<ListBackupVaultsRequest>, IDeepCloneable<ListBackupVaultsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ListBackupVaultsRequest.
Request message for listing backupvault stores.
Implements
IPageRequest, IMessageListBackupVaultsRequest, IEquatableListBackupVaultsRequest, IDeepCloneableListBackupVaultsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListBackupVaultsRequest()
public ListBackupVaultsRequest()
ListBackupVaultsRequest(ListBackupVaultsRequest)
public ListBackupVaultsRequest(ListBackupVaultsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupVaultsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Hint for how to order the results.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.
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 |
View
public BackupVaultView View { get; set; }
Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault.
Property Value | |
---|---|
Type | Description |
BackupVaultView |