[BindServiceMethod(typeof(ImageFamilyViews), "BindService")]
public abstract class ImageFamilyViews.ImageFamilyViewsBaseReference documentation and code samples for the Compute Engine v1 API class ImageFamilyViews.ImageFamilyViewsBase.
Base class for server-side implementations of ImageFamilyViews
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Get(GetImageFamilyViewRequest, ServerCallContext)
public virtual Task<ImageFamilyView> Get(GetImageFamilyViewRequest request, ServerCallContext context)Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.
| Parameters | |
|---|---|
| Name | Description |
request |
GetImageFamilyViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskImageFamilyView |
The response to send back to the client (wrapped by a task). |