Google Cloud Bare Metal Solution V2 Client - Class ListSSHKeysRequest (0.5.2)

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

Message for listing the public SSH keys in a project.

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

Namespace

Google \ Cloud \ BareMetalSolution \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

The maximum number of items to return.

↳ page_token string

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

getParent

Required. The parent containing the SSH keys.

Currently, the only valid value for the location is "global".

Returns
TypeDescription
string

setParent

Required. The parent containing the SSH keys.

Currently, the only valid value for the location is "global".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of items to return.

Returns
TypeDescription
int

setPageSize

The maximum number of items to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global". Please see Google\Cloud\BareMetalSolution\V2\BareMetalSolutionClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BareMetalSolution\V2\ListSSHKeysRequest