Cloud Shell V1 API - Class Google::Cloud::Shell::V1::RemovePublicKeyRequest (v0.6.0)

Reference documentation and code samples for the Cloud Shell V1 API class Google::Cloud::Shell::V1::RemovePublicKeyRequest.

Request message for RemovePublicKey.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#environment

def environment() -> ::String
Returns
  • (::String) — Environment this key should be removed from, e.g. users/me/environments/default.

#environment=

def environment=(value) -> ::String
Parameter
  • value (::String) — Environment this key should be removed from, e.g. users/me/environments/default.
Returns
  • (::String) — Environment this key should be removed from, e.g. users/me/environments/default.

#key

def key() -> ::String
Returns
  • (::String) — Key that should be removed from the environment.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Key that should be removed from the environment.
Returns
  • (::String) — Key that should be removed from the environment.