You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/meet/lib/google_api/meet/v2/api/spaces.ex
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -85,12 +85,12 @@ defmodule GoogleApi.Meet.V2.Api.Spaces do
85
85
end
86
86
87
87
@doc"""
88
-
Ends an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
88
+
Ends an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#end-active-conference).
89
89
90
90
## Parameters
91
91
92
92
* `connection` (*type:* `GoogleApi.Meet.V2.Connection.t`) - Connection to server
93
-
* `name` (*type:* `String.t`) - 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](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
93
+
* `name` (*type:* `String.t`) - 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](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#identify-meeting-space).
@@ -147,12 +147,12 @@ defmodule GoogleApi.Meet.V2.Api.Spaces do
147
147
end
148
148
149
149
@doc"""
150
-
Gets details about a meeting space. For an example, see [Get a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
150
+
Gets details about a meeting space. For an example, see [Get a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#get-meeting-space).
151
151
152
152
## Parameters
153
153
154
154
* `connection` (*type:* `GoogleApi.Meet.V2.Connection.t`) - Connection to server
155
-
* `name` (*type:* `String.t`) - Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{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, a `meetingCode` expires 365 days after last use. For more information, see [Learn about meeting codes in Google Meet](https://support.google.com/meet/answer/10710509). For more information, see [How Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
155
+
* `name` (*type:* `String.t`) - Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{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, a `meetingCode` expires 365 days after last use. For more information, see [Learn about meeting codes in Google Meet](https://support.google.com/meet/answer/10710509). For more information, see [How Meet identifies a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#identify-meeting-space).
@@ -207,12 +207,12 @@ defmodule GoogleApi.Meet.V2.Api.Spaces do
207
207
end
208
208
209
209
@doc"""
210
-
Updates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
210
+
Updates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#update-meeting-space).
211
211
212
212
## Parameters
213
213
214
214
* `connection` (*type:* `GoogleApi.Meet.V2.Connection.t`) - Connection to server
215
-
* `name` (*type:* `String.t`) - 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](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
215
+
* `name` (*type:* `String.t`) - 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](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#identify-meeting-space).
Configuration related to recording in a meeting space.
21
+
22
+
## Attributes
23
+
24
+
* `autoRecordingGeneration` (*type:* `String.t`, *default:* `nil`) - Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
Configuration related to smart notes in a meeting space. More details about smart notes https://support.google.com/meet/answer/14754931?hl=en.
21
+
22
+
## Attributes
23
+
24
+
* `autoSmartNotesGeneration` (*type:* `String.t`, *default:* `nil`) - 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.
Copy file name to clipboardExpand all lines: clients/meet/lib/google_api/meet/v2/model/space.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.Meet.V2.Model.Space do
25
25
* `config` (*type:* `GoogleApi.Meet.V2.Model.SpaceConfig.t`, *default:* `nil`) - Configuration pertaining to the meeting space.
26
26
* `meetingCode` (*type:* `String.t`, *default:* `nil`) - 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.
27
27
* `meetingUri` (*type:* `String.t`, *default:* `nil`) - Output only. URI used to join meetings consisting of `https://meet.google.com/` followed by the `meeting_code`. For example, `https://meet.google.com/abc-mnop-xyz`.
28
-
* `name` (*type:* `String.t`, *default:* `nil`) - 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](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
28
+
* `name` (*type:* `String.t`, *default:* `nil`) - 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](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#identify-meeting-space).
Copy file name to clipboardExpand all lines: clients/meet/lib/google_api/meet/v2/model/space_config.ex
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,30 @@ defmodule GoogleApi.Meet.V2.Model.SpaceConfig do
22
22
## Attributes
23
23
24
24
* `accessType` (*type:* `String.t`, *default:* `nil`) - 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.
25
+
* `artifactConfig` (*type:* `GoogleApi.Meet.V2.Model.ArtifactConfig.t`, *default:* `nil`) - [Developer Preview](https://developers.google.com/workspace/preview): Configuration pertaining to the auto-generated artifacts that the meeting supports.
26
+
* `attendanceReportGenerationType` (*type:* `String.t`, *default:* `nil`) - [Developer Preview](https://developers.google.com/workspace/preview): Whether attendance report is enabled for the meeting space.
25
27
* `entryPointAccess` (*type:* `String.t`, *default:* `nil`) - Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
28
+
* `moderation` (*type:* `String.t`, *default:* `nil`) - [Developer Preview](https://developers.google.com/workspace/preview): The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.
29
+
* `moderationRestrictions` (*type:* `GoogleApi.Meet.V2.Model.ModerationRestrictions.t`, *default:* `nil`) - [Developer Preview](https://developers.google.com/workspace/preview): When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.
Configuration related to transcription in a meeting space.
21
+
22
+
## Attributes
23
+
24
+
* `autoTranscriptionGeneration` (*type:* `String.t`, *default:* `nil`) - Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting.
0 commit comments