google-apis-meet_v2 0.11.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: 7e0ecf912e03f62d35a1ba217622155b3d33514dd69fadd4dd8e1fc8a25c5616
4
- data.tar.gz: fe89af921cb65a1042601583814ba41c8f923d39617bd4c593fd592639c30d0a
3
+ metadata.gz: 79da33d692a6f598ce0100e83c0a12704cbe97f13f7af5f72155c45fd45a874d
4
+ data.tar.gz: 3d6c6bff452c17409b261aa472c65fd5fceb3af02902a5f9255f6fe44cdfe4ea
5
5
  SHA512:
6
- metadata.gz: e82fdce4249235923b8e831437550b548f5b62c3cf096278f26fe080eed61768a60d41db24ac04ad50bcecf46928a0c0101750705d6f6c96eb821f2b5f9be660
7
- data.tar.gz: 85afdfa96d20441572fef60909a3f442a1a1c62f85d8e11c5d448b4efac8724c5265689326891a2951bc1b7ccf86c12008a3fbe036580f4838f7afe2b706b2ed
6
+ metadata.gz: 553dd842651c3c7ce0ecaf4a422c5903341001ac0b019820bf41aa5902cdbc81d4fe9dfd3817630728c60084d5bbc2d2eb64365dd496c2252ce1bc4f61c00833
7
+ data.tar.gz: a77dbabbf2252351c7b5232f4cd184d30906d76bca9a540e6dfc18ab8648cd8ef7e3c43facb7838bfc391ef24f619a35369889ad96fd1ebf40e30908856a8c89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.12.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260329
10
+
3
11
  ### v0.11.0 (2026-03-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20260315
@@ -230,6 +230,36 @@ module Google
230
230
  end
231
231
  end
232
232
 
233
+ # Details how to join the conference through a SIP gateway.
234
+ class GatewaySipAccess
235
+ include Google::Apis::Core::Hashable
236
+
237
+ # The permanent numeric code for manual entry on specially configured devices.
238
+ # Corresponds to the JSON property `sipAccessCode`
239
+ # @return [String]
240
+ attr_accessor :sip_access_code
241
+
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.
248
+ # Corresponds to the JSON property `uri`
249
+ # @return [String]
250
+ attr_accessor :uri
251
+
252
+ def initialize(**args)
253
+ update!(**args)
254
+ end
255
+
256
+ # Update properties of this object
257
+ def update!(**args)
258
+ @sip_access_code = args[:sip_access_code] if args.key?(:sip_access_code)
259
+ @uri = args[:uri] if args.key?(:uri)
260
+ end
261
+ end
262
+
233
263
  # Response of ListConferenceRecords method.
234
264
  class ListConferenceRecordsResponse
235
265
  include Google::Apis::Core::Hashable
@@ -547,6 +577,49 @@ module Google
547
577
  end
548
578
  end
549
579
 
580
+ # Phone access contains information required to dial into a conference using a
581
+ # regional phone number and a PIN that is specific to that phone number.
582
+ class PhoneAccess
583
+ include Google::Apis::Core::Hashable
584
+
585
+ # The BCP 47/LDML language code for the language associated with this phone
586
+ # access. To be parsed by the i18n LanguageCode utility. Examples: "es-419" for
587
+ # Latin American Spanish, "fr-CA" for Canadian French.
588
+ # Corresponds to the JSON property `languageCode`
589
+ # @return [String]
590
+ attr_accessor :language_code
591
+
592
+ # The phone number to dial for this meeting space in E.164 format. Full phone
593
+ # number with a leading '+' character.
594
+ # Corresponds to the JSON property `phoneNumber`
595
+ # @return [String]
596
+ attr_accessor :phone_number
597
+
598
+ # The PIN that users must enter after dialing the given number. The PIN consists
599
+ # of only decimal digits and the length may vary.
600
+ # Corresponds to the JSON property `pin`
601
+ # @return [String]
602
+ attr_accessor :pin
603
+
604
+ # The CLDR/ISO 3166 region code for the country associated with this phone
605
+ # access. To be parsed by the i18n RegionCode utility. Example: "SE" for Sweden.
606
+ # Corresponds to the JSON property `regionCode`
607
+ # @return [String]
608
+ attr_accessor :region_code
609
+
610
+ def initialize(**args)
611
+ update!(**args)
612
+ end
613
+
614
+ # Update properties of this object
615
+ def update!(**args)
616
+ @language_code = args[:language_code] if args.key?(:language_code)
617
+ @phone_number = args[:phone_number] if args.key?(:phone_number)
618
+ @pin = args[:pin] if args.key?(:pin)
619
+ @region_code = args[:region_code] if args.key?(:region_code)
620
+ end
621
+ end
622
+
550
623
  # User dialing in from a phone where the user's identity is unknown because they
551
624
  # haven't signed in with a Google Account.
552
625
  class PhoneUser
@@ -747,6 +820,12 @@ module Google
747
820
  # @return [Google::Apis::MeetV2::SpaceConfig]
748
821
  attr_accessor :config
749
822
 
823
+ # Output only. The SIP-based access methods that can be used to join the
824
+ # conference. Can be empty.
825
+ # Corresponds to the JSON property `gatewaySipAccess`
826
+ # @return [Array<Google::Apis::MeetV2::GatewaySipAccess>]
827
+ attr_accessor :gateway_sip_access
828
+
750
829
  # Output only. Type friendly unique string used to join the meeting. Format: `[a-
751
830
  # z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`. The maximum length is 128
752
831
  # characters. Can only be used as an alias of the space name to get the space.
@@ -770,6 +849,12 @@ module Google
770
849
  # @return [String]
771
850
  attr_accessor :name
772
851
 
852
+ # Output only. All regional phone access methods for this meeting space. Can be
853
+ # empty.
854
+ # Corresponds to the JSON property `phoneAccess`
855
+ # @return [Array<Google::Apis::MeetV2::PhoneAccess>]
856
+ attr_accessor :phone_access
857
+
773
858
  def initialize(**args)
774
859
  update!(**args)
775
860
  end
@@ -778,9 +863,11 @@ module Google
778
863
  def update!(**args)
779
864
  @active_conference = args[:active_conference] if args.key?(:active_conference)
780
865
  @config = args[:config] if args.key?(:config)
866
+ @gateway_sip_access = args[:gateway_sip_access] if args.key?(:gateway_sip_access)
781
867
  @meeting_code = args[:meeting_code] if args.key?(:meeting_code)
782
868
  @meeting_uri = args[:meeting_uri] if args.key?(:meeting_uri)
783
869
  @name = args[:name] if args.key?(:name)
870
+ @phone_access = args[:phone_access] if args.key?(:phone_access)
784
871
  end
785
872
  end
786
873
 
@@ -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.11.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 = "20260315"
25
+ REVISION = "20260421"
26
26
  end
27
27
  end
28
28
  end
@@ -70,6 +70,12 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
+ class GatewaySipAccess
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class ListConferenceRecordsResponse
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -130,6 +136,12 @@ module Google
130
136
  include Google::Apis::Core::JsonObjectSupport
131
137
  end
132
138
 
139
+ class PhoneAccess
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
133
145
  class PhoneUser
134
146
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
147
 
@@ -261,6 +273,14 @@ module Google
261
273
  end
262
274
  end
263
275
 
276
+ class GatewaySipAccess
277
+ # @private
278
+ class Representation < Google::Apis::Core::JsonRepresentation
279
+ property :sip_access_code, as: 'sipAccessCode'
280
+ property :uri, as: 'uri'
281
+ end
282
+ end
283
+
264
284
  class ListConferenceRecordsResponse
265
285
  # @private
266
286
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -359,6 +379,16 @@ module Google
359
379
  end
360
380
  end
361
381
 
382
+ class PhoneAccess
383
+ # @private
384
+ class Representation < Google::Apis::Core::JsonRepresentation
385
+ property :language_code, as: 'languageCode'
386
+ property :phone_number, as: 'phoneNumber'
387
+ property :pin, as: 'pin'
388
+ property :region_code, as: 'regionCode'
389
+ end
390
+ end
391
+
362
392
  class PhoneUser
363
393
  # @private
364
394
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -419,9 +449,13 @@ module Google
419
449
 
420
450
  property :config, as: 'config', class: Google::Apis::MeetV2::SpaceConfig, decorator: Google::Apis::MeetV2::SpaceConfig::Representation
421
451
 
452
+ collection :gateway_sip_access, as: 'gatewaySipAccess', class: Google::Apis::MeetV2::GatewaySipAccess, decorator: Google::Apis::MeetV2::GatewaySipAccess::Representation
453
+
422
454
  property :meeting_code, as: 'meetingCode'
423
455
  property :meeting_uri, as: 'meetingUri'
424
456
  property :name, as: 'name'
457
+ collection :phone_access, as: 'phoneAccess', class: Google::Apis::MeetV2::PhoneAccess, decorator: Google::Apis::MeetV2::PhoneAccess::Representation
458
+
425
459
  end
426
460
  end
427
461
 
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.11.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.11.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: