Show / Hide Table of Contents

Enum SpacesResource.FindGroupChatsRequest.SpaceViewEnum

Requested space view type. If unset, defaults to SPACE_VIEW_RESOURCE_NAME_ONLY. Requests that specify SPACE_VIEW_EXPANDED must include scopes that allow reading space data, for example, https://www.googleapis.com/auth/chat.spaces or https://www.googleapis.com/auth/chat.spaces.readonly.

Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public enum SpacesResource.FindGroupChatsRequest.SpaceViewEnum

Fields

Name Description
SPACEVIEWEXPANDED

Populates Space resource fields. Note: the permissionSettings field will not be populated. Requests that specify SPACE_VIEW_EXPANDED must include scopes that allow reading space data, for example, https://www.googleapis.com/auth/chat.spaces or https://www.googleapis.com/auth/chat.spaces.readonly.

SPACEVIEWRESOURCENAMEONLY

Populates only the Space resource name.

SPACEVIEWUNSPECIFIED

The default / unset value.

In this article
Back to top Generated by DocFX