Class ListBackupsRequest (1.0.0)

public sealed class ListBackupsRequest : IPageRequest, IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessage

ListBackupsRequest lists backups.

Inheritance

Object > ListBackupsRequest

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

ListBackupsRequest()

public ListBackupsRequest()

ListBackupsRequest(ListBackupsRequest)

public ListBackupsRequest(ListBackupsRequest other)
Parameter
NameDescription
otherListBackupsRequest

Properties

Filter

public string Filter { get; set; }

List filter.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Sort results. Supported values are "name", "name desc" or "" (unsorted).

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
Int32

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
TypeDescription
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 Cloud Filestore, backup locations map to GCP regions, for example us-west1. To retrieve backup information for all locations, use "-" for the {location} value.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName