google-apps-meet-v2 0.4.0 → 0.4.2
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/lib/google/apps/meet/v2/conference_records_service/client.rb +9 -3
- data/lib/google/apps/meet/v2/conference_records_service/rest/client.rb +8 -2
- 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 +43 -6
- data/lib/google/apps/meet/v2/spaces_service/credentials.rb +2 -1
- data/lib/google/apps/meet/v2/spaces_service/rest/client.rb +42 -5
- data/lib/google/apps/meet/v2/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/apps/meet/v2/resource.rb +17 -5
- data/proto_docs/google/apps/meet/v2/service.rb +37 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f9274dea61e34c1aed16007ef3280c0001573050c388805d590cf33df8d82a4
|
4
|
+
data.tar.gz: 5cf67cbe652c5947b44fc2005cccb1e786542113de820ddb2da06339e9f724d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 831f7f4440f566690f3b5f2c39e3334bb29c8694f2734e9ab3664e5c7c912417f599a6002c572c331c30fbaaa080ff2880fa419dac09d124592db44e35f97a16
|
7
|
+
data.tar.gz: 1e38eecb0a5353d26b4c02d7acefb04fca578d6be719a1960d9cac02c1f303efc4a9cfd1f853c21db76b56934ca8601f3793747d53d881e0932ef05e1ea9b95a
|
@@ -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>]
|
@@ -1493,8 +1499,8 @@ module Google
|
|
1493
1499
|
|
1494
1500
|
config_attr :endpoint, nil, ::String, nil
|
1495
1501
|
config_attr :credentials, nil do |value|
|
1496
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1497
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1502
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1503
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1498
1504
|
allowed.any? { |klass| klass === value }
|
1499
1505
|
end
|
1500
1506
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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]
|
@@ -1401,7 +1407,7 @@ module Google
|
|
1401
1407
|
|
1402
1408
|
config_attr :endpoint, nil, ::String, nil
|
1403
1409
|
config_attr :credentials, nil do |value|
|
1404
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1410
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1405
1411
|
allowed.any? { |klass| klass === value }
|
1406
1412
|
end
|
1407
1413
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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]
|
@@ -637,8 +674,8 @@ module Google
|
|
637
674
|
|
638
675
|
config_attr :endpoint, nil, ::String, nil
|
639
676
|
config_attr :credentials, nil do |value|
|
640
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
641
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
677
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
678
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
642
679
|
allowed.any? { |klass| klass === value }
|
643
680
|
end
|
644
681
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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]
|
@@ -601,7 +638,7 @@ module Google
|
|
601
638
|
|
602
639
|
config_attr :endpoint, nil, ::String, nil
|
603
640
|
config_attr :credentials, nil do |value|
|
604
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
641
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
605
642
|
allowed.any? { |klass| klass === value }
|
606
643
|
end
|
607
644
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
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.
|
@@ -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,13 +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.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
|
-
rubygems_version: 3.6.
|
108
|
+
rubygems_version: 3.6.8
|
109
109
|
specification_version: 4
|
110
110
|
summary: Create and manage meetings in Google Meet.
|
111
111
|
test_files: []
|