public sealed class ListSnapshotsRequest : IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ListSnapshotsRequest.
Request to list snapshots.
Implements
IMessageListSnapshotsRequest, IEquatableListSnapshotsRequest, IDeepCloneableListSnapshotsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ListSnapshotsRequest()
public ListSnapshotsRequest()
ListSnapshotsRequest(ListSnapshotsRequest)
public ListSnapshotsRequest(ListSnapshotsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSnapshotsRequest |
Properties
JobId
public string JobId { get; set; }
If specified, list snapshots created from this job.
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
The location to list snapshots in.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The project ID to list snapshots for.
Property Value | |
---|---|
Type | Description |
string |