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 \ V2Methods
__construct
Constructor.
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".
string
setParent
Required. The parent containing the SSH keys.
Currently, the only valid value for the location is "global".
var
string
$this
getPageSize
The maximum number of items to return.
int
setPageSize
The maximum number of items to return.
var
int
$this
getPageToken
The next_page_token value returned from a previous List request, if any.
string
setPageToken
The next_page_token value returned from a previous List request, if any.
var
string
$this
static::build
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.