Class: Google::Cloud::BareMetalSolution::V2::ListSSHKeysResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb

Overview

Message for response of ListSSHKeys.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



61
62
63
64
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 61

class ListSSHKeysResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ssh_keys::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>

Returns The SSH keys registered in the project.

Returns:



61
62
63
64
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 61

class ListSSHKeysResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end