Class: Google::Cloud::Compute::V1::Screenshot

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contents ⇒ ::String

Returns [Output Only] The Base64-encoded screenshot data.

Returns:

  • (::String) —

    [Output Only] The Base64-encoded screenshot data.



72658
72659
72660
72661
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72658

class Screenshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind ⇒ ::String

Returns Output only. [Output Only] Type of the resource. Always compute#screenshot for the screenshots.

Returns:

  • (::String) —

    Output only. [Output Only] Type of the resource. Always compute#screenshot for the screenshots.



72658
72659
72660
72661
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72658

class Screenshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end