Interface Space.MembershipCountOrBuilder (0.15.0)

public static interface Space.MembershipCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJoinedDirectHumanUserCount()

public abstract int getJoinedDirectHumanUserCount()

Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.

int32 joined_direct_human_user_count = 4;

Returns
Type Description
int

The joinedDirectHumanUserCount.

getJoinedGroupCount()

public abstract int getJoinedGroupCount()

Count of all groups that have directly joined the space.

int32 joined_group_count = 5;

Returns
Type Description
int

The joinedGroupCount.