Google Cloud OsLogin V1 Client - Class GetLoginProfileRequest (1.7.0)

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

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

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

Namespace

Google \ Cloud \ OsLogin \ V1

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.

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

static::build

Parameter
NameDescription
name string

Required. The unique ID for the user in format users/{user}. Please see Google\Cloud\OsLogin\V1\OsLoginServiceClient::userName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\OsLogin\V1\GetLoginProfileRequest