Class ListSnapshotsResponse (1.0.0-beta03)

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

List of snapshots.

Inheritance

Object > ListSnapshotsResponse

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ListSnapshotsResponse()

public ListSnapshotsResponse()

ListSnapshotsResponse(ListSnapshotsResponse)

public ListSnapshotsResponse(ListSnapshotsResponse other)
Parameter
NameDescription
otherListSnapshotsResponse

Properties

Snapshots

public RepeatedField<Snapshot> Snapshots { get; }

Returned snapshots.

Property Value
TypeDescription
RepeatedField<Snapshot>