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.
Implements
IMessageListSnapshotsResponse, IEquatableListSnapshotsResponse, IDeepCloneableListSnapshotsResponse, 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 |
RepeatedFieldSnapshot |