Class: Google::Cloud::BareMetalSolution::V2::ListSSHKeysRequest

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 listing the public SSH keys in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



48
49
50
51
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 48

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



48
49
50
51
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 48

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

#parent::String

Returns Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".

Returns:

  • (::String)

    Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".



48
49
50
51
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 48

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