Interface Watchlist.EntityCountOrBuilder (0.1.0)

public static interface Watchlist.EntityCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAsset()

public abstract int getAsset()

Output only. Count of asset type entities in the watchlist.

int32 asset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The asset.

getUser()

public abstract int getUser()

Output only. Count of user type entities in the watchlist.

int32 user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The user.