SessionView

The view of the session to return. This is used by the GetSession RPC or ListSessions RPC to control the amount of information returned.

Enums
SESSION_VIEW_UNSPECIFIED The default / unset value. The API will default to the BASIC view.
SESSION_VIEW_BASIC Include basic view of the session but not the full contents. Only the uid/displayName/status/result of the session and its jobs/executions will be included. This is the default value (for GetSession).
SESSION_VIEW_FULL Include everything.