Class: Google::Cloud::Compute::V1::Screenshot
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Screenshot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
An instance's screenshot.
Instance Attribute Summary collapse
-
#contents ⇒ ::String
[Output Only] The Base64-encoded screenshot data.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
Instance Attribute Details
#contents ⇒ ::String
Returns [Output Only] The Base64-encoded screenshot data.
28313 28314 28315 28316 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28313 class Screenshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#screenshot for the screenshots.
28313 28314 28315 28316 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28313 class Screenshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |