public sealed class ListBackupsRequest : IPageRequest, IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Filestore v1 API class ListBackupsRequest.
ListBackupsRequest lists backups.
Implements
IPageRequest, IMessageListBackupsRequest, IEquatableListBackupsRequest, IDeepCloneableListBackupsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
ListBackupsRequest()
public ListBackupsRequest()ListBackupsRequest(ListBackupsRequest)
public ListBackupsRequest(ListBackupsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackupsRequest |
Properties
Filter
public string Filter { get; set; }List filter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Sort results. Supported values are "name", "name desc" or "" (unsorted).
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The next_page_token value to use if there are additional results to retrieve for this list request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location for which to retrieve backup
information, in the format
projects/{project_number}/locations/{location}. In Filestore, backup
locations map to Google Cloud regions, for example us-west1. To
retrieve backup information 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 |
|