Class: Google::Cloud::Compute::V1::GetImageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetImageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Images.Get. See the method description for details.
Instance Attribute Summary collapse
-
#image ⇒ ::String
Name of the image resource to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#image ⇒ ::String
Returns Name of the image resource to return.
9468 9469 9470 9471 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9468 class GetImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9468 9469 9470 9471 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9468 class GetImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |