Class: Google::Cloud::Shell::V1::RemovePublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Shell::V1::RemovePublicKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/shell/v1/cloudshell.rb
Overview
Request message for RemovePublicKey.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
Environment this key should be removed from, e.g.
-
#key ⇒ ::String
Key that should be removed from the environment.
Instance Attribute Details
#environment ⇒ ::String
Returns Environment this key should be removed from, e.g.
users/me/environments/default
.
274 275 276 277 |
# File 'proto_docs/google/cloud/shell/v1/cloudshell.rb', line 274 class RemovePublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
Returns Key that should be removed from the environment.
274 275 276 277 |
# File 'proto_docs/google/cloud/shell/v1/cloudshell.rb', line 274 class RemovePublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |