Compute Engine v1 API - Class ImageFamilyViews.ImageFamilyViewsBase (2.15.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
Name Description
request GetImageFamilyViewRequest

The request received from the client.

context ServerCallContext

The 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).