Google Cloud Bare Metal Solution V2 Client - Class ListSSHKeysResponse (0.6.0)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class ListSSHKeysResponse.

Message for response of ListSSHKeys.

Generated from protobuf message google.cloud.baremetalsolution.v2.ListSSHKeysResponse

Namespace

Google \ Cloud \ BareMetalSolution \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ssh_keys array<Google\Cloud\BareMetalSolution\V2\SSHKey>

The SSH keys registered in the project.

↳ next_page_token string

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

getSshKeys

The SSH keys registered in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSshKeys

The SSH keys registered in the project.

Parameter
NameDescription
var array<Google\Cloud\BareMetalSolution\V2\SSHKey>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this