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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 564ef3530a742f3617073b2701acd8824510e76e4a69dffb8dbf0c8d6ef231be
4
- data.tar.gz: 43097dfecf2bdf20779e402aecc168dd5e1b07422fcdbadfad20fbc95864d89e
3
+ metadata.gz: 79da33d692a6f598ce0100e83c0a12704cbe97f13f7af5f72155c45fd45a874d
4
+ data.tar.gz: 3d6c6bff452c17409b261aa472c65fd5fceb3af02902a5f9255f6fe44cdfe4ea
5
5
  SHA512:
6
- metadata.gz: fe6e8c585a1741f57b133ea87f43933ab3e36cfb821f4b117c2e4b24e625db5266f623a27561ca264b4153f97b4b00d126fd882949c34d7dae7d844493dc169f
7
- data.tar.gz: d3125f04aba1d77be01739fa32f649782310633c014b2d216613842614dfeae7f50c35dae4f9c4f814a6205b69043f00de6ece8facce1c1168803606487353e0
6
+ metadata.gz: 553dd842651c3c7ce0ecaf4a422c5903341001ac0b019820bf41aa5902cdbc81d4fe9dfd3817630728c60084d5bbc2d2eb64365dd496c2252ce1bc4f61c00833
7
+ data.tar.gz: a77dbabbf2252351c7b5232f4cd184d30906d76bca9a540e6dfc18ab8648cd8ef7e3c43facb7838bfc391ef24f619a35369889ad96fd1ebf40e30908856a8c89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-meet_v2
2
2
 
3
+ ### v0.13.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260421
6
+
3
7
  ### v0.12.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260329
@@ -230,18 +230,21 @@ module Google
230
230
  end
231
231
  end
232
232
 
233
- # Details how to join the conference via a SIP gateway.
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
- # Permanent numeric code for manual entry on specially configured devices.
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 through. The string is on one of the
243
- # formats: "sip:@" "sips:@" where currently is the 13-digit universal pin, and
244
- # is a valid address to be resolved using a DNS SRV lookup, or a dotted quad.
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 based access methods that can be used to join the
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.12.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 = "20260329"
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.12.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.12.0
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: