Compute Engine v1 API - Class ImageFamilyViews.ImageFamilyViewsBase (2.14.0)

[BindServiceMethod(typeof(ImageFamilyViews), "BindService")]
public abstract class ImageFamilyViews.ImageFamilyViewsBase

Reference documentation and code samples for the Compute Engine v1 API class ImageFamilyViews.ImageFamilyViewsBase.

Base class for server-side implementations of ImageFamilyViews

Inheritance

object > ImageFamilyViews.ImageFamilyViewsBase

Namespace

Google.Cloud.Compute.V1

Assembly

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
NameDescription
requestGetImageFamilyViewRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskImageFamilyView

The response to send back to the client (wrapped by a task).