google-apps-meet-v2 0.3.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/apps/meet/v2/conference_records_service/client.rb +14 -1
- data/lib/google/apps/meet/v2/conference_records_service/rest/client.rb +14 -1
- data/lib/google/apps/meet/v2/service_pb.rb +1 -1
- data/lib/google/apps/meet/v2/service_services_pb.rb +11 -2
- data/lib/google/apps/meet/v2/spaces_service/client.rb +48 -4
- data/lib/google/apps/meet/v2/spaces_service/credentials.rb +2 -1
- data/lib/google/apps/meet/v2/spaces_service/rest/client.rb +48 -4
- data/lib/google/apps/meet/v2/version.rb +1 -1
- data/proto_docs/google/api/client.rb +8 -0
- data/proto_docs/google/apps/meet/v2/resource.rb +23 -5
- data/proto_docs/google/apps/meet/v2/service.rb +37 -3
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a946c1a7e046a50aaedd223269ef79f96b4b8d734c7a4292e4813eeca3f1bdcf
|
|
4
|
+
data.tar.gz: 3268714dbaf5a8184cb193d9c6513d60b43baab23261c49bb5655b94647fb442
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6c45338e088a453cc9cf301359d0ab96ea11502d19b4acbebbb9abcf46fd55c56e196bf167397d66eef1c5dee001798488bd3ffdfd0f6a0bf8501ada0b7493b
|
|
7
|
+
data.tar.gz: 7c983bec03dd2fe8add591f5d857d9ba72df92323e856466feb42d3bc9266c00331f7d7783718b0601e23b44ff1c2518dfe232179eddd84ed65642a7b61a47fb
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby
|
|
88
|
+
This library is supported on Ruby 3.0+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -364,7 +364,13 @@ module Google
|
|
|
364
364
|
# * `start_time`
|
|
365
365
|
# * `end_time`
|
|
366
366
|
#
|
|
367
|
-
# For example,
|
|
367
|
+
# For example, consider the following filters:
|
|
368
|
+
#
|
|
369
|
+
# * `space.name = "spaces/NAME"`
|
|
370
|
+
# * `space.meeting_code = "abc-mnop-xyz"`
|
|
371
|
+
# * `start_time>="2024-01-01T00:00:00.000Z" AND
|
|
372
|
+
# start_time<="2024-01-02T00:00:00.000Z"`
|
|
373
|
+
# * `end_time IS NULL`
|
|
368
374
|
#
|
|
369
375
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
370
376
|
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Apps::Meet::V2::ConferenceRecord>]
|
|
@@ -1432,6 +1438,13 @@ module Google
|
|
|
1432
1438
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1433
1439
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1434
1440
|
# * (`nil`) indicating no credentials
|
|
1441
|
+
#
|
|
1442
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1443
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
1444
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1445
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
1446
|
+
# For more information, refer to [Validate credential configurations from external
|
|
1447
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
1435
1448
|
# @return [::Object]
|
|
1436
1449
|
# @!attribute [rw] scope
|
|
1437
1450
|
# The OAuth scopes
|
|
@@ -350,7 +350,13 @@ module Google
|
|
|
350
350
|
# * `start_time`
|
|
351
351
|
# * `end_time`
|
|
352
352
|
#
|
|
353
|
-
# For example,
|
|
353
|
+
# For example, consider the following filters:
|
|
354
|
+
#
|
|
355
|
+
# * `space.name = "spaces/NAME"`
|
|
356
|
+
# * `space.meeting_code = "abc-mnop-xyz"`
|
|
357
|
+
# * `start_time>="2024-01-01T00:00:00.000Z" AND
|
|
358
|
+
# start_time<="2024-01-02T00:00:00.000Z"`
|
|
359
|
+
# * `end_time IS NULL`
|
|
354
360
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
355
361
|
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Apps::Meet::V2::ConferenceRecord>]
|
|
356
362
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1347,6 +1353,13 @@ module Google
|
|
|
1347
1353
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1348
1354
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1349
1355
|
# * (`nil`) indicating no credentials
|
|
1356
|
+
#
|
|
1357
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1358
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
1359
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1360
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
1361
|
+
# For more information, refer to [Validate credential configurations from external
|
|
1362
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
1350
1363
|
# @return [::Object]
|
|
1351
1364
|
# @!attribute [rw] scope
|
|
1352
1365
|
# The OAuth scopes
|
|
@@ -13,7 +13,7 @@ require 'google/protobuf/empty_pb'
|
|
|
13
13
|
require 'google/protobuf/field_mask_pb'
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
descriptor_data = "\n!google/apps/meet/v2/service.proto\x12\x13google.apps.meet.v2\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\"google/apps/meet/v2/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"?\n\x12\x43reateSpaceRequest\x12)\n\x05space\x18\x01 \x01(\x0b\x32\x1a.google.apps.meet.v2.Space\"B\n\x0fGetSpaceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19meet.googleapis.com/Space\"z\n\x12UpdateSpaceRequest\x12.\n\x05space\x18\x01 \x01(\x0b\x32\x1a.google.apps.meet.v2.SpaceB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"M\n\x1a\x45ndActiveConferenceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19meet.googleapis.com/Space\"X\n\x1aGetConferenceRecordRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\n$meet.googleapis.com/ConferenceRecord\"d\n\x1cListConferenceRecordsRequest\x12\x16\n\tpage_size\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01\"{\n\x1dListConferenceRecordsResponse\x12\x41\n\x12\x63onference_records\x18\x01 \x03(\x0b\x32%.google.apps.meet.v2.ConferenceRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"N\n\x15GetParticipantRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fmeet.googleapis.com/Participant\"\x8e\x01\n\x17ListParticipantsRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\x12\x1fmeet.googleapis.com/Participant\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x7f\n\x18ListParticipantsResponse\x12\x36\n\x0cparticipants\x18\x01 \x03(\x0b\x32 .google.apps.meet.v2.Participant\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x12\n\ntotal_size\x18\x03 \x01(\x05\"\\\n\x1cGetParticipantSessionRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&meet.googleapis.com/ParticipantSession\"\xa6\x01\n\x1eListParticipantSessionsRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&meet.googleapis.com/ParticipantSession\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x81\x01\n\x1fListParticipantSessionsResponse\x12\x45\n\x14participant_sessions\x18\x01 \x03(\x0b\x32\'.google.apps.meet.v2.ParticipantSession\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"J\n\x13GetRecordingRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dmeet.googleapis.com/Recording\"u\n\x15ListRecordingsRequest\x12\x35\n\x06parent\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\x12\x1dmeet.googleapis.com/Recording\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"e\n\x16ListRecordingsResponse\x12\x32\n\nrecordings\x18\x01 \x03(\x0b\x32\x1e.google.apps.meet.v2.Recording\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"L\n\x14GetTranscriptRequest\x12\x34\n\x04name\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \n\x1emeet.googleapis.com/Transcript\"w\n\x16ListTranscriptsRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1emeet.googleapis.com/Transcript\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"h\n\x17ListTranscriptsResponse\x12\x34\n\x0btranscripts\x18\x01 \x03(\x0b\x32\x1f.google.apps.meet.v2.Transcript\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"V\n\x19GetTranscriptEntryRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#meet.googleapis.com/TranscriptEntry\"\x82\x01\n\x1cListTranscriptEntriesRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#meet.googleapis.com/TranscriptEntry\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"z\n\x1dListTranscriptEntriesResponse\x12@\n\x12transcript_entries\x18\x01 \x03(\x0b\x32$.google.apps.meet.v2.TranscriptEntry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\
|
|
16
|
+
descriptor_data = "\n!google/apps/meet/v2/service.proto\x12\x13google.apps.meet.v2\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\"google/apps/meet/v2/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"?\n\x12\x43reateSpaceRequest\x12)\n\x05space\x18\x01 \x01(\x0b\x32\x1a.google.apps.meet.v2.Space\"B\n\x0fGetSpaceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19meet.googleapis.com/Space\"z\n\x12UpdateSpaceRequest\x12.\n\x05space\x18\x01 \x01(\x0b\x32\x1a.google.apps.meet.v2.SpaceB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"M\n\x1a\x45ndActiveConferenceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19meet.googleapis.com/Space\"X\n\x1aGetConferenceRecordRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\n$meet.googleapis.com/ConferenceRecord\"d\n\x1cListConferenceRecordsRequest\x12\x16\n\tpage_size\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01\"{\n\x1dListConferenceRecordsResponse\x12\x41\n\x12\x63onference_records\x18\x01 \x03(\x0b\x32%.google.apps.meet.v2.ConferenceRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"N\n\x15GetParticipantRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fmeet.googleapis.com/Participant\"\x8e\x01\n\x17ListParticipantsRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\x12\x1fmeet.googleapis.com/Participant\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x7f\n\x18ListParticipantsResponse\x12\x36\n\x0cparticipants\x18\x01 \x03(\x0b\x32 .google.apps.meet.v2.Participant\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x12\n\ntotal_size\x18\x03 \x01(\x05\"\\\n\x1cGetParticipantSessionRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&meet.googleapis.com/ParticipantSession\"\xa6\x01\n\x1eListParticipantSessionsRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&meet.googleapis.com/ParticipantSession\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x81\x01\n\x1fListParticipantSessionsResponse\x12\x45\n\x14participant_sessions\x18\x01 \x03(\x0b\x32\'.google.apps.meet.v2.ParticipantSession\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"J\n\x13GetRecordingRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dmeet.googleapis.com/Recording\"u\n\x15ListRecordingsRequest\x12\x35\n\x06parent\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\x12\x1dmeet.googleapis.com/Recording\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"e\n\x16ListRecordingsResponse\x12\x32\n\nrecordings\x18\x01 \x03(\x0b\x32\x1e.google.apps.meet.v2.Recording\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"L\n\x14GetTranscriptRequest\x12\x34\n\x04name\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \n\x1emeet.googleapis.com/Transcript\"w\n\x16ListTranscriptsRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1emeet.googleapis.com/Transcript\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"h\n\x17ListTranscriptsResponse\x12\x34\n\x0btranscripts\x18\x01 \x03(\x0b\x32\x1f.google.apps.meet.v2.Transcript\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"V\n\x19GetTranscriptEntryRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#meet.googleapis.com/TranscriptEntry\"\x82\x01\n\x1cListTranscriptEntriesRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#meet.googleapis.com/TranscriptEntry\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"z\n\x1dListTranscriptEntriesResponse\x12@\n\x12transcript_entries\x18\x01 \x03(\x0b\x32$.google.apps.meet.v2.TranscriptEntry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xea\x05\n\rSpacesService\x12u\n\x0b\x43reateSpace\x12\'.google.apps.meet.v2.CreateSpaceRequest\x1a\x1a.google.apps.meet.v2.Space\"!\xda\x41\x05space\x82\xd3\xe4\x93\x02\x13\"\n/v2/spaces:\x05space\x12p\n\x08GetSpace\x12$.google.apps.meet.v2.GetSpaceRequest\x1a\x1a.google.apps.meet.v2.Space\"\"\xda\x41\x04name\x82\xd3\xe4\x93\x02\x15\x12\x13/v2/{name=spaces/*}\x12\x90\x01\n\x0bUpdateSpace\x12\'.google.apps.meet.v2.UpdateSpaceRequest\x1a\x1a.google.apps.meet.v2.Space\"<\xda\x41\x11space,update_mask\x82\xd3\xe4\x93\x02\"2\x19/v2/{space.name=spaces/*}:\x05space\x12\x99\x01\n\x13\x45ndActiveConference\x12/.google.apps.meet.v2.EndActiveConferenceRequest\x1a\x16.google.protobuf.Empty\"9\xda\x41\x04name\x82\xd3\xe4\x93\x02,\"\'/v2/{name=spaces/*}:endActiveConference:\x01*\x1a\xc0\x01\xca\x41\x13meet.googleapis.com\xd2\x41\xa6\x01https://www.googleapis.com/auth/meetings.space.created,https://www.googleapis.com/auth/meetings.space.readonly,https://www.googleapis.com/auth/meetings.space.settings2\xe3\x11\n\x18\x43onferenceRecordsService\x12\x9c\x01\n\x13GetConferenceRecord\x12/.google.apps.meet.v2.GetConferenceRecordRequest\x1a%.google.apps.meet.v2.ConferenceRecord\"-\xda\x41\x04name\x82\xd3\xe4\x93\x02 \x12\x1e/v2/{name=conferenceRecords/*}\x12\x9d\x01\n\x15ListConferenceRecords\x12\x31.google.apps.meet.v2.ListConferenceRecordsRequest\x1a\x32.google.apps.meet.v2.ListConferenceRecordsResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/v2/conferenceRecords\x12\x9c\x01\n\x0eGetParticipant\x12*.google.apps.meet.v2.GetParticipantRequest\x1a .google.apps.meet.v2.Participant\"<\xda\x41\x04name\x82\xd3\xe4\x93\x02/\x12-/v2/{name=conferenceRecords/*/participants/*}\x12\xaf\x01\n\x10ListParticipants\x12,.google.apps.meet.v2.ListParticipantsRequest\x1a-.google.apps.meet.v2.ListParticipantsResponse\">\xda\x41\x06parent\x82\xd3\xe4\x93\x02/\x12-/v2/{parent=conferenceRecords/*}/participants\x12\xc7\x01\n\x15GetParticipantSession\x12\x31.google.apps.meet.v2.GetParticipantSessionRequest\x1a\'.google.apps.meet.v2.ParticipantSession\"R\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45\x12\x43/v2/{name=conferenceRecords/*/participants/*/participantSessions/*}\x12\xda\x01\n\x17ListParticipantSessions\x12\x33.google.apps.meet.v2.ListParticipantSessionsRequest\x1a\x34.google.apps.meet.v2.ListParticipantSessionsResponse\"T\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x45\x12\x43/v2/{parent=conferenceRecords/*/participants/*}/participantSessions\x12\x94\x01\n\x0cGetRecording\x12(.google.apps.meet.v2.GetRecordingRequest\x1a\x1e.google.apps.meet.v2.Recording\":\xda\x41\x04name\x82\xd3\xe4\x93\x02-\x12+/v2/{name=conferenceRecords/*/recordings/*}\x12\xa7\x01\n\x0eListRecordings\x12*.google.apps.meet.v2.ListRecordingsRequest\x1a+.google.apps.meet.v2.ListRecordingsResponse\"<\xda\x41\x06parent\x82\xd3\xe4\x93\x02-\x12+/v2/{parent=conferenceRecords/*}/recordings\x12\x98\x01\n\rGetTranscript\x12).google.apps.meet.v2.GetTranscriptRequest\x1a\x1f.google.apps.meet.v2.Transcript\";\xda\x41\x04name\x82\xd3\xe4\x93\x02.\x12,/v2/{name=conferenceRecords/*/transcripts/*}\x12\xab\x01\n\x0fListTranscripts\x12+.google.apps.meet.v2.ListTranscriptsRequest\x1a,.google.apps.meet.v2.ListTranscriptsResponse\"=\xda\x41\x06parent\x82\xd3\xe4\x93\x02.\x12,/v2/{parent=conferenceRecords/*}/transcripts\x12\xb1\x01\n\x12GetTranscriptEntry\x12..google.apps.meet.v2.GetTranscriptEntryRequest\x1a$.google.apps.meet.v2.TranscriptEntry\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v2/{name=conferenceRecords/*/transcripts/*/entries/*}\x12\xc7\x01\n\x15ListTranscriptEntries\x12\x31.google.apps.meet.v2.ListTranscriptEntriesRequest\x1a\x32.google.apps.meet.v2.ListTranscriptEntriesResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v2/{parent=conferenceRecords/*/transcripts/*}/entries\x1a\x87\x01\xca\x41\x13meet.googleapis.com\xd2\x41nhttps://www.googleapis.com/auth/meetings.space.created,https://www.googleapis.com/auth/meetings.space.readonlyB\xa1\x01\n\x17\x63om.google.apps.meet.v2B\x0cServiceProtoP\x01Z1cloud.google.com/go/apps/meet/apiv2/meetpb;meetpb\xaa\x02\x13Google.Apps.Meet.V2\xca\x02\x13Google\\Apps\\Meet\\V2\xea\x02\x16Google::Apps::Meet::V2b\x06proto3"
|
|
17
17
|
|
|
18
18
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
19
19
|
|
|
@@ -35,11 +35,20 @@ module Google
|
|
|
35
35
|
|
|
36
36
|
# Creates a space.
|
|
37
37
|
rpc :CreateSpace, ::Google::Apps::Meet::V2::CreateSpaceRequest, ::Google::Apps::Meet::V2::Space
|
|
38
|
-
# Gets
|
|
38
|
+
# Gets details about a meeting space.
|
|
39
|
+
#
|
|
40
|
+
# For an example, see [Get a meeting
|
|
41
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
|
|
39
42
|
rpc :GetSpace, ::Google::Apps::Meet::V2::GetSpaceRequest, ::Google::Apps::Meet::V2::Space
|
|
40
|
-
# Updates a space.
|
|
43
|
+
# Updates details about a meeting space.
|
|
44
|
+
#
|
|
45
|
+
# For an example, see [Update a meeting
|
|
46
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
|
|
41
47
|
rpc :UpdateSpace, ::Google::Apps::Meet::V2::UpdateSpaceRequest, ::Google::Apps::Meet::V2::Space
|
|
42
48
|
# Ends an active conference (if there's one).
|
|
49
|
+
#
|
|
50
|
+
# For an example, see [End active
|
|
51
|
+
# conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
|
|
43
52
|
rpc :EndActiveConference, ::Google::Apps::Meet::V2::EndActiveConferenceRequest, ::Google::Protobuf::Empty
|
|
44
53
|
end
|
|
45
54
|
|
|
@@ -273,7 +273,10 @@ module Google
|
|
|
273
273
|
end
|
|
274
274
|
|
|
275
275
|
##
|
|
276
|
-
# Gets
|
|
276
|
+
# Gets details about a meeting space.
|
|
277
|
+
#
|
|
278
|
+
# For an example, see [Get a meeting
|
|
279
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
|
|
277
280
|
#
|
|
278
281
|
# @overload get_space(request, options = nil)
|
|
279
282
|
# Pass arguments to `get_space` via a request object, either of type
|
|
@@ -293,6 +296,24 @@ module Google
|
|
|
293
296
|
# @param name [::String]
|
|
294
297
|
# Required. Resource name of the space.
|
|
295
298
|
#
|
|
299
|
+
# Format: `spaces/{space}` or `spaces/{meetingCode}`.
|
|
300
|
+
#
|
|
301
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
302
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
303
|
+
#
|
|
304
|
+
# `{meetingCode}` is an alias for the space. It's a typeable, unique
|
|
305
|
+
# character string and is non-case sensitive. For example, `abc-mnop-xyz`.
|
|
306
|
+
# The maximum length is 128 characters.
|
|
307
|
+
#
|
|
308
|
+
# A `meetingCode` shouldn't be stored long term as it can become
|
|
309
|
+
# dissociated from a meeting space and can be reused for different meeting
|
|
310
|
+
# spaces in the future. Generally, a `meetingCode` expires 365 days after
|
|
311
|
+
# last use. For more information, see [Learn about meeting codes in Google
|
|
312
|
+
# Meet](https://support.google.com/meet/answer/10710509).
|
|
313
|
+
#
|
|
314
|
+
# For more information, see [How Meet identifies a meeting
|
|
315
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
316
|
+
#
|
|
296
317
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
297
318
|
# @yieldparam response [::Google::Apps::Meet::V2::Space]
|
|
298
319
|
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
|
@@ -358,7 +379,10 @@ module Google
|
|
|
358
379
|
end
|
|
359
380
|
|
|
360
381
|
##
|
|
361
|
-
# Updates a space.
|
|
382
|
+
# Updates details about a meeting space.
|
|
383
|
+
#
|
|
384
|
+
# For an example, see [Update a meeting
|
|
385
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
|
|
362
386
|
#
|
|
363
387
|
# @overload update_space(request, options = nil)
|
|
364
388
|
# Pass arguments to `update_space` via a request object, either of type
|
|
@@ -379,9 +403,11 @@ module Google
|
|
|
379
403
|
# Required. Space to be updated.
|
|
380
404
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
381
405
|
# Optional. Field mask used to specify the fields to be updated in the space.
|
|
382
|
-
# If update_mask isn't provided,
|
|
383
|
-
#
|
|
406
|
+
# If update_mask isn't provided(not set, set with empty paths, or only has ""
|
|
407
|
+
# as paths), it defaults to update all fields provided with values in the
|
|
384
408
|
# request.
|
|
409
|
+
# Using "*" as update_mask will update all fields, including deleting fields
|
|
410
|
+
# not set in the request.
|
|
385
411
|
#
|
|
386
412
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
387
413
|
# @yieldparam response [::Google::Apps::Meet::V2::Space]
|
|
@@ -450,6 +476,9 @@ module Google
|
|
|
450
476
|
##
|
|
451
477
|
# Ends an active conference (if there's one).
|
|
452
478
|
#
|
|
479
|
+
# For an example, see [End active
|
|
480
|
+
# conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
|
|
481
|
+
#
|
|
453
482
|
# @overload end_active_conference(request, options = nil)
|
|
454
483
|
# Pass arguments to `end_active_conference` via a request object, either of type
|
|
455
484
|
# {::Google::Apps::Meet::V2::EndActiveConferenceRequest} or an equivalent Hash.
|
|
@@ -468,6 +497,14 @@ module Google
|
|
|
468
497
|
# @param name [::String]
|
|
469
498
|
# Required. Resource name of the space.
|
|
470
499
|
#
|
|
500
|
+
# Format: `spaces/{space}`.
|
|
501
|
+
#
|
|
502
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
503
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
504
|
+
#
|
|
505
|
+
# For more information, see [How Meet identifies a meeting
|
|
506
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
507
|
+
#
|
|
471
508
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
472
509
|
# @yieldparam response [::Google::Protobuf::Empty]
|
|
473
510
|
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
|
@@ -576,6 +613,13 @@ module Google
|
|
|
576
613
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
577
614
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
578
615
|
# * (`nil`) indicating no credentials
|
|
616
|
+
#
|
|
617
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
618
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
619
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
620
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
621
|
+
# For more information, refer to [Validate credential configurations from external
|
|
622
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
579
623
|
# @return [::Object]
|
|
580
624
|
# @!attribute [rw] scope
|
|
581
625
|
# The OAuth scopes
|
|
@@ -27,7 +27,8 @@ module Google
|
|
|
27
27
|
class Credentials < ::Google::Auth::Credentials
|
|
28
28
|
self.scope = [
|
|
29
29
|
"https://www.googleapis.com/auth/meetings.space.created",
|
|
30
|
-
"https://www.googleapis.com/auth/meetings.space.readonly"
|
|
30
|
+
"https://www.googleapis.com/auth/meetings.space.readonly",
|
|
31
|
+
"https://www.googleapis.com/auth/meetings.space.settings"
|
|
31
32
|
]
|
|
32
33
|
self.env_vars = [
|
|
33
34
|
"GOOGLE_CLOUD_CREDENTIALS",
|
|
@@ -267,7 +267,10 @@ module Google
|
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
##
|
|
270
|
-
# Gets
|
|
270
|
+
# Gets details about a meeting space.
|
|
271
|
+
#
|
|
272
|
+
# For an example, see [Get a meeting
|
|
273
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
|
|
271
274
|
#
|
|
272
275
|
# @overload get_space(request, options = nil)
|
|
273
276
|
# Pass arguments to `get_space` via a request object, either of type
|
|
@@ -286,6 +289,24 @@ module Google
|
|
|
286
289
|
#
|
|
287
290
|
# @param name [::String]
|
|
288
291
|
# Required. Resource name of the space.
|
|
292
|
+
#
|
|
293
|
+
# Format: `spaces/{space}` or `spaces/{meetingCode}`.
|
|
294
|
+
#
|
|
295
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
296
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
297
|
+
#
|
|
298
|
+
# `{meetingCode}` is an alias for the space. It's a typeable, unique
|
|
299
|
+
# character string and is non-case sensitive. For example, `abc-mnop-xyz`.
|
|
300
|
+
# The maximum length is 128 characters.
|
|
301
|
+
#
|
|
302
|
+
# A `meetingCode` shouldn't be stored long term as it can become
|
|
303
|
+
# dissociated from a meeting space and can be reused for different meeting
|
|
304
|
+
# spaces in the future. Generally, a `meetingCode` expires 365 days after
|
|
305
|
+
# last use. For more information, see [Learn about meeting codes in Google
|
|
306
|
+
# Meet](https://support.google.com/meet/answer/10710509).
|
|
307
|
+
#
|
|
308
|
+
# For more information, see [How Meet identifies a meeting
|
|
309
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
289
310
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
290
311
|
# @yieldparam result [::Google::Apps::Meet::V2::Space]
|
|
291
312
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -345,7 +366,10 @@ module Google
|
|
|
345
366
|
end
|
|
346
367
|
|
|
347
368
|
##
|
|
348
|
-
# Updates a space.
|
|
369
|
+
# Updates details about a meeting space.
|
|
370
|
+
#
|
|
371
|
+
# For an example, see [Update a meeting
|
|
372
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
|
|
349
373
|
#
|
|
350
374
|
# @overload update_space(request, options = nil)
|
|
351
375
|
# Pass arguments to `update_space` via a request object, either of type
|
|
@@ -366,9 +390,11 @@ module Google
|
|
|
366
390
|
# Required. Space to be updated.
|
|
367
391
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
368
392
|
# Optional. Field mask used to specify the fields to be updated in the space.
|
|
369
|
-
# If update_mask isn't provided,
|
|
370
|
-
#
|
|
393
|
+
# If update_mask isn't provided(not set, set with empty paths, or only has ""
|
|
394
|
+
# as paths), it defaults to update all fields provided with values in the
|
|
371
395
|
# request.
|
|
396
|
+
# Using "*" as update_mask will update all fields, including deleting fields
|
|
397
|
+
# not set in the request.
|
|
372
398
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
373
399
|
# @yieldparam result [::Google::Apps::Meet::V2::Space]
|
|
374
400
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -430,6 +456,9 @@ module Google
|
|
|
430
456
|
##
|
|
431
457
|
# Ends an active conference (if there's one).
|
|
432
458
|
#
|
|
459
|
+
# For an example, see [End active
|
|
460
|
+
# conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
|
|
461
|
+
#
|
|
433
462
|
# @overload end_active_conference(request, options = nil)
|
|
434
463
|
# Pass arguments to `end_active_conference` via a request object, either of type
|
|
435
464
|
# {::Google::Apps::Meet::V2::EndActiveConferenceRequest} or an equivalent Hash.
|
|
@@ -447,6 +476,14 @@ module Google
|
|
|
447
476
|
#
|
|
448
477
|
# @param name [::String]
|
|
449
478
|
# Required. Resource name of the space.
|
|
479
|
+
#
|
|
480
|
+
# Format: `spaces/{space}`.
|
|
481
|
+
#
|
|
482
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
483
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
484
|
+
#
|
|
485
|
+
# For more information, see [How Meet identifies a meeting
|
|
486
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
450
487
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
451
488
|
# @yieldparam result [::Google::Protobuf::Empty]
|
|
452
489
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -547,6 +584,13 @@ module Google
|
|
|
547
584
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
548
585
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
549
586
|
# * (`nil`) indicating no credentials
|
|
587
|
+
#
|
|
588
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
589
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
590
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
591
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
592
|
+
# For more information, refer to [Validate credential configurations from external
|
|
593
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
550
594
|
# @return [::Object]
|
|
551
595
|
# @!attribute [rw] scope
|
|
552
596
|
# The OAuth scopes
|
|
@@ -409,6 +409,14 @@ module Google
|
|
|
409
409
|
# @return [::Array<::String>]
|
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
|
411
411
|
# on public client surfaces.
|
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
|
413
|
+
# @return [::Boolean]
|
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
|
415
|
+
# that would be excluded from the generation should instead be generated
|
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
|
417
|
+
# end users. How this is expressed is up to individual language
|
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
|
412
420
|
class SelectiveGapicGeneration
|
|
413
421
|
include ::Google::Protobuf::MessageExts
|
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -26,16 +26,28 @@ module Google
|
|
|
26
26
|
# @!attribute [rw] name
|
|
27
27
|
# @return [::String]
|
|
28
28
|
# Immutable. Resource name of the space.
|
|
29
|
-
#
|
|
29
|
+
#
|
|
30
|
+
# Format: `spaces/{space}`.
|
|
31
|
+
#
|
|
32
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
33
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
34
|
+
#
|
|
35
|
+
# For more information, see [How Meet identifies a meeting
|
|
36
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
30
37
|
# @!attribute [r] meeting_uri
|
|
31
38
|
# @return [::String]
|
|
32
|
-
# Output only. URI used to join meetings
|
|
39
|
+
# Output only. URI used to join meetings consisting of
|
|
40
|
+
# `https://meet.google.com/` followed by the `meeting_code`. For example,
|
|
33
41
|
# `https://meet.google.com/abc-mnop-xyz`.
|
|
34
42
|
# @!attribute [r] meeting_code
|
|
35
43
|
# @return [::String]
|
|
36
|
-
# Output only. Type friendly
|
|
37
|
-
#
|
|
38
|
-
#
|
|
44
|
+
# Output only. Type friendly unique string used to join the meeting.
|
|
45
|
+
#
|
|
46
|
+
# Format: `[a-z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`.
|
|
47
|
+
#
|
|
48
|
+
# The maximum length is 128 characters.
|
|
49
|
+
#
|
|
50
|
+
# Can only be used as an alias of the space name to get the space.
|
|
39
51
|
# @!attribute [rw] config
|
|
40
52
|
# @return [::Google::Apps::Meet::V2::SpaceConfig]
|
|
41
53
|
# Configuration pertaining to the meeting space.
|
|
@@ -138,12 +150,18 @@ module Google
|
|
|
138
150
|
# @!attribute [rw] signedin_user
|
|
139
151
|
# @return [::Google::Apps::Meet::V2::SignedinUser]
|
|
140
152
|
# Signed-in user.
|
|
153
|
+
#
|
|
154
|
+
# Note: The following fields are mutually exclusive: `signedin_user`, `anonymous_user`, `phone_user`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
141
155
|
# @!attribute [rw] anonymous_user
|
|
142
156
|
# @return [::Google::Apps::Meet::V2::AnonymousUser]
|
|
143
157
|
# Anonymous user.
|
|
158
|
+
#
|
|
159
|
+
# Note: The following fields are mutually exclusive: `anonymous_user`, `signedin_user`, `phone_user`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
144
160
|
# @!attribute [rw] phone_user
|
|
145
161
|
# @return [::Google::Apps::Meet::V2::PhoneUser]
|
|
146
162
|
# User calling from their phone.
|
|
163
|
+
#
|
|
164
|
+
# Note: The following fields are mutually exclusive: `phone_user`, `signedin_user`, `anonymous_user`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
147
165
|
# @!attribute [r] name
|
|
148
166
|
# @return [::String]
|
|
149
167
|
# Output only. Resource name of the participant.
|
|
@@ -35,6 +35,24 @@ module Google
|
|
|
35
35
|
# @!attribute [rw] name
|
|
36
36
|
# @return [::String]
|
|
37
37
|
# Required. Resource name of the space.
|
|
38
|
+
#
|
|
39
|
+
# Format: `spaces/{space}` or `spaces/{meetingCode}`.
|
|
40
|
+
#
|
|
41
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
42
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
43
|
+
#
|
|
44
|
+
# `{meetingCode}` is an alias for the space. It's a typeable, unique
|
|
45
|
+
# character string and is non-case sensitive. For example, `abc-mnop-xyz`.
|
|
46
|
+
# The maximum length is 128 characters.
|
|
47
|
+
#
|
|
48
|
+
# A `meetingCode` shouldn't be stored long term as it can become
|
|
49
|
+
# dissociated from a meeting space and can be reused for different meeting
|
|
50
|
+
# spaces in the future. Generally, a `meetingCode` expires 365 days after
|
|
51
|
+
# last use. For more information, see [Learn about meeting codes in Google
|
|
52
|
+
# Meet](https://support.google.com/meet/answer/10710509).
|
|
53
|
+
#
|
|
54
|
+
# For more information, see [How Meet identifies a meeting
|
|
55
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
38
56
|
class GetSpaceRequest
|
|
39
57
|
include ::Google::Protobuf::MessageExts
|
|
40
58
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -47,9 +65,11 @@ module Google
|
|
|
47
65
|
# @!attribute [rw] update_mask
|
|
48
66
|
# @return [::Google::Protobuf::FieldMask]
|
|
49
67
|
# Optional. Field mask used to specify the fields to be updated in the space.
|
|
50
|
-
# If update_mask isn't provided,
|
|
51
|
-
#
|
|
68
|
+
# If update_mask isn't provided(not set, set with empty paths, or only has ""
|
|
69
|
+
# as paths), it defaults to update all fields provided with values in the
|
|
52
70
|
# request.
|
|
71
|
+
# Using "*" as update_mask will update all fields, including deleting fields
|
|
72
|
+
# not set in the request.
|
|
53
73
|
class UpdateSpaceRequest
|
|
54
74
|
include ::Google::Protobuf::MessageExts
|
|
55
75
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -59,6 +79,14 @@ module Google
|
|
|
59
79
|
# @!attribute [rw] name
|
|
60
80
|
# @return [::String]
|
|
61
81
|
# Required. Resource name of the space.
|
|
82
|
+
#
|
|
83
|
+
# Format: `spaces/{space}`.
|
|
84
|
+
#
|
|
85
|
+
# `{space}` is the resource identifier for the space. It's a unique,
|
|
86
|
+
# server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
|
87
|
+
#
|
|
88
|
+
# For more information, see [How Meet identifies a meeting
|
|
89
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
|
|
62
90
|
class EndActiveConferenceRequest
|
|
63
91
|
include ::Google::Protobuf::MessageExts
|
|
64
92
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -94,7 +122,13 @@ module Google
|
|
|
94
122
|
# * `start_time`
|
|
95
123
|
# * `end_time`
|
|
96
124
|
#
|
|
97
|
-
# For example,
|
|
125
|
+
# For example, consider the following filters:
|
|
126
|
+
#
|
|
127
|
+
# * `space.name = "spaces/NAME"`
|
|
128
|
+
# * `space.meeting_code = "abc-mnop-xyz"`
|
|
129
|
+
# * `start_time>="2024-01-01T00:00:00.000Z" AND
|
|
130
|
+
# start_time<="2024-01-02T00:00:00.000Z"`
|
|
131
|
+
# * `end_time IS NULL`
|
|
98
132
|
class ListConferenceRecordsRequest
|
|
99
133
|
include ::Google::Protobuf::MessageExts
|
|
100
134
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apps-meet-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-31 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -16,7 +15,7 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
18
|
+
version: 0.25.0
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: 2.a
|
|
@@ -26,7 +25,7 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
28
|
+
version: 0.25.0
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
31
|
version: 2.a
|
|
@@ -92,7 +91,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
92
91
|
licenses:
|
|
93
92
|
- Apache-2.0
|
|
94
93
|
metadata: {}
|
|
95
|
-
post_install_message:
|
|
96
94
|
rdoc_options: []
|
|
97
95
|
require_paths:
|
|
98
96
|
- lib
|
|
@@ -100,15 +98,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
100
98
|
requirements:
|
|
101
99
|
- - ">="
|
|
102
100
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '
|
|
101
|
+
version: '3.0'
|
|
104
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
103
|
requirements:
|
|
106
104
|
- - ">="
|
|
107
105
|
- !ruby/object:Gem::Version
|
|
108
106
|
version: '0'
|
|
109
107
|
requirements: []
|
|
110
|
-
rubygems_version: 3.
|
|
111
|
-
signing_key:
|
|
108
|
+
rubygems_version: 3.6.2
|
|
112
109
|
specification_version: 4
|
|
113
110
|
summary: Create and manage meetings in Google Meet.
|
|
114
111
|
test_files: []
|