google-apis-admin_directory_v1 0.73.0 → 0.74.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfc44787b5f8ff16ab2639a16915bea464600ce67cb5305f19e310b5fc5b9843
|
|
4
|
+
data.tar.gz: 64015d5d89df9559341b6c2bcd17b98e7cf4b65e808d27f244bc2c6519d201c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dddcd1f4ea8f6d4013349507666e685bd854ed4c480e77f57dfb93418a054cf094b3a1679a5cfb7e1202f5353b8a7519635f3665828fb2890eba9de64734d78d
|
|
7
|
+
data.tar.gz: 96c2c8366a4723326e57b1f1fc3cb8ea1c103eb6dccf534196f91ac4602d46afcc2c1c0d6fb478a2624522394f1e742b3791d43c64a84e3cb8a4951c92a1ede8
|
data/CHANGELOG.md
CHANGED
|
@@ -2296,6 +2296,11 @@ module Google
|
|
|
2296
2296
|
class DirectoryUsersCreateGuestRequest
|
|
2297
2297
|
include Google::Apis::Core::Hashable
|
|
2298
2298
|
|
|
2299
|
+
# Optional. Immutable ID of the Google Workspace account.
|
|
2300
|
+
# Corresponds to the JSON property `customer`
|
|
2301
|
+
# @return [String]
|
|
2302
|
+
attr_accessor :customer
|
|
2303
|
+
|
|
2299
2304
|
# Immutable. External email of the guest user being created.
|
|
2300
2305
|
# Corresponds to the JSON property `primaryGuestEmail`
|
|
2301
2306
|
# @return [String]
|
|
@@ -2307,6 +2312,7 @@ module Google
|
|
|
2307
2312
|
|
|
2308
2313
|
# Update properties of this object
|
|
2309
2314
|
def update!(**args)
|
|
2315
|
+
@customer = args[:customer] if args.key?(:customer)
|
|
2310
2316
|
@primary_guest_email = args[:primary_guest_email] if args.key?(:primary_guest_email)
|
|
2311
2317
|
end
|
|
2312
2318
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdminDirectoryV1
|
|
18
18
|
# Version of the google-apis-admin_directory_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.74.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 = "20260113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1377,6 +1377,7 @@ module Google
|
|
|
1377
1377
|
class DirectoryUsersCreateGuestRequest
|
|
1378
1378
|
# @private
|
|
1379
1379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1380
|
+
property :customer, as: 'customer'
|
|
1380
1381
|
property :primary_guest_email, as: 'primaryGuestEmail'
|
|
1381
1382
|
end
|
|
1382
1383
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-admin_directory_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.74.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-admin_directory_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.74.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|