Class: Google::Cloud::Compute::V1::ImageFamilyView
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ImageFamilyView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#image ⇒ ::Google::Cloud::Compute::V1::Image
The latest image that is part of the specified image family in the requested location, and that is not deprecated.
Instance Attribute Details
#image ⇒ ::Google::Cloud::Compute::V1::Image
Returns The latest image that is part of the specified image family in the requested location, and that is not deprecated.
11972 11973 11974 11975 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11972 class ImageFamilyView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |