Types for Google Apps Meet v2beta API¶
- class google.apps.meet_v2beta.types.ActiveConference(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Active conference.
- class google.apps.meet_v2beta.types.AnonymousUser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
User who joins anonymously (meaning not signed into a Google Account).
- class google.apps.meet_v2beta.types.ConferenceRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Single 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_v2beta.types.ConnectActiveConferenceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to establish a WebRTC connection to the active conference of a space.
- class google.apps.meet_v2beta.types.ConnectActiveConferenceResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response of ConnectActiveConference method.
A success response does not indicate the meeting is fully joined; further communication must occur across WebRTC.
See Meet Media API overview for more details about this connection.
- class google.apps.meet_v2beta.types.CreateMemberRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to create a member for a space.
- member¶
Required. The member to be created.
- class google.apps.meet_v2beta.types.CreateSpaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_v2beta.types.DeleteMemberRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to delete a member from a space.
- class google.apps.meet_v2beta.types.DocsDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Google 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.get
method 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_v2beta.types.DriveDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Export location where a recording file is saved in Google Drive.
- file¶
Output only. The
fileId
for the underlying MP4 file. For example, “1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP”. Use$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media
to download the blob. For more information, see https://developers.google.com/drive/api/v3/reference/files/get.- Type
- class google.apps.meet_v2beta.types.EndActiveConferenceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_v2beta.types.GetConferenceRecordRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to get a conference record.
- class google.apps.meet_v2beta.types.GetMemberRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to get a member from a space.
- class google.apps.meet_v2beta.types.GetParticipantRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to get a participant.
- class google.apps.meet_v2beta.types.GetParticipantSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to get a participant session.
- class google.apps.meet_v2beta.types.GetRecordingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request message for GetRecording method.
- class google.apps.meet_v2beta.types.GetSpaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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
meetingCode
shouldn’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, ameetingCode
expires 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_v2beta.types.GetTranscriptEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request for GetTranscriptEntry method.
- class google.apps.meet_v2beta.types.GetTranscriptRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request for GetTranscript method.
- class google.apps.meet_v2beta.types.ListConferenceRecordsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_code
space.name
start_time
end_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_v2beta.types.ListConferenceRecordsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response of ListConferenceRecords method.
- conference_records¶
List of conferences in one page.
- Type
MutableSequence[google.apps.meet_v2beta.types.ConferenceRecord]
- class google.apps.meet_v2beta.types.ListMembersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request to list all members of a space.
- page_size¶
Optional. Maximum number of members to return. The service might return fewer than this value. If unspecified, at most 25 members 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_v2beta.types.ListMembersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response of list members.
- members¶
The list of members for the current page.
- Type
MutableSequence[google.apps.meet_v2beta.types.Member]
- class google.apps.meet_v2beta.types.ListParticipantSessionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_time
end_time
For example,
end_time IS NULL
returns active participant sessions in the conference record.- Type
- class google.apps.meet_v2beta.types.ListParticipantSessionsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response of ListParticipants method.
- participant_sessions¶
List of participants in one page.
- Type
MutableSequence[google.apps.meet_v2beta.types.ParticipantSession]
- class google.apps.meet_v2beta.types.ListParticipantsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_time
latest_end_time
For example,
latest_end_time IS NULL
returns active participants in the conference.- Type
- class google.apps.meet_v2beta.types.ListParticipantsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response of ListParticipants method.
- participants¶
List of participants in one page.
- Type
MutableSequence[google.apps.meet_v2beta.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_v2beta.types.ListRecordingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_v2beta.types.ListRecordingsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response for ListRecordings method.
- recordings¶
List of recordings in one page.
- Type
MutableSequence[google.apps.meet_v2beta.types.Recording]
- class google.apps.meet_v2beta.types.ListTranscriptEntriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_v2beta.types.ListTranscriptEntriesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response for ListTranscriptEntries method.
- transcript_entries¶
List of TranscriptEntries in one page.
- Type
MutableSequence[google.apps.meet_v2beta.types.TranscriptEntry]
- class google.apps.meet_v2beta.types.ListTranscriptsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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_v2beta.types.ListTranscriptsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Response for ListTranscripts method.
- transcripts¶
List of transcripts in one page.
- Type
MutableSequence[google.apps.meet_v2beta.types.Transcript]
- class google.apps.meet_v2beta.types.Member(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Users who are configured to have a role in the space. These users can join the space without knocking.
- role¶
The meeting role assigned to the member.
- user¶
Developer Preview: Unique name for the user. Interoperable with Admin SDK API and People API. This will be empty for non google users. Setting both user and email in request will result in error. Format:
users/{user}
- Type
- class Role(value)[source]¶
Bases:
proto.enums.Enum
Role of this member in the space.
- Values:
- ROLE_UNSPECIFIED (0):
This is used to indicate the user hasn’t specified any value and the user’s role will be determined upon joining the meetings between ‘contributor’ and ‘viewer’ role depending on meeting configuration. More details about viewer role https://support.google.com/meet/answer/13658394?hl=en.
- COHOST (1):
Co-host role.
- class google.apps.meet_v2beta.types.Participant(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
User 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_v2beta.types.ParticipantSession(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
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.
- 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_v2beta.types.PhoneUser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
User 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_v2beta.types.Recording(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Metadata about a recording created during a conference.
- drive_destination¶
Output only. Recording is saved to Google Drive as an MP4 file. The
drive_destination
includes the DrivefileId
that can be used to download the file using thefiles.get
method 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.Enum
Current 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_v2beta.types.SignedinUser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
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.
- user¶
Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format:
users/{user}
- Type
- class google.apps.meet_v2beta.types.Space(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Virtual 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_v2beta.types.SpaceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
The 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
- moderation¶
Developer Preview: The pre-configured moderation mode for the Meeting. Default: Controlled by the user’s policies.
- moderation_restrictions¶
Developer Preview: When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.
- attendance_report_generation_type¶
Developer Preview: Whether attendance report is enabled for the meeting space.
- artifact_config¶
Developer Preview: Configuration pertaining to the auto-generated artifacts that the meeting supports.
- class AccessType(value)[source]¶
Bases:
proto.enums.Enum
Possible 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 ArtifactConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Configuration related to meeting artifacts potentially generated by this meeting space.
- recording_config¶
Configuration for recording.
- transcription_config¶
Configuration for auto-transcript.
- smart_notes_config¶
Configuration for auto-smart-notes.
- class AutoGenerationType(value)[source]¶
Bases:
proto.enums.Enum
Determines whether an artifact can be automatically generated in the meeting space.
- Values:
- AUTO_GENERATION_TYPE_UNSPECIFIED (0):
Default value specified by user policy. This should never be returned.
- ON (1):
The artifact is generated automatically.
- OFF (2):
The artifact is not generated automatically.
- class RecordingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Configuration related to recording in a meeting space.
- auto_recording_generation¶
Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
- class SmartNotesConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Configuration related to smart notes in a meeting space. More details about smart notes https://support.google.com/meet/answer/14754931?hl=en.
- auto_smart_notes_generation¶
Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.
- class TranscriptionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Configuration related to transcription in a meeting space.
- auto_transcription_generation¶
Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting.
- class AttendanceReportGenerationType(value)[source]¶
Bases:
proto.enums.Enum
Possible states of whether attendance report is enabled for the meeting space.
- Values:
- ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED (0):
Default value specified by user policy. This should never be returned.
- GENERATE_REPORT (1):
Attendance report will be generated and sent to drive/email.
- DO_NOT_GENERATE (2):
Attendance report will not be generated.
- class EntryPointAccess(value)[source]¶
Bases:
proto.enums.Enum
Entry 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 Moderation(value)[source]¶
Bases:
proto.enums.Enum
The moderation mode for a meeting. When the moderation mode is on, the meeting owner has more control over the meeting with features such as co-host management (see message Member) and feature restrictions (see message ModerationRestrictions).
- Values:
- MODERATION_UNSPECIFIED (0):
Moderation type is not specified. This is used to indicate the user hasn’t specified any value as the user does not intend to update the state. Users are not allowed to set the value as unspecified.
- OFF (1):
Moderation is off.
- ON (2):
Moderation is on.
- class ModerationRestrictions(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Defines restrictions for features when the meeting is moderated.
- chat_restriction¶
Defines who has permission to send chat messages in the meeting space.
- reaction_restriction¶
Defines who has permission to send reactions in the meeting space.
- present_restriction¶
Defines who has permission to share their screen in the meeting space.
- default_join_as_viewer_type¶
Defines whether to restrict the default role assigned to users as viewer.
- class DefaultJoinAsViewerType(value)[source]¶
Bases:
proto.enums.Enum
By default users will join as contributors. Hosts can restrict users to join as viewers. Note: If an explicit role is set for a users in the Member resource, the user will join as that role.
- Values:
- DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED (0):
Default value specified by user policy. This should never be returned.
- ON (1):
Users will by default join as viewers.
- OFF (2):
Users will by default join as contributors.
- class RestrictionType(value)[source]¶
Bases:
proto.enums.Enum
Determines who has permission to use a particular feature.
- Values:
- RESTRICTION_TYPE_UNSPECIFIED (0):
Default value specified by user policy. This should never be returned.
- HOSTS_ONLY (1):
Meeting owner and co-host have the permission.
- NO_RESTRICTION (2):
All Participants have permissions.
- class google.apps.meet_v2beta.types.Transcript(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Metadata 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.Enum
Current 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_v2beta.types.TranscriptEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Single 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_v2beta.types.UpdateSpaceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
Request 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.