Class: Google::Cloud::BareMetalSolution::V2::ListSSHKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListSSHKeysResponse
- 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
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#ssh_keys ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>
The SSH keys registered in the project.
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.
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.
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 |