google-apis-meet_v2 0.12.0 → 0.13.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/CHANGELOG.md +4 -0
- data/lib/google/apis/meet_v2/classes.rb +9 -6
- data/lib/google/apis/meet_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79da33d692a6f598ce0100e83c0a12704cbe97f13f7af5f72155c45fd45a874d
|
|
4
|
+
data.tar.gz: 3d6c6bff452c17409b261aa472c65fd5fceb3af02902a5f9255f6fe44cdfe4ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 553dd842651c3c7ce0ecaf4a422c5903341001ac0b019820bf41aa5902cdbc81d4fe9dfd3817630728c60084d5bbc2d2eb64365dd496c2252ce1bc4f61c00833
|
|
7
|
+
data.tar.gz: a77dbabbf2252351c7b5232f4cd184d30906d76bca9a540e6dfc18ab8648cd8ef7e3c43facb7838bfc391ef24f619a35369889ad96fd1ebf40e30908856a8c89
|
data/CHANGELOG.md
CHANGED
|
@@ -230,18 +230,21 @@ module Google
|
|
|
230
230
|
end
|
|
231
231
|
end
|
|
232
232
|
|
|
233
|
-
# Details how to join the conference
|
|
233
|
+
# Details how to join the conference through a SIP gateway.
|
|
234
234
|
class GatewaySipAccess
|
|
235
235
|
include Google::Apis::Core::Hashable
|
|
236
236
|
|
|
237
|
-
#
|
|
237
|
+
# The permanent numeric code for manual entry on specially configured devices.
|
|
238
238
|
# Corresponds to the JSON property `sipAccessCode`
|
|
239
239
|
# @return [String]
|
|
240
240
|
attr_accessor :sip_access_code
|
|
241
241
|
|
|
242
|
-
# The SIP URI the conference can be reached
|
|
243
|
-
#
|
|
244
|
-
#
|
|
242
|
+
# The Session Initiation Protocol (SIP) URI the conference can be reached
|
|
243
|
+
# through. The string is in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS"
|
|
244
|
+
# * "sips:USER_ID@GATEWAY_ADDRESS" where USER_ID is the 13-digit universal pin (
|
|
245
|
+
# with the future option to support using a Meet meeting code as well), and
|
|
246
|
+
# GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or a
|
|
247
|
+
# dotted quad.
|
|
245
248
|
# Corresponds to the JSON property `uri`
|
|
246
249
|
# @return [String]
|
|
247
250
|
attr_accessor :uri
|
|
@@ -817,7 +820,7 @@ module Google
|
|
|
817
820
|
# @return [Google::Apis::MeetV2::SpaceConfig]
|
|
818
821
|
attr_accessor :config
|
|
819
822
|
|
|
820
|
-
# Output only. The SIP
|
|
823
|
+
# Output only. The SIP-based access methods that can be used to join the
|
|
821
824
|
# conference. Can be empty.
|
|
822
825
|
# Corresponds to the JSON property `gatewaySipAccess`
|
|
823
826
|
# @return [Array<Google::Apis::MeetV2::GatewaySipAccess>]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MeetV2
|
|
18
18
|
# Version of the google-apis-meet_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260421"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-meet_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.13.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|