App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::DebugInstanceRequest (v0.10.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::DebugInstanceRequest.

Request message for Instances.DebugInstance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.

#ssh_key

def ssh_key() -> ::String
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.

#ssh_key=

def ssh_key=(value) -> ::String
Parameter
  • value (::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.

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.