public sealed class ListSnapshotsResponse : IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage
List of snapshots.
Implements
IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
RepeatedField<Snapshot> |