Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class User.
User represents a user connected to the service providers through a AccountConnector.
Generated from protobuf message google.cloud.developerconnect.v1.User
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name of the user, in the format projects/*/locations/*/accountConnectors/*/users/*
.
↳ display_name
string
Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
↳ create_time
↳ last_token_request_time
getName
Identifier. Resource name of the user, in the format projects/*/locations/*/accountConnectors/*/users/*
.
string
setName
Identifier. Resource name of the user, in the format projects/*/locations/*/accountConnectors/*/users/*
.
var
string
$this
getDisplayName
Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
string
setDisplayName
Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
var
string
$this
getCreateTime
Output only. The timestamp when the user was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp when the user was created.
$this
getLastTokenRequestTime
Output only. The timestamp when the token was last requested.
hasLastTokenRequestTime
clearLastTokenRequestTime
setLastTokenRequestTime
Output only. The timestamp when the token was last requested.
$this

