public sealed class GetImageRequest : IMessage<GetImageRequest>, IEquatable<GetImageRequest>, IDeepCloneable<GetImageRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetImageRequest.
A request message for Images.Get. See the method description for details.
Implements
IMessageGetImageRequest, IEquatableGetImageRequest, IDeepCloneableGetImageRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetImageRequest()
public GetImageRequest()GetImageRequest(GetImageRequest)
public GetImageRequest(GetImageRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetImageRequest |
Properties
Image
public string Image { get; set; }Name of the image resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|