public interface AssetStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActiveAssets()
public abstract int getActiveAssets()Number of active assets.
int32 active_assets = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The securityPolicyApplyingAssets. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Last update time of the status.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Last update time of the status.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public abstract boolean hasUpdateTime()Last update time of the status.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |