Class: Google::Cloud::Shell::V1::AddPublicKeyResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/shell/v1/cloudshell.rb

Overview

Response message for AddPublicKey.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Key that was added to the environment.

Returns:

  • (::String)

    Key that was added to the environment.



253
254
255
256
# File 'proto_docs/google/cloud/shell/v1/cloudshell.rb', line 253

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