Class: Google::Cloud::AppEngine::V1::DebugInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::DebugInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Instances.DebugInstance
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the resource requested.
-
#ssh_key ⇒ ::String
Public SSH key to add to the instance.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the resource requested. Example:
apps/myapp/services/default/versions/v1/instances/instance-1
.
287 288 289 290 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 287 class DebugInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssh_key ⇒ ::String
Returns Public SSH key to add to the instance. Examples:
[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME]
[USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}
For more information, see Adding and Removing SSH Keys.
287 288 289 290 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 287 class DebugInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |