Reference documentation and code samples for the Google Cloud Dataplex V1 Client class AssetStatus.
Aggregated status of the underlying assets of a lake or zone.
Generated from protobuf message google.cloud.dataplex.v1.AssetStatus
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_time |
Google\Protobuf\Timestamp
Last update time of the status. |
↳ active_assets |
int
Number of active assets. |
↳ security_policy_applying_assets |
int
Number of assets that are in process of updating the security policy on attached resources. |
getUpdateTime
Last update time of the status.
Generated from protobuf field .google.protobuf.Timestamp update_time = 1;
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 = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getActiveAssets
Number of active assets.
Generated from protobuf field int32 active_assets = 2;
Returns | |
---|---|
Type | Description |
int |
setActiveAssets
Number of active assets.
Generated from protobuf field int32 active_assets = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSecurityPolicyApplyingAssets
Number of assets that are in process of updating the security policy on attached resources.
Generated from protobuf field int32 security_policy_applying_assets = 3;
Returns | |
---|---|
Type | Description |
int |
setSecurityPolicyApplyingAssets
Number of assets that are in process of updating the security policy on attached resources.
Generated from protobuf field int32 security_policy_applying_assets = 3;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |