Google Cloud Dataplex V1 Client - Class ResourceStatus (0.4.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ResourceStatus.

Status of the resource referenced by an asset.

Generated from protobuf message google.cloud.dataplex.v1.Asset.ResourceStatus

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state int

The current state of the managed resource.

↳ message string

Additional information about the current state.

↳ update_time Google\Protobuf\Timestamp

Last update time of the status.

↳ managed_access_identity string

Output only. Service account associated with the BigQuery Connection.

getState

The current state of the managed resource.

Returns
TypeDescription
int

setState

The current state of the managed resource.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMessage

Additional information about the current state.

Returns
TypeDescription
string

setMessage

Additional information about the current state.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUpdateTime

Last update time of the status.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last update time of the status.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getManagedAccessIdentity

Output only. Service account associated with the BigQuery Connection.

Returns
TypeDescription
string

setManagedAccessIdentity

Output only. Service account associated with the BigQuery Connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this