Google Cloud OsLogin V1 Client - Class GetSshPublicKeyRequest (1.7.0)

Reference documentation and code samples for the Google Cloud OsLogin V1 Client class GetSshPublicKeyRequest.

A request message for retrieving an SSH public key.

Generated from protobuf message google.cloud.oslogin.v1.GetSshPublicKeyRequest

Namespace

Google \ Cloud \ OsLogin \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

getName

Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

Returns
TypeDescription
string

setName

Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}. Please see Google\Cloud\OsLogin\V1\OsLoginServiceClient::sshPublicKeyName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\OsLogin\V1\GetSshPublicKeyRequest