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

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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setSshKeys

The SSH keys registered in the project.

Parameter
Name Description
var array<Google\Cloud\BareMetalSolution\V2\SSHKey>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this