class ImageFamilyViews extends Resource (View source)

The "imageFamilyViews" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $imageFamilyViews = $computeService->imageFamilyViews;

Methods

get(string $project, string $zone, string $family, array $optParams = [])

Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone. (imageFamilyViews.get)

Details

ImageFamilyView get(string $project, string $zone, string $family, array $optParams = [])

Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone. (imageFamilyViews.get)

Parameters

string $project

Project ID for this request.

string $zone

The name of the zone for this request.

string $family

Name of the image family to search for.

array $optParams

Optional parameters.

Return Value

ImageFamilyView

Exceptions

Exception