Class GetSnapshotRequest (1.0.0)

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

A request message for Snapshots.Get. See the method description for details.

Inheritance

Object > GetSnapshotRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetSnapshotRequest()

public GetSnapshotRequest()

GetSnapshotRequest(GetSnapshotRequest)

public GetSnapshotRequest(GetSnapshotRequest other)
Parameter
NameDescription
otherGetSnapshotRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Snapshot

public string Snapshot { get; set; }

Name of the Snapshot resource to return.

Property Value
TypeDescription
String