Class: Google::Cloud::AppEngine::V1::DebugInstanceRequest

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

Instance Attribute Details

#name::String

Returns Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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