google-apps-meet-v2beta 0.4.0 → 0.6.0
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/v2beta/conference_records_service/client.rb +32 -25
- data/lib/google/apps/meet/v2beta/conference_records_service/credentials.rb +4 -0
- data/lib/google/apps/meet/v2beta/conference_records_service/rest/client.rb +32 -25
- data/lib/google/apps/meet/v2beta/resource_pb.rb +13 -1
- data/lib/google/apps/meet/v2beta/service_pb.rb +8 -1
- data/lib/google/apps/meet/v2beta/service_services_pb.rb +59 -25
- data/lib/google/apps/meet/v2beta/spaces_service/client.rb +569 -9
- data/lib/google/apps/meet/v2beta/spaces_service/credentials.rb +8 -0
- data/lib/google/apps/meet/v2beta/spaces_service/paths.rb +17 -0
- data/lib/google/apps/meet/v2beta/spaces_service/rest/client.rb +534 -9
- data/lib/google/apps/meet/v2beta/spaces_service/rest/service_stub.rb +307 -0
- data/lib/google/apps/meet/v2beta/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/apps/meet/v2beta/resource.rb +243 -37
- data/proto_docs/google/apps/meet/v2beta/service.rb +151 -13
- metadata +6 -9
@@ -33,18 +33,61 @@ module Google
|
|
33
33
|
self.unmarshal_class_method = :decode
|
34
34
|
self.service_name = 'google.apps.meet.v2beta.SpacesService'
|
35
35
|
|
36
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
37
36
|
# Creates a space.
|
38
37
|
rpc :CreateSpace, ::Google::Apps::Meet::V2beta::CreateSpaceRequest, ::Google::Apps::Meet::V2beta::Space
|
39
|
-
#
|
40
|
-
#
|
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).
|
41
42
|
rpc :GetSpace, ::Google::Apps::Meet::V2beta::GetSpaceRequest, ::Google::Apps::Meet::V2beta::Space
|
42
|
-
#
|
43
|
-
#
|
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).
|
44
47
|
rpc :UpdateSpace, ::Google::Apps::Meet::V2beta::UpdateSpaceRequest, ::Google::Apps::Meet::V2beta::Space
|
45
|
-
# [Developer Preview](https://developers.google.com/workspace/preview)
|
46
|
-
#
|
48
|
+
# [Developer Preview](https://developers.google.com/workspace/preview):
|
49
|
+
# Broker a WebRTC connection to the active conference of a space.
|
50
|
+
#
|
51
|
+
# On success, clients must use the resulting SDP (Session Description
|
52
|
+
# Protocol) answer to establish a WebRTC connection. Once connected,
|
53
|
+
# additional functionality is available across WebRTC data channels.
|
54
|
+
#
|
55
|
+
# See [Meet Media API
|
56
|
+
# overview](https://developers.google.com/meet/media-api/guides/overview) for
|
57
|
+
# more details about this connection.
|
58
|
+
rpc :ConnectActiveConference, ::Google::Apps::Meet::V2beta::ConnectActiveConferenceRequest, ::Google::Apps::Meet::V2beta::ConnectActiveConferenceResponse
|
59
|
+
# Ends an active conference (if there's one).
|
60
|
+
#
|
61
|
+
# For an example, see [End active
|
62
|
+
# conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
|
47
63
|
rpc :EndActiveConference, ::Google::Apps::Meet::V2beta::EndActiveConferenceRequest, ::Google::Protobuf::Empty
|
64
|
+
# [Developer Preview](https://developers.google.com/workspace/preview):
|
65
|
+
# Create a member.
|
66
|
+
#
|
67
|
+
# This API supports the `fields` parameter in
|
68
|
+
# [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
|
69
|
+
# When the `fields` parameter is omitted, this API response will default to
|
70
|
+
# "name,email,role,user".
|
71
|
+
rpc :CreateMember, ::Google::Apps::Meet::V2beta::CreateMemberRequest, ::Google::Apps::Meet::V2beta::Member
|
72
|
+
# [Developer Preview](https://developers.google.com/workspace/preview):
|
73
|
+
# Get a member.
|
74
|
+
#
|
75
|
+
# This API supports the `fields` parameter in
|
76
|
+
# [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
|
77
|
+
# When the `fields` parameter is omitted, this API response will default to
|
78
|
+
# "name,email,role,user".
|
79
|
+
rpc :GetMember, ::Google::Apps::Meet::V2beta::GetMemberRequest, ::Google::Apps::Meet::V2beta::Member
|
80
|
+
# [Developer Preview](https://developers.google.com/workspace/preview):
|
81
|
+
# List members.
|
82
|
+
#
|
83
|
+
# This API supports the `fields` parameter in
|
84
|
+
# [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
|
85
|
+
# When the `fields` parameter is omitted this API response will default to
|
86
|
+
# "name,email,role,user".
|
87
|
+
rpc :ListMembers, ::Google::Apps::Meet::V2beta::ListMembersRequest, ::Google::Apps::Meet::V2beta::ListMembersResponse
|
88
|
+
# [Developer Preview](https://developers.google.com/workspace/preview):
|
89
|
+
# Delete the member who was previously assigned roles in the space.
|
90
|
+
rpc :DeleteMember, ::Google::Apps::Meet::V2beta::DeleteMemberRequest, ::Google::Protobuf::Empty
|
48
91
|
end
|
49
92
|
|
50
93
|
Stub = Service.rpc_stub_class
|
@@ -59,52 +102,43 @@ module Google
|
|
59
102
|
self.unmarshal_class_method = :decode
|
60
103
|
self.service_name = 'google.apps.meet.v2beta.ConferenceRecordsService'
|
61
104
|
|
62
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
63
105
|
# Gets a conference record by conference ID.
|
64
106
|
rpc :GetConferenceRecord, ::Google::Apps::Meet::V2beta::GetConferenceRecordRequest, ::Google::Apps::Meet::V2beta::ConferenceRecord
|
65
|
-
#
|
66
|
-
#
|
107
|
+
# Lists the conference records. By default, ordered by start time and in
|
108
|
+
# descending order.
|
67
109
|
rpc :ListConferenceRecords, ::Google::Apps::Meet::V2beta::ListConferenceRecordsRequest, ::Google::Apps::Meet::V2beta::ListConferenceRecordsResponse
|
68
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
69
110
|
# Gets a participant by participant ID.
|
70
111
|
rpc :GetParticipant, ::Google::Apps::Meet::V2beta::GetParticipantRequest, ::Google::Apps::Meet::V2beta::Participant
|
71
|
-
#
|
72
|
-
# Lists the participants in a conference record, by default ordered by join
|
112
|
+
# Lists the participants in a conference record. By default, ordered by join
|
73
113
|
# time and in descending order. This API supports `fields` as standard
|
74
114
|
# parameters like every other API. However, when the `fields` request
|
75
115
|
# parameter is omitted, this API defaults to `'participants/*,
|
76
116
|
# next_page_token'`.
|
77
117
|
rpc :ListParticipants, ::Google::Apps::Meet::V2beta::ListParticipantsRequest, ::Google::Apps::Meet::V2beta::ListParticipantsResponse
|
78
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
79
118
|
# Gets a participant session by participant session ID.
|
80
119
|
rpc :GetParticipantSession, ::Google::Apps::Meet::V2beta::GetParticipantSessionRequest, ::Google::Apps::Meet::V2beta::ParticipantSession
|
81
|
-
#
|
82
|
-
#
|
83
|
-
# default ordered by join time and in descending order. This API supports
|
120
|
+
# Lists the participant sessions of a participant in a conference record. By
|
121
|
+
# default, ordered by join time and in descending order. This API supports
|
84
122
|
# `fields` as standard parameters like every other API. However, when the
|
85
123
|
# `fields` request parameter is omitted this API defaults to
|
86
124
|
# `'participantsessions/*, next_page_token'`.
|
87
125
|
rpc :ListParticipantSessions, ::Google::Apps::Meet::V2beta::ListParticipantSessionsRequest, ::Google::Apps::Meet::V2beta::ListParticipantSessionsResponse
|
88
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
89
126
|
# Gets a recording by recording ID.
|
90
127
|
rpc :GetRecording, ::Google::Apps::Meet::V2beta::GetRecordingRequest, ::Google::Apps::Meet::V2beta::Recording
|
91
|
-
#
|
92
|
-
#
|
128
|
+
# Lists the recording resources from the conference record. By default,
|
129
|
+
# ordered by start time and in ascending order.
|
93
130
|
rpc :ListRecordings, ::Google::Apps::Meet::V2beta::ListRecordingsRequest, ::Google::Apps::Meet::V2beta::ListRecordingsResponse
|
94
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
95
131
|
# Gets a transcript by transcript ID.
|
96
132
|
rpc :GetTranscript, ::Google::Apps::Meet::V2beta::GetTranscriptRequest, ::Google::Apps::Meet::V2beta::Transcript
|
97
|
-
#
|
98
|
-
#
|
133
|
+
# Lists the set of transcripts from the conference record. By default,
|
134
|
+
# ordered by start time and in ascending order.
|
99
135
|
rpc :ListTranscripts, ::Google::Apps::Meet::V2beta::ListTranscriptsRequest, ::Google::Apps::Meet::V2beta::ListTranscriptsResponse
|
100
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
101
136
|
# Gets a `TranscriptEntry` resource by entry ID.
|
102
137
|
#
|
103
138
|
# Note: The transcript entries returned by the Google Meet API might not
|
104
139
|
# match the transcription found in the Google Docs transcript file. This can
|
105
140
|
# occur when the Google Docs transcript file is modified after generation.
|
106
141
|
rpc :GetTranscriptEntry, ::Google::Apps::Meet::V2beta::GetTranscriptEntryRequest, ::Google::Apps::Meet::V2beta::TranscriptEntry
|
107
|
-
# [Developer Preview](https://developers.google.com/workspace/preview).
|
108
142
|
# Lists the structured transcript entries per transcript. By default, ordered
|
109
143
|
# by start time and in ascending order.
|
110
144
|
#
|