public sealed class ListSnapshotsRequest : IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessage
Request to list snapshots.
Implements
IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, 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 |