Class: Google::Cloud::Shell::V1::RemovePublicKeyRequest

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

Instance Attribute Details

#environment::String

Returns 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.



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.

Returns:

  • (::String)

    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