google-apis-meet_v2 0.2.0 → 0.4.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 +9 -0
- data/lib/google/apis/meet_v2/classes.rb +10 -5
- data/lib/google/apis/meet_v2/gem_version.rb +3 -3
- data/lib/google/apis/meet_v2/service.rb +35 -8
- 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: 8fa8a47c63be54be9dadecc039d826727381925c8c9d29328cc4a1fa4f33fa81
|
4
|
+
data.tar.gz: c5e8fd48efbd31ead98de2d2a2b9092987342a48d1fdbb59c731e36c6bb0d6a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63ef24fc6b81837544971998b6d075718e2750e955076f44abeaf262e3dc375da4777f9d2f5107f349c22ac0fe705db4340c1da6fe717ebe04ce2cdfa3912c2c
|
7
|
+
data.tar.gz: 3a904d0216fb372d195e6ce8b7f8c85747707b8cf32f2fbfc5388523cd30b5ee1033ac021a3ff4b49cb4220d1fe940b1117ae7fa2dd94d25dc0767a4cd392038
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-meet_v2
|
2
2
|
|
3
|
+
### v0.4.0 (2024-08-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240808
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.3.0 (2024-07-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240716
|
11
|
+
|
3
12
|
### v0.2.0 (2024-06-30)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240626
|
@@ -560,20 +560,25 @@ module Google
|
|
560
560
|
# @return [Google::Apis::MeetV2::SpaceConfig]
|
561
561
|
attr_accessor :config
|
562
562
|
|
563
|
-
# Output only. Type friendly
|
564
|
-
# z]
|
565
|
-
# used as an alias of the space
|
563
|
+
# Output only. Type friendly unique string used to join the meeting. Format: `[a-
|
564
|
+
# z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`. The maximum length is 128
|
565
|
+
# characters. Can only be used as an alias of the space name to get the space.
|
566
566
|
# Corresponds to the JSON property `meetingCode`
|
567
567
|
# @return [String]
|
568
568
|
attr_accessor :meeting_code
|
569
569
|
|
570
|
-
# Output only. URI used to join meetings
|
570
|
+
# Output only. URI used to join meetings consisting of `https://meet.google.com/`
|
571
|
+
# followed by the `meeting_code`. For example, `https://meet.google.com/abc-
|
571
572
|
# mnop-xyz`.
|
572
573
|
# Corresponds to the JSON property `meetingUri`
|
573
574
|
# @return [String]
|
574
575
|
attr_accessor :meeting_uri
|
575
576
|
|
576
|
-
# Immutable. Resource name of the space. Format: `spaces/`space``
|
577
|
+
# Immutable. Resource name of the space. Format: `spaces/`space``. ``space`` is
|
578
|
+
# the resource identifier for the space. It's a unique, server-generated ID and
|
579
|
+
# is case sensitive. For example, `jQCFfuBOdN5z`. For more information, see [How
|
580
|
+
# Meet identifies a meeting space](https://developers.google.com/meet/api/guides/
|
581
|
+
# meeting-spaces#identify-meeting-space).
|
577
582
|
# Corresponds to the JSON property `name`
|
578
583
|
# @return [String]
|
579
584
|
attr_accessor :name
|
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240808"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -530,9 +530,15 @@ module Google
|
|
530
530
|
execute_or_queue_command(command, &block)
|
531
531
|
end
|
532
532
|
|
533
|
-
# Ends an active conference (if there's one).
|
533
|
+
# Ends an active conference (if there's one). For an example, see [End active
|
534
|
+
# conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-
|
535
|
+
# active-conference).
|
534
536
|
# @param [String] name
|
535
|
-
# Required. Resource name of the space.
|
537
|
+
# Required. Resource name of the space. Format: `spaces/`space``. ``space`` is
|
538
|
+
# the resource identifier for the space. It's a unique, server-generated ID and
|
539
|
+
# is case sensitive. For example, `jQCFfuBOdN5z`. For more information, see [How
|
540
|
+
# Meet identifies a meeting space](https://developers.google.com/meet/api/guides/
|
541
|
+
# meeting-spaces#identify-meeting-space).
|
536
542
|
# @param [Google::Apis::MeetV2::EndActiveConferenceRequest] end_active_conference_request_object
|
537
543
|
# @param [String] fields
|
538
544
|
# Selector specifying which fields to include in a partial response.
|
@@ -563,9 +569,22 @@ module Google
|
|
563
569
|
execute_or_queue_command(command, &block)
|
564
570
|
end
|
565
571
|
|
566
|
-
# Gets a space
|
572
|
+
# Gets details about a meeting space. For an example, see [Get a meeting space](
|
573
|
+
# https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space)
|
574
|
+
# .
|
567
575
|
# @param [String] name
|
568
|
-
# Required. Resource name of the space.
|
576
|
+
# Required. Resource name of the space. Format: `spaces/`space`` or `spaces/`
|
577
|
+
# meetingCode``. ``space`` is the resource identifier for the space. It's a
|
578
|
+
# unique, server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
|
579
|
+
# ``meetingCode`` is an alias for the space. It's a typeable, unique character
|
580
|
+
# string and is non-case sensitive. For example, `abc-mnop-xyz`. The maximum
|
581
|
+
# length is 128 characters. A `meetingCode` shouldn't be stored long term as it
|
582
|
+
# can become dissociated from a meeting space and can be reused for different
|
583
|
+
# meeting spaces in the future. Generally, a `meetingCode` expires 365 days
|
584
|
+
# after last use. For more information, see [Learn about meeting codes in Google
|
585
|
+
# Meet](https://support.google.com/meet/answer/10710509). For more information,
|
586
|
+
# see [How Meet identifies a meeting space](https://developers.google.com/meet/
|
587
|
+
# api/guides/meeting-spaces#identify-meeting-space).
|
569
588
|
# @param [String] fields
|
570
589
|
# Selector specifying which fields to include in a partial response.
|
571
590
|
# @param [String] quota_user
|
@@ -593,14 +612,22 @@ module Google
|
|
593
612
|
execute_or_queue_command(command, &block)
|
594
613
|
end
|
595
614
|
|
596
|
-
# Updates a space.
|
615
|
+
# Updates details about a meeting space. For an example, see [Update a meeting
|
616
|
+
# space](https://developers.google.com/meet/api/guides/meeting-spaces#update-
|
617
|
+
# meeting-space).
|
597
618
|
# @param [String] name
|
598
|
-
# Immutable. Resource name of the space. Format: `spaces/`space``
|
619
|
+
# Immutable. Resource name of the space. Format: `spaces/`space``. ``space`` is
|
620
|
+
# the resource identifier for the space. It's a unique, server-generated ID and
|
621
|
+
# is case sensitive. For example, `jQCFfuBOdN5z`. For more information, see [How
|
622
|
+
# Meet identifies a meeting space](https://developers.google.com/meet/api/guides/
|
623
|
+
# meeting-spaces#identify-meeting-space).
|
599
624
|
# @param [Google::Apis::MeetV2::Space] space_object
|
600
625
|
# @param [String] update_mask
|
601
626
|
# Optional. Field mask used to specify the fields to be updated in the space. If
|
602
|
-
# update_mask isn't provided,
|
603
|
-
#
|
627
|
+
# update_mask isn't provided(not set, set with empty paths, or only has "" as
|
628
|
+
# paths), it defaults to update all fields provided with values in the request.
|
629
|
+
# Using "*" as update_mask will update all fields, including deleting fields not
|
630
|
+
# set in the request.
|
604
631
|
# @param [String] fields
|
605
632
|
# Selector specifying which fields to include in a partial response.
|
606
633
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.4.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|