public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessageA request message for Snapshots.Get. See the method description for details.
Implements
IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetSnapshotRequest()
public GetSnapshotRequest()GetSnapshotRequest(GetSnapshotRequest)
public GetSnapshotRequest(GetSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSnapshotRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Snapshot
public string Snapshot { get; set; }Name of the Snapshot resource to return.
| Property Value | |
|---|---|
| Type | Description |
String |
|