Interface AssetStatusOrBuilder (1.39.0)

public interface AssetStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActiveAssets()

public abstract int getActiveAssets()

Number of active assets.

int32 active_assets = 2;

Returns
TypeDescription
int

The activeAssets.

getSecurityPolicyApplyingAssets()

public abstract int getSecurityPolicyApplyingAssets()

Number of assets that are in process of updating the security policy on attached resources.

int32 security_policy_applying_assets = 3;

Returns
TypeDescription
int

The securityPolicyApplyingAssets.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Last update time of the status.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Last update time of the status.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Last update time of the status.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
boolean

Whether the updateTime field is set.