Class: Google::Cloud::Shell::V1::AddPublicKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Shell::V1::AddPublicKeyResponse
- 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
-
#key ⇒ ::String
Key that was added to the environment.
Instance Attribute Details
#key ⇒ ::String
Returns 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 |