Cloud Filestore v1 API - Class ListSnapshotsResponse (2.6.0)

public sealed class ListSnapshotsResponse : IPageResponse<Snapshot>, IEnumerable<Snapshot>, IEnumerable, IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage

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

ListSnapshotsResponse is the result of ListSnapshotsRequest.

Inheritance

object > ListSnapshotsResponse

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

ListSnapshotsResponse()

public ListSnapshotsResponse()

ListSnapshotsResponse(ListSnapshotsResponse)

public ListSnapshotsResponse(ListSnapshotsResponse other)
Parameter
Name Description
other ListSnapshotsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

Property Value
Type Description
string

Snapshots

public RepeatedField<Snapshot> Snapshots { get; }

A list of snapshots in the project for the specified instance.

Property Value
Type Description
RepeatedFieldSnapshot

Methods

GetEnumerator()

public IEnumerator<Snapshot> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSnapshot