Dataflow v1beta3 API - Class ListSnapshotsRequest (2.0.0-beta06)

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.

Inheritance

object > ListSnapshotsRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ListSnapshotsRequest()

public ListSnapshotsRequest()

ListSnapshotsRequest(ListSnapshotsRequest)

public ListSnapshotsRequest(ListSnapshotsRequest other)
Parameter
NameDescription
otherListSnapshotsRequest

Properties

JobId

public string JobId { get; set; }

If specified, list snapshots created from this job.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

The location to list snapshots in.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The project ID to list snapshots for.

Property Value
TypeDescription
string