Google Cloud Memorystore V1beta Client - Class AuthToken (0.12.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class AuthToken.

Auth token for the instance.

Generated from protobuf message google.cloud.memorystore.v1beta.AuthToken

Namespace

Google \ Cloud \ Memorystore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. Name of the auth token.

↳ token string

Output only. The auth token.

↳ create_time Google\Protobuf\Timestamp

Output only. Create time of the auth token.

↳ state int

Output only. The state of the auth token.

getName

Identifier. Name of the auth token.

Returns
Type Description
string

setName

Identifier. Name of the auth token.

Parameter
Name Description
var string
Returns
Type Description
$this

getToken

Output only. The auth token.

Returns
Type Description
string

setToken

Output only. The auth token.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. Create time of the auth token.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Create time of the auth token.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getState

Output only. The state of the auth token.

Returns
Type Description
int Enum of type State.

setState

Output only. The state of the auth token.

Parameter
Name Description
var int

Enum of type State.

Returns
Type Description
$this