Cloud Filestore v1 API - Class ListSnapshotsRequest (2.3.0)

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

Reference documentation and code samples for the Cloud Filestore v1 API class ListSnapshotsRequest.

ListSnapshotsRequest lists snapshots.

Inheritance

object > ListSnapshotsRequest

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

ListSnapshotsRequest()

public ListSnapshotsRequest()

ListSnapshotsRequest(ListSnapshotsRequest)

public ListSnapshotsRequest(ListSnapshotsRequest other)
Parameter
NameDescription
otherListSnapshotsRequest

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

Parent

public string Parent { get; set; }

Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

Property Value
TypeDescription
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
InstanceName