Dataflow v1beta3 API - Class ListSnapshotsResponse (2.0.0-beta07)

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

Reference documentation and code samples for the Dataflow v1beta3 API class ListSnapshotsResponse.

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
Name Description
other ListSnapshotsResponse

Properties

Snapshots

public RepeatedField<Snapshot> Snapshots { get; }

Returned snapshots.

Property Value
Type Description
RepeatedFieldSnapshot