Class GetSnapshotRequest (1.0.0-beta03)

public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage

Request to get information about a snapshot

Inheritance

Object > GetSnapshotRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetSnapshotRequest()

public GetSnapshotRequest()

GetSnapshotRequest(GetSnapshotRequest)

public GetSnapshotRequest(GetSnapshotRequest other)
Parameter
NameDescription
otherGetSnapshotRequest

Properties

Location

public string Location { get; set; }

The location that contains this snapshot.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

The ID of the Cloud Platform project that the snapshot belongs to.

Property Value
TypeDescription
String

SnapshotId

public string SnapshotId { get; set; }

The ID of the snapshot.

Property Value
TypeDescription
String