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

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
Name Description
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
Type Description
string

setParent

Required. The parent containing the SSH keys.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of items to return.

Returns
Type Description
int

setPageSize

The maximum number of items to return.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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
Type Description
Google\Cloud\BareMetalSolution\V2\ListSSHKeysRequest