Types for Google Apps Meet v2 API¶
- class google.apps.meet_v2.types.ActiveConference(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageActive conference.
- class google.apps.meet_v2.types.AnonymousUser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUser who joins anonymously (meaning not signed into a Google Account).
- class google.apps.meet_v2.types.ConferenceRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSingle instance of a meeting held in a space.
- name¶
Identifier. Resource name of the conference record. Format:
conferenceRecords/{conference_record}where{conference_record}is a unique ID for each instance of a call within a space.- Type
- start_time¶
Output only. Timestamp when the conference started. Always set.
- end_time¶
Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.
- expire_time¶
Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
- class google.apps.meet_v2.types.CreateSpaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to create a space.
- space¶
Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.
- class google.apps.meet_v2.types.DocsDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageGoogle Docs location where the transcript file is saved.
- document¶
Output only. The document ID for the underlying Google Docs transcript file. For example, “1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP”. Use the
documents.getmethod of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.- Type
- class google.apps.meet_v2.types.DriveDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageExport location where a recording file is saved in Google Drive.
- file¶
Output only. The
fileIdfor the underlying MP4 file. For example, “1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP”. Use$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=mediato download the blob. For more information, see https://developers.google.com/drive/api/v3/reference/files/get.- Type
- class google.apps.meet_v2.types.EndActiveConferenceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to end an ongoing conference of a space.
- name¶
Required. Resource name of the space.
Format:
spaces/{space}.{space}is the resource identifier for the space. It’s a unique, server-generated ID and is case sensitive. For example,jQCFfuBOdN5z.For more information, see How Meet identifies a meeting space.
- Type
- class google.apps.meet_v2.types.GetConferenceRecordRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to get a conference record.
- class google.apps.meet_v2.types.GetParticipantRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to get a participant.
- class google.apps.meet_v2.types.GetParticipantSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to get a participant session.
- class google.apps.meet_v2.types.GetRecordingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for GetRecording method.
- class google.apps.meet_v2.types.GetSpaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to get a space.
- name¶
Required. Resource name of the space.
Format:
spaces/{space}orspaces/{meetingCode}.{space}is the resource identifier for the space. It’s a unique, server-generated ID and is case sensitive. For example,jQCFfuBOdN5z.{meetingCode}is an alias for the space. It’s a typeable, unique character string and is non-case sensitive. For example,abc-mnop-xyz. The maximum length is 128 characters.A
meetingCodeshouldn’t be stored long term as it can become dissociated from a meeting space and can be reused for different meeting spaces in the future. Generally, ameetingCodeexpires 365 days after last use. For more information, see Learn about meeting codes in Google Meet.For more information, see How Meet identifies a meeting space.
- Type
- class google.apps.meet_v2.types.GetTranscriptEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest for GetTranscriptEntry method.
- class google.apps.meet_v2.types.GetTranscriptRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest for GetTranscript method.
- class google.apps.meet_v2.types.ListConferenceRecordsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to fetch list of conference records per user.
- page_size¶
Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
- Type
- filter¶
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
space.meeting_codespace.namestart_timeend_time
For example, consider the following filters:
space.name = "spaces/NAME"space.meeting_code = "abc-mnop-xyz"start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"end_time IS NULL
- Type
- class google.apps.meet_v2.types.ListConferenceRecordsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse of ListConferenceRecords method.
- conference_records¶
List of conferences in one page.
- Type
MutableSequence[google.apps.meet_v2.types.ConferenceRecord]
- class google.apps.meet_v2.types.ListParticipantSessionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to fetch list of participant sessions per conference record, per participant.
- page_size¶
Optional. Maximum number of participant sessions to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
- Type
- filter¶
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_timeend_time
For example,
end_time IS NULLreturns active participant sessions in the conference record.- Type
- class google.apps.meet_v2.types.ListParticipantSessionsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse of ListParticipants method.
- participant_sessions¶
List of participants in one page.
- Type
MutableSequence[google.apps.meet_v2.types.ParticipantSession]
- class google.apps.meet_v2.types.ListParticipantsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to fetch list of participants per conference.
- page_size¶
Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
- Type
- filter¶
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
earliest_start_timelatest_end_time
For example,
latest_end_time IS NULLreturns active participants in the conference.- Type
- class google.apps.meet_v2.types.ListParticipantsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse of ListParticipants method.
- participants¶
List of participants in one page.
- Type
MutableSequence[google.apps.meet_v2.types.Participant]
- next_page_token¶
Token to be circulated back for further List call if current List doesn’t include all the participants. Unset if all participants are returned.
- Type
- total_size¶
Total, exact number of
participants. By default, this field isn’t included in the response. Set the field mask in SystemParameterContext to receive this field in the response.- Type
- class google.apps.meet_v2.types.ListRecordingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest for ListRecordings method.
- page_size¶
Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
- Type
- class google.apps.meet_v2.types.ListRecordingsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse for ListRecordings method.
- recordings¶
List of recordings in one page.
- Type
MutableSequence[google.apps.meet_v2.types.Recording]
- class google.apps.meet_v2.types.ListTranscriptEntriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest for ListTranscriptEntries method.
- page_size¶
Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
- Type
- class google.apps.meet_v2.types.ListTranscriptEntriesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse for ListTranscriptEntries method.
- transcript_entries¶
List of TranscriptEntries in one page.
- Type
MutableSequence[google.apps.meet_v2.types.TranscriptEntry]
- class google.apps.meet_v2.types.ListTranscriptsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest for ListTranscripts method.
- page_size¶
Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
- Type
- class google.apps.meet_v2.types.ListTranscriptsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse for ListTranscripts method.
- transcripts¶
List of transcripts in one page.
- Type
MutableSequence[google.apps.meet_v2.types.Transcript]
- class google.apps.meet_v2.types.Participant(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUser who attended or is attending a conference.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- name¶
Output only. Resource name of the participant. Format:
conferenceRecords/{conference_record}/participants/{participant}- Type
- earliest_start_time¶
Output only. Time when the participant first joined the meeting.
- latest_end_time¶
Output only. Time when the participant left the meeting for the last time. This can be null if it’s an active meeting.
- class google.apps.meet_v2.types.ParticipantSession(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRefers 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.
- start_time¶
Output only. Timestamp when the user session starts.
- end_time¶
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
- class google.apps.meet_v2.types.PhoneUser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUser dialing in from a phone where the user’s identity is unknown because they haven’t signed in with a Google Account.
- class google.apps.meet_v2.types.Recording(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageMetadata about a recording created during a conference.
- drive_destination¶
Output only. Recording is saved to Google Drive as an MP4 file. The
drive_destinationincludes the DrivefileIdthat can be used to download the file using thefiles.getmethod of the Drive API.This field is a member of oneof
destination.
- name¶
Output only. Resource name of the recording. Format:
conferenceRecords/{conference_record}/recordings/{recording}where{recording}is a 1:1 mapping to each unique recording session during the conference.- Type
- state¶
Output only. Current state.
- start_time¶
Output only. Timestamp when the recording started.
- end_time¶
Output only. Timestamp when the recording ended.
- class State(value)[source]¶
Bases:
proto.enums.EnumCurrent state of the recording session.
- Values:
- STATE_UNSPECIFIED (0):
Default, never used.
- STARTED (1):
An active recording session has started.
- ENDED (2):
This recording session has ended, but the recording file hasn’t been generated yet.
- FILE_GENERATED (3):
Recording file is generated and ready to download.
- class google.apps.meet_v2.types.SignedinUser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA 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.
- user¶
Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format:
users/{user}- Type
- class google.apps.meet_v2.types.Space(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageVirtual place where conferences are held. Only one active conference can be held in one space at any given time.
- name¶
Immutable. Resource name of the space.
Format:
spaces/{space}.{space}is the resource identifier for the space. It’s a unique, server-generated ID and is case sensitive. For example,jQCFfuBOdN5z.For more information, see How Meet identifies a meeting space.
- Type
- meeting_uri¶
Output only. URI used to join meetings consisting of
https://meet.google.com/followed by themeeting_code. For example,https://meet.google.com/abc-mnop-xyz.- Type
- meeting_code¶
Output only. Type friendly unique string used to join the meeting.
Format:
[a-z]+-[a-z]+-[a-z]+. For example,abc-mnop-xyz.The maximum length is 128 characters.
Can only be used as an alias of the space name to get the space.
- Type
- config¶
Configuration pertaining to the meeting space.
- active_conference¶
Active conference, if it exists.
- class google.apps.meet_v2.types.SpaceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe configuration pertaining to a meeting space.
- access_type¶
Access type of the meeting space that determines who can join without knocking. Default: The user’s default access settings. Controlled by the user’s admin for enterprise users or RESTRICTED.
- entry_point_access¶
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
- class AccessType(value)[source]¶
Bases:
proto.enums.EnumPossible access types for a meeting space.
- Values:
- ACCESS_TYPE_UNSPECIFIED (0):
Default value specified by the user’s organization. Note: This is never returned, as the configured access type is returned instead.
- OPEN (1):
Anyone with the join information (for example, the URL or phone access information) can join without knocking.
- TRUSTED (2):
Members of the host’s organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.
- RESTRICTED (3):
Only invitees can join without knocking. Everyone else must knock.
- class EntryPointAccess(value)[source]¶
Bases:
proto.enums.EnumEntry points that can be used to join a meeting. Example:
meet.google.com, the Meet Embed SDK Web, or a mobile application.- Values:
- ENTRY_POINT_ACCESS_UNSPECIFIED (0):
Unused.
- ALL (1):
All entry points are allowed.
- CREATOR_APP_ONLY (2):
Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Meet Embed SDK Web or mobile Meet SDKs to create owned entry points.
- class google.apps.meet_v2.types.Transcript(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageMetadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user’s speech during the conference.
- docs_destination¶
Output only. Where the Google Docs transcript is saved.
This field is a member of oneof
destination.
- name¶
Output only. Resource name of the transcript. Format:
conferenceRecords/{conference_record}/transcripts/{transcript}, where{transcript}is a 1:1 mapping to each unique transcription session of the conference.- Type
- state¶
Output only. Current state.
- start_time¶
Output only. Timestamp when the transcript started.
- end_time¶
Output only. Timestamp when the transcript stopped.
- class State(value)[source]¶
Bases:
proto.enums.EnumCurrent state of the transcript session.
- Values:
- STATE_UNSPECIFIED (0):
Default, never used.
- STARTED (1):
An active transcript session has started.
- ENDED (2):
This transcript session has ended, but the transcript file hasn’t been generated yet.
- FILE_GENERATED (3):
Transcript file is generated and ready to download.
- class google.apps.meet_v2.types.TranscriptEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSingle entry for one user’s speech during a transcript session.
- name¶
Output only. Resource name of the entry. Format: “conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}”.
- Type
- text¶
Output only. The transcribed text of the participant’s voice, at maximum 10K words. Note that the limit is subject to change.
- Type
- language_code¶
Output only. Language of spoken text, such as “en-US”. IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
- Type
- start_time¶
Output only. Timestamp when the transcript entry started.
- end_time¶
Output only. Timestamp when the transcript entry ended.
- class google.apps.meet_v2.types.UpdateSpaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to update a space.
- space¶
Required. Space to be updated.
- update_mask¶
Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn’t provided(not set, set with empty paths, or only has “” as paths), it defaults to update all fields provided with values in the request. Using “*” as update_mask will update all fields, including deleting fields not set in the request.