Google Cloud Dataplex V1 Client - Class ResourceStatus (0.1.6)

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
Name
Description
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.

getState

The current state of the managed resource.

Generated from protobuf field .google.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;

Returns
Type
Description
int

setState

The current state of the managed resource.

Generated from protobuf field .google.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getMessage

Additional information about the current state.

Generated from protobuf field string message = 2;

Returns
Type
Description
string

setMessage

Additional information about the current state.

Generated from protobuf field string message = 2;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getUpdateTime

Last update time of the status.

Generated from protobuf field .google.protobuf.Timestamp update_time = 3;

Returns
Type
Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last update time of the status.

Generated from protobuf field .google.protobuf.Timestamp update_time = 3;

Parameter
Name
Description
var
Google\Protobuf\Timestamp
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: