Class: Google::Cloud::Compute::V1::GetFromFamilyImageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetFromFamilyImageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Images.GetFromFamily. See the method description for details.
Instance Attribute Summary collapse
-
#family ⇒ ::String
Name of the image family to search for.
-
#project ⇒ ::String
The image project that the image belongs to.
Instance Attribute Details
#family ⇒ ::String
Returns Name of the image family to search for.
8885 8886 8887 8888 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8885 class GetFromFamilyImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.
8885 8886 8887 8888 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8885 class GetFromFamilyImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |