package google.apps.meet.v2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ConferenceRecordsService

service.proto:90

REST API for services dealing with conference records.

service SpacesService

service.proto:36

REST API for services dealing with spaces.

message ActiveConference

resource.proto:72

Active conference.

Used in: Space

message AnonymousUser

resource.proto:243

User who joins anonymously (meaning not signed into a Google Account).

Used in: Participant

message ConferenceRecord

resource.proto:132

Single instance of a meeting held in a space.

Used as response type in: ConferenceRecordsService.GetConferenceRecord

Used as field type in: ListConferenceRecordsResponse

message DocsDestination

resource.proto:371

Google Docs location where the transcript file is saved.

Used in: Transcript

message DriveDestination

resource.proto:307

Export location where a recording file is saved in Google Drive.

Used in: Recording

message Participant

resource.proto:168

User who attended or is attending a conference.

Used as response type in: ConferenceRecordsService.GetParticipant

Used as field type in: ListParticipantsResponse

message ParticipantSession

resource.proto:206

Refers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.

Used as response type in: ConferenceRecordsService.GetParticipantSession

Used as field type in: ListParticipantSessionsResponse

message PhoneUser

resource.proto:250

User dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.

Used in: Participant

message Recording

resource.proto:256

Metadata about a recording created during a conference.

Used as response type in: ConferenceRecordsService.GetRecording

Used as field type in: ListRecordingsResponse

enum Recording.State

resource.proto:265

Current state of the recording session.

Used in: Recording

message SignedinUser

resource.proto:231

A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.

Used in: Participant

message Space

resource.proto:33

Virtual place where conferences are held. Only one active conference can be held in one space at any given time.

Used as response type in: SpacesService.CreateSpace, SpacesService.GetSpace, SpacesService.UpdateSpace

Used as field type in: CreateSpaceRequest, UpdateSpaceRequest

message SpaceConfig

resource.proto:85

The configuration pertaining to a meeting space.

Used in: Space

enum SpaceConfig.AccessType

resource.proto:87

Possible access types for a meeting space.

Used in: SpaceConfig

enum SpaceConfig.EntryPointAccess

resource.proto:107

Entry points that can be used to join a meeting. Example: `meet.google.com`, the Meet Embed SDK Web, or a mobile application.

Used in: SpaceConfig

message Transcript

resource.proto:322

Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.

Used as response type in: ConferenceRecordsService.GetTranscript

Used as field type in: ListTranscriptsResponse

enum Transcript.State

resource.proto:331

Current state of the transcript session.

Used in: Transcript

message TranscriptEntry

resource.proto:386

Single entry for one user’s speech during a transcript session.

Used as response type in: ConferenceRecordsService.GetTranscriptEntry

Used as field type in: ListTranscriptEntriesResponse