Cloud Filestore v1 API - Class ListSnapshotsResponse (2.5.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
NameDescription
otherListSnapshotsResponse

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

Snapshots

public RepeatedField<Snapshot> Snapshots { get; }

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

Property Value
TypeDescription
RepeatedFieldSnapshot

Methods

GetEnumerator()

public IEnumerator<Snapshot> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSnapshot