public static interface Space.MembershipCountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJoinedDirectHumanUserCount()
public abstract int getJoinedDirectHumanUserCount()Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The joinedDirectHumanUserCount. |
getJoinedGroupCount()
public abstract int getJoinedGroupCount()Output only. Count of all groups that have directly joined the space.
int32 joined_group_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The joinedGroupCount. |