Google Cloud OsLogin V1beta Client - Class GetLoginProfileRequest (1.6.0)

Reference documentation and code samples for the Google Cloud OsLogin V1beta Client class GetLoginProfileRequest.

A request message for retrieving the login profile information for a user.

Generated from protobuf message google.cloud.oslogin.v1beta.GetLoginProfileRequest

Namespace

Google \ Cloud \ OsLogin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The unique ID for the user in format users/{user}.

↳ project_id string

The project ID of the Google Cloud Platform project.

↳ system_id string

A system ID for filtering the results of the request.

↳ view int

The view configures whether to retrieve security keys information.

getName

Required. The unique ID for the user in format users/{user}.

Returns
TypeDescription
string

setName

Required. The unique ID for the user in format users/{user}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectId

The project ID of the Google Cloud Platform project.

Returns
TypeDescription
string

setProjectId

The project ID of the Google Cloud Platform project.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSystemId

A system ID for filtering the results of the request.

Returns
TypeDescription
string

setSystemId

A system ID for filtering the results of the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

The view configures whether to retrieve security keys information.

Returns
TypeDescription
int

setView

The view configures whether to retrieve security keys information.

Parameter
NameDescription
var int
Returns
TypeDescription
$this