public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class GetSnapshotRequest.
Request to get information about a snapshot
Implements
IMessageGetSnapshotRequest, IEquatableGetSnapshotRequest, IDeepCloneableGetSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
GetSnapshotRequest()
public GetSnapshotRequest()GetSnapshotRequest(GetSnapshotRequest)
public GetSnapshotRequest(GetSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSnapshotRequest |
Properties
Location
public string Location { get; set; }The location that contains this snapshot.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }The ID of the Cloud Platform project that the snapshot belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SnapshotId
public string SnapshotId { get; set; }The ID of the snapshot.
| Property Value | |
|---|---|
| Type | Description |
string |
|